Class xlifepp::subdivision::TetrahedronMesh#

class TetrahedronMesh : public xlifepp::subdivision::SimplexMesh<Tetrahedron>#

Subclassed by xlifepp::subdivision::VolMeshTetCone, xlifepp::subdivision::VolMeshTetCube, xlifepp::subdivision::VolMeshTetCylinder, xlifepp::subdivision::VolMeshTetSphere

Public Functions

inline TetrahedronMesh(const number_t nbsubdiv, const number_t order, const number_t type, const number_t minVertexNum, const number_t minElementNum)#

main constructor

virtual void printTeXNumberConvention(std::ostream &ftex) const#

prints, on stream ftex, Fig4TeX instructions to draw the numbering convention for a tetrahedron mesh of order k

Prints, on stream ftex, Fig4TeX instructions to draw the numbering convention for a tetrahedron mesh of order k.

To be called as TetrahedronMesh(1,0,k,0).printTeXNumberConvention(ftex);