MOAB: Mesh Oriented datABase
(version 5.4.1)
|
#include <CN.hpp>
Public Attributes | |
short int | topo_dimension |
short int | num_sub_elements |
short int | num_corners_per_sub_element [MAX_SUB_ENTITIES] |
EntityType | target_type [MAX_SUB_ENTITIES] |
short int | conn [MAX_SUB_ENTITIES][MAX_SUB_ENTITY_VERTICES] |
Definition at line 110 of file CN.hpp.
Referenced by moab::HigherOrderFactory::add_mid_edge_nodes(), moab::HigherOrderFactory::add_mid_face_nodes(), moab::CN::AdjacentSubEntities(), moab::HigherOrderFactory::center_node_exist(), moab::AEntityFactory::get_down_adjacency_elements(), moab::HigherOrderFactory::initialize_map(), mb_canon_number_test(), moab::LinearHex::normalFcn(), moab::LinearTet::normalFcn(), moab::LinearQuad::normalFcn(), moab::LinearTri::normalFcn(), moab::CN::SubEntityNodeIndices(), and moab::CN::SubEntityVertexIndices().
Definition at line 104 of file CN.hpp.
Referenced by moab::HigherOrderFactory::add_mid_face_nodes(), moab::CN::AdjacentSubEntities(), moab::Skinner::classify_2d_boundary(), moab::AEntityFactory::get_down_adjacency_elements(), and moab::CN::SubEntityVertexIndices().
short int moab::CN::ConnMap::num_sub_elements |
Definition at line 101 of file CN.hpp.
Referenced by moab::HigherOrderFactory::add_mid_edge_nodes(), moab::HigherOrderFactory::add_mid_face_nodes(), moab::HigherOrderFactory::add_mid_volume_nodes(), moab::HigherOrderFactory::center_node_exist(), moab::Core::high_order_node(), and moab::HigherOrderFactory::initialize_map().
EntityType moab::CN::ConnMap::target_type[MAX_SUB_ENTITIES] |
Definition at line 107 of file CN.hpp.
Referenced by moab::HigherOrderFactory::center_node_exist(), moab::AEntityFactory::get_down_adjacency_elements(), moab::Core::side_element(), and moab::CN::SubEntityVertexIndices().
short int moab::CN::ConnMap::topo_dimension |
Definition at line 98 of file CN.hpp.
Referenced by moab::CN::Dimension().