Public Attributes | |
EntityHandle | file_set |
int | global_id |
std::string | name |
Range | all_verts |
Range | local_verts |
Range | owned_verts |
Range | ghost_vertices |
Range | primary_elems |
Range | owned_elems |
Range | ghost_elems |
int | dimension |
long | num_global_elements |
long | num_global_vertices |
int | num_ghost_layers |
Range | mat_sets |
std::map< int, int > | matIndex |
Range | neu_sets |
Range | diri_sets |
std::map< std::string, Tag > | tagMap |
std::vector< Tag > | tagList |
bool | point_cloud |
bool | is_fortran |
Range appData::all_verts |
Definition at line 68 of file iMOAB.cpp.
Referenced by iMOAB_CreateVertices(), iMOAB_GetBlockElementConnectivities(), iMOAB_GetDoubleTagStorage(), iMOAB_GetElementConnectivity(), iMOAB_GetIntTagStorage(), iMOAB_GetMeshInfo(), iMOAB_GetPointerToVertexBC(), iMOAB_ReduceTagsMax(), iMOAB_SetDoubleTagStorage(), iMOAB_SetDoubleTagStorageWithGid(), iMOAB_SetIntTagStorage(), iMOAB_SynchronizeTags(), and iMOAB_UpdateMeshInfo().
int appData::dimension |
Definition at line 76 of file iMOAB.cpp.
Referenced by iMOAB_GetMeshInfo(), iMOAB_GetNeighborElements(), iMOAB_GetPointerToSurfaceBC(), and iMOAB_UpdateMeshInfo().
Range appData::diri_sets |
Definition at line 85 of file iMOAB.cpp.
Referenced by iMOAB_GetMeshInfo(), iMOAB_GetPointerToVertexBC(), and iMOAB_UpdateMeshInfo().
EntityHandle appData::file_set |
Definition at line 65 of file iMOAB.cpp.
Referenced by iMOAB_CreateElements(), iMOAB_CreateVertices(), iMOAB_DeregisterApplication(), iMOAB_GetMeshInfo(), iMOAB_RegisterApplication(), iMOAB_UpdateMeshInfo(), and iMOAB_WriteMesh().
Range appData::ghost_elems |
Definition at line 75 of file iMOAB.cpp.
Referenced by iMOAB_GetMeshInfo(), and iMOAB_UpdateMeshInfo().
Range appData::ghost_vertices |
Definition at line 72 of file iMOAB.cpp.
Referenced by iMOAB_GetMeshInfo(), and iMOAB_UpdateMeshInfo().
int appData::global_id |
Definition at line 66 of file iMOAB.cpp.
Referenced by iMOAB_DefineTagStorage(), iMOAB_DeregisterApplication(), and iMOAB_RegisterApplication().
bool appData::is_fortran |
Definition at line 89 of file iMOAB.cpp.
Referenced by iMOAB_RegisterApplication().
Range appData::local_verts |
Definition at line 70 of file iMOAB.cpp.
Referenced by iMOAB_CreateElements(), iMOAB_CreateVertices(), and iMOAB_UpdateMeshInfo().
Range appData::mat_sets |
Definition at line 82 of file iMOAB.cpp.
Referenced by iMOAB_GetBlockElementConnectivities(), iMOAB_GetElementID(), iMOAB_GetMeshInfo(), iMOAB_GetVisibleElementsInfo(), and iMOAB_UpdateMeshInfo().
std::map< int, int > appData::matIndex |
Definition at line 83 of file iMOAB.cpp.
Referenced by iMOAB_GetBlockElementConnectivities(), and iMOAB_GetElementID().
std::string appData::name |
Definition at line 67 of file iMOAB.cpp.
Referenced by iMOAB_DefineTagStorage(), iMOAB_DeregisterApplication(), and iMOAB_RegisterApplication().
Range appData::neu_sets |
Definition at line 84 of file iMOAB.cpp.
Referenced by iMOAB_GetMeshInfo(), iMOAB_GetPointerToSurfaceBC(), and iMOAB_UpdateMeshInfo().
int appData::num_ghost_layers |
Definition at line 81 of file iMOAB.cpp.
Referenced by iMOAB_RegisterApplication().
long appData::num_global_elements |
Definition at line 77 of file iMOAB.cpp.
Referenced by iMOAB_GetGlobalInfo(), and iMOAB_SetGlobalInfo().
long appData::num_global_vertices |
Definition at line 79 of file iMOAB.cpp.
Referenced by iMOAB_GetGlobalInfo(), and iMOAB_SetGlobalInfo().
Range appData::owned_elems |
Definition at line 74 of file iMOAB.cpp.
Referenced by iMOAB_GetMeshInfo(), and iMOAB_UpdateMeshInfo().
Range appData::owned_verts |
Definition at line 71 of file iMOAB.cpp.
Referenced by iMOAB_UpdateMeshInfo().
bool appData::point_cloud |
Definition at line 88 of file iMOAB.cpp.
Referenced by iMOAB_RegisterApplication(), and iMOAB_UpdateMeshInfo().
Range appData::primary_elems |
Definition at line 73 of file iMOAB.cpp.
Referenced by iMOAB_CreateElements(), iMOAB_GetDoubleTagStorage(), iMOAB_GetElementConnectivity(), iMOAB_GetElementID(), iMOAB_GetIntTagStorage(), iMOAB_GetMeshInfo(), iMOAB_GetNeighborElements(), iMOAB_GetPointerToSurfaceBC(), iMOAB_GetVisibleElementsInfo(), iMOAB_ReduceTagsMax(), iMOAB_SetDoubleTagStorage(), iMOAB_SetDoubleTagStorageWithGid(), iMOAB_SetIntTagStorage(), iMOAB_SynchronizeTags(), and iMOAB_UpdateMeshInfo().
std::vector< Tag > appData::tagList |
Definition at line 87 of file iMOAB.cpp.
Referenced by iMOAB_DefineTagStorage(), iMOAB_ReduceTagsMax(), iMOAB_SynchronizeTags(), and iMOAB_WriteMesh().
std::map< std::string, Tag > appData::tagMap |
Definition at line 86 of file iMOAB.cpp.
Referenced by iMOAB_DefineTagStorage(), iMOAB_GetDoubleTagStorage(), iMOAB_GetIntTagStorage(), iMOAB_SetDoubleTagStorage(), iMOAB_SetDoubleTagStorageWithGid(), iMOAB_SetIntTagStorage(), and iMOAB_WriteMesh().