Collaboration diagram for GlobalContext: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 |
| std::map< std::string, int > | appIdMap |
| std::map< int, appData > | appDatas |
| int | globalrank |
| int | worldprocs |
| bool | MPI_initialized |
| std::map< int, appData > GlobalContext::appDatas |
Definition at line 181 of file iMOAB.cpp.
Referenced by iMOAB_ComputeCommGraph(), iMOAB_CreateElements(), iMOAB_CreateVertices(), iMOAB_DefineTagStorage(), iMOAB_DeregisterApplication(), iMOAB_DeregisterApplicationFortran(), iMOAB_DetermineGhostEntities(), iMOAB_FreeSenderBuffers(), 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_MergeVertices(), iMOAB_ReceiveElementTag(), iMOAB_ReceiveMesh(), iMOAB_ReduceTagsMax(), iMOAB_RegisterApplication(), iMOAB_RegisterApplicationFortran(), iMOAB_ResolveSharedEntities(), iMOAB_SendElementTag(), iMOAB_SendMesh(), iMOAB_SetDoubleTagStorage(), iMOAB_SetDoubleTagStorageWithGid(), iMOAB_SetGlobalInfo(), iMOAB_SetIntTagStorage(), iMOAB_SynchronizeTags(), iMOAB_UpdateMeshInfo(), iMOAB_WriteLocalMesh(), and internal_WriteMesh().
| std::map< std::string, int > GlobalContext::appIdMap |
Definition at line 180 of file iMOAB.cpp.
Referenced by iMOAB_DeregisterApplication(), and iMOAB_RegisterApplication().
| Tag GlobalContext::dirichlet_tag |
Definition at line 174 of file iMOAB.cpp.
Referenced by iMOAB_GetMeshInfo(), iMOAB_GetPointerToVertexBC(), iMOAB_Initialize(), and iMOAB_UpdateMeshInfo().
| Tag GlobalContext::globalID_tag |
Definition at line 175 of file iMOAB.cpp.
Referenced by iMOAB_GetElementID(), iMOAB_GetVertexID(), iMOAB_GetVisibleElementsInfo(), and iMOAB_Initialize().
| int GlobalContext::globalrank |
Definition at line 182 of file iMOAB.cpp.
Referenced by iMOAB_Initialize().
| int GlobalContext::iArgc |
Definition at line 177 of file iMOAB.cpp.
Referenced by iMOAB_Initialize().
| iMOAB_String* GlobalContext::iArgv |
Definition at line 178 of file iMOAB.cpp.
Referenced by iMOAB_Initialize().
| Tag GlobalContext::material_tag |
Definition at line 174 of file iMOAB.cpp.
Referenced by iMOAB_CreateElements(), iMOAB_GetBlockID(), iMOAB_GetMeshInfo(), iMOAB_GetVisibleElementsInfo(), iMOAB_Initialize(), iMOAB_MergeVertices(), and iMOAB_UpdateMeshInfo().
| Interface* GlobalContext::MBI |
Definition at line 172 of file iMOAB.cpp.
Referenced by iMOAB_ComputeCommGraph(), 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_MergeVertices(), iMOAB_ReceiveElementTag(), iMOAB_ReceiveMesh(), iMOAB_RegisterApplication(), iMOAB_ResolveSharedEntities(), iMOAB_SendElementTag(), iMOAB_SetDoubleTagStorage(), iMOAB_SetDoubleTagStorageWithGid(), iMOAB_SetIntTagStorage(), iMOAB_UpdateMeshInfo(), iMOAB_WriteLocalMesh(), and internal_WriteMesh().
| bool GlobalContext::MPI_initialized |
Definition at line 183 of file iMOAB.cpp.
Referenced by iMOAB_Initialize(), iMOAB_LoadMesh(), and iMOAB_UpdateMeshInfo().
| Tag GlobalContext::neumann_tag |
Definition at line 174 of file iMOAB.cpp.
Referenced by iMOAB_GetMeshInfo(), iMOAB_GetPointerToSurfaceBC(), iMOAB_Initialize(), and iMOAB_UpdateMeshInfo().
| int GlobalContext::refCountMB |
Definition at line 176 of file iMOAB.cpp.
Referenced by iMOAB_Finalize(), and iMOAB_Initialize().
| int GlobalContext::worldprocs |
Definition at line 182 of file iMOAB.cpp.
Referenced by iMOAB_Initialize(), and iMOAB_LoadMesh().