Home
last modified time | relevance | path

Searched refs:this_topo (Results 1 – 2 of 2) sorted by relevance

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/
H A DCN.cpp79 void CN::SubEntityNodeIndices( const EntityType this_topo, in SubEntityNodeIndices() argument
96 const int ho_bits = HasMidNodes( this_topo, num_nodes ); in SubEntityNodeIndices()
97 subentity_topo = SubEntityType(this_topo, sub_dimension, sub_index); in SubEntityNodeIndices()
99 const short* corners = mConnectivityMap[this_topo][sub_dimension-1].conn[sub_index]; in SubEntityNodeIndices()
116 SideNumber( this_topo, sub_sub_corners, sub_sub_num_vert, dim, side, sense, offset ); in SubEntityNodeIndices()
117 sub_entity_conn[num_sub_entity_nodes++] = HONodeIndex( this_topo, num_nodes, dim, side ); in SubEntityNodeIndices()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/moab/
H A DCN.hpp206 static void SubEntityNodeIndices(const EntityType this_topo,