17 const Uint Shared::m_nodes_in_gmsh_elem[nb_gmsh_types] = { 0, 2, 3, 4, 4, 8, 6, 5, 3, 6, 9,
18 10, 27, 18, 14, 1, 8, 20, 15, 13, 9,
19 10, 12, 15, 15, 21, 4, 5, 6, 20, 35,
20 56, 34, 52, 0, 0, 16 };
22 const Uint Shared::m_gmsh_elem_dim[nb_gmsh_types] = {
DIM_0D,
DIM_1D,
DIM_2D,
DIM_2D,
DIM_3D,
DIM_3D,
DIM_3D,
DIM_3D,
DIM_1D,
DIM_2D,
23 DIM_2D,
DIM_3D,
DIM_3D,
DIM_3D,
DIM_3D,
DIM_1D,
DIM_2D,
DIM_2D,
DIM_3D,
DIM_3D,
24 DIM_2D,
DIM_2D,
DIM_2D,
DIM_2D,
DIM_2D,
DIM_2D,
DIM_1D,
DIM_1D,
DIM_1D,
DIM_3D,
27 const Uint Shared::m_gmsh_elem_order[nb_gmsh_types] = { 0, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2,
28 2, 2, 2, 2, 0, 2, 2, 2, 2, 3,
29 3, 4, 4, 5, 5, 3, 4, 5, 3, 4,
33 "Hexa" ,
"Prism",
"Pyramid",
"Line" ,
"Triag" ,
34 "Quad" ,
"Tetra",
"Hexa" ,
"Prism",
"Pyramid",
35 "Point",
"Quad" ,
"Hexa" ,
"Prism",
"Pyramid",
36 "Triag",
"Triag",
"Triag" ,
"Triag",
"Triag" ,
37 "Triag",
"Line" ,
"Line" ,
"Line" ,
"Tetra" ,
38 "Tetra",
"Tetra",
"Tetra" ,
"Tetra",
"Polyg" ,
45 const std::string
Shared::order_name[10] = {
"P0",
"P1",
"P2",
"P3",
"P4",
"P5",
"P6",
"P7",
"P8",
"P9" };
53 m_nodes_cf_to_gmsh(nb_gmsh_types),
54 m_nodes_gmsh_to_cf(nb_gmsh_types)
static const Uint m_gmsh_elem_dim[nb_gmsh_types]
std::string name(ComponentWrapper &self)
static const Uint m_nodes_in_gmsh_elem[nb_gmsh_types]
static std::string gmsh_name_to_cf_name(const Uint dim, const Uint gmsh_type)
static const std::string order_name[10]
std::vector< std::string > m_supported_types
static const std::string dim_name[4]
Top-level namespace for coolfluid.
std::vector< std::vector< Uint > > m_nodes_gmsh_to_cf
unsigned int Uint
typedef for unsigned int
std::vector< std::vector< Uint > > m_nodes_cf_to_gmsh
Faces are not defined in gmsh format.
std::map< GeoShape::Type, Uint > m_CFelement_to_GmshElement
static const Uint m_gmsh_elem_order[nb_gmsh_types]
static const std::string gmsh_elem_geo_name[nb_gmsh_types]