7 #ifndef cf3_mesh_neu_Shared_hpp
8 #define cf3_mesh_neu_Shared_hpp
42 enum neuElement {LINE=1,QUAD=2,TRIAG=3,HEXA=4, PRISM=5, TETRA=6};
64 #endif // cf3_mesh_neu_Shared_hpp
std::set< Uint > m_supported_neu_types
std::vector< std::vector< Uint > > m_nodes_cf_to_neu
std::map< GeoShape::Type, Uint > m_CFelement_to_neuElement
std::vector< std::vector< Uint > > m_nodes_neu_to_cf
std::vector< std::string > & get_supported_element_types()
std::vector< std::vector< Uint > > m_faces_cf_to_neu
Top-level namespace for coolfluid.
std::vector< std::vector< Uint > > m_faces_neu_to_cf
static std::string type_name()
Gets the Class name.
std::vector< std::string > m_supported_types