Class xlifepp::subdivision::HexahedronMesh#
-
class HexahedronMesh : public xlifepp::subdivision::CartesianMesh<Hexahedron>#
-
Subclassed by xlifepp::subdivision::VolMeshHexCone, xlifepp::subdivision::VolMeshHexCube, xlifepp::subdivision::VolMeshHexCylinder
Public Functions
-
HexahedronMesh(const number_t nbsubdiv, const number_t order, const number_t type, const number_t minVertexNum, const number_t minElementNum)#
-
main constructor
-
inline virtual void printTeXNumberConvention(PrintStream &ftex) const#
-
prints, on stream ftex, Fig4TeX instructions to draw the numbering convention for a hexahedron mesh of order k
-
inline virtual void printTeXNumberConvention(std::ostream &ftex) const#
-
prints, on stream ftex, Fig4TeX instructions to draw the numbering convention for a element mesh of order k
-
HexahedronMesh(const number_t nbsubdiv, const number_t order, const number_t type, const number_t minVertexNum, const number_t minElementNum)#