Public Member Functions | |
GlobalContext () | |
Public Attributes | |
Interface * | MBI |
Tag | material_tag |
Tag | neumann_tag |
Tag | dirichlet_tag |
Tag | globalID_tag |
int | refCountMB |
int | iArgc |
iMOAB_String * | iArgv |
int | unused_pid |
std::map< std::string, int > | appIdMap |
std::map< int, int > | appIdCompMap |
std::vector< appData > | appDatas |
int | globalrank |
int | worldprocs |
bool | MPI_initialized |
std::vector< appData > GlobalContext::appDatas |
Definition at line 122 of file iMOAB.cpp.
Referenced by iMOAB_CreateElements(), iMOAB_CreateVertices(), iMOAB_DefineTagStorage(), iMOAB_DeregisterApplication(), iMOAB_DeregisterApplicationFortran(), iMOAB_GetBlockElementConnectivities(), iMOAB_GetBlockID(), iMOAB_GetBlockInfo(), iMOAB_GetDoubleTagStorage(), iMOAB_GetElementConnectivity(), iMOAB_GetElementID(), iMOAB_GetElementOwnership(), iMOAB_GetGlobalInfo(), iMOAB_GetIntTagStorage(), iMOAB_GetMeshInfo(), iMOAB_GetNeighborElements(), iMOAB_GetPointerToSurfaceBC(), iMOAB_GetPointerToVertexBC(), iMOAB_GetVertexID(), iMOAB_GetVertexOwnership(), iMOAB_GetVisibleElementsInfo(), iMOAB_GetVisibleVerticesCoordinates(), iMOAB_LoadMesh(), iMOAB_ReduceTagsMax(), iMOAB_RegisterApplication(), iMOAB_RegisterApplicationFortran(), iMOAB_SetDoubleTagStorage(), iMOAB_SetDoubleTagStorageWithGid(), iMOAB_SetGlobalInfo(), iMOAB_SetIntTagStorage(), iMOAB_SynchronizeTags(), iMOAB_UpdateMeshInfo(), iMOAB_WriteLocalMesh(), and iMOAB_WriteMesh().
std::map< int, int > GlobalContext::appIdCompMap |
Definition at line 116 of file iMOAB.cpp.
Referenced by iMOAB_DeregisterApplication(), and iMOAB_RegisterApplication().
std::map< std::string, int > GlobalContext::appIdMap |
Definition at line 115 of file iMOAB.cpp.
Referenced by iMOAB_DeregisterApplication(), and iMOAB_RegisterApplication().
Tag GlobalContext::dirichlet_tag |
Definition at line 108 of file iMOAB.cpp.
Referenced by iMOAB_GetMeshInfo(), iMOAB_GetPointerToVertexBC(), iMOAB_Initialize(), and iMOAB_UpdateMeshInfo().
Tag GlobalContext::globalID_tag |
Definition at line 109 of file iMOAB.cpp.
Referenced by iMOAB_GetElementID(), iMOAB_GetVertexID(), iMOAB_GetVisibleElementsInfo(), and iMOAB_Initialize().
int GlobalContext::globalrank |
Definition at line 123 of file iMOAB.cpp.
Referenced by iMOAB_Initialize().
int GlobalContext::iArgc |
Definition at line 111 of file iMOAB.cpp.
Referenced by iMOAB_Initialize().
iMOAB_String* GlobalContext::iArgv |
Definition at line 112 of file iMOAB.cpp.
Referenced by iMOAB_Initialize().
Tag GlobalContext::material_tag |
Definition at line 108 of file iMOAB.cpp.
Referenced by iMOAB_CreateElements(), iMOAB_GetBlockID(), iMOAB_GetMeshInfo(), iMOAB_GetVisibleElementsInfo(), iMOAB_Initialize(), and iMOAB_UpdateMeshInfo().
Interface* GlobalContext::MBI |
Definition at line 106 of file iMOAB.cpp.
Referenced by iMOAB_CreateElements(), iMOAB_CreateVertices(), iMOAB_DefineTagStorage(), iMOAB_DeregisterApplication(), iMOAB_Finalize(), iMOAB_GetBlockElementConnectivities(), iMOAB_GetBlockID(), iMOAB_GetBlockInfo(), iMOAB_GetDoubleTagStorage(), iMOAB_GetElementConnectivity(), iMOAB_GetElementID(), iMOAB_GetElementOwnership(), iMOAB_GetIntTagStorage(), iMOAB_GetMeshInfo(), iMOAB_GetNeighborElements(), iMOAB_GetPointerToSurfaceBC(), iMOAB_GetPointerToVertexBC(), iMOAB_GetVertexID(), iMOAB_GetVisibleElementsInfo(), iMOAB_GetVisibleVerticesCoordinates(), iMOAB_Initialize(), iMOAB_LoadMesh(), iMOAB_RegisterApplication(), iMOAB_SetDoubleTagStorage(), iMOAB_SetDoubleTagStorageWithGid(), iMOAB_SetIntTagStorage(), iMOAB_UpdateMeshInfo(), iMOAB_WriteLocalMesh(), and iMOAB_WriteMesh().
bool GlobalContext::MPI_initialized |
Definition at line 124 of file iMOAB.cpp.
Referenced by iMOAB_Initialize(), iMOAB_LoadMesh(), and iMOAB_UpdateMeshInfo().
Tag GlobalContext::neumann_tag |
Definition at line 108 of file iMOAB.cpp.
Referenced by iMOAB_GetMeshInfo(), iMOAB_GetPointerToSurfaceBC(), iMOAB_Initialize(), and iMOAB_UpdateMeshInfo().
int GlobalContext::refCountMB |
Definition at line 110 of file iMOAB.cpp.
Referenced by iMOAB_Finalize(), and iMOAB_Initialize().
int GlobalContext::unused_pid |
Definition at line 113 of file iMOAB.cpp.
Referenced by iMOAB_DeregisterApplication(), and iMOAB_RegisterApplication().
int GlobalContext::worldprocs |
Definition at line 123 of file iMOAB.cpp.
Referenced by iMOAB_Initialize(), and iMOAB_LoadMesh().