Home
last modified time | relevance | path

Searched refs:adj_entity_indices_allocated (Results 1 – 4 of 4) sorted by relevance

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/itaps/imesh/
H A DiMeshP_MOAB.cpp925 int* adj_entity_indices_allocated, in iMeshP_getAdjEntIndices() argument
933 const int allocated_indices = (*adj_entity_indices_allocated == 0); in iMeshP_getAdjEntIndices()
974 *adj_entity_indices_allocated = size; in iMeshP_getAdjEntIndices()
976 else if (*adj_entity_indices_allocated < size) { in iMeshP_getAdjEntIndices()
1040 *adj_entity_indices_allocated = 0; in iMeshP_getAdjEntIndices()
H A DiMeshP.h1079 int* adj_entity_indices_allocated,
H A DiMesh_MOAB.cpp842 /*inout*/ int* adj_entity_indices_allocated, in iMesh_getAdjEntIndices() argument
850 const int allocated_indices = (*adj_entity_indices_allocated == 0); in iMesh_getAdjEntIndices()
890 *adj_entity_indices_allocated = size; in iMesh_getAdjEntIndices()
892 else if (*adj_entity_indices_allocated < size) { in iMesh_getAdjEntIndices()
956 *adj_entity_indices_allocated = 0; in iMesh_getAdjEntIndices()
H A DiMesh.h823 int* adj_entity_indices_allocated,