Mesh Oriented datABase  (version 5.5.1)
An array-based unstructured mesh library
appData Struct Reference
+ Collaboration diagram for appData:

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, TagtagMap
 
std::vector< TagtagList
 
bool point_cloud
 
bool is_fortran
 

Detailed Description

Definition at line 63 of file iMOAB.cpp.

Member Data Documentation

◆ all_verts

◆ dimension

int appData::dimension

◆ diri_sets

Range appData::diri_sets

Definition at line 85 of file iMOAB.cpp.

Referenced by iMOAB_GetMeshInfo(), iMOAB_GetPointerToVertexBC(), and iMOAB_UpdateMeshInfo().

◆ file_set

◆ ghost_elems

Range appData::ghost_elems

Definition at line 75 of file iMOAB.cpp.

Referenced by iMOAB_GetMeshInfo(), and iMOAB_UpdateMeshInfo().

◆ ghost_vertices

Range appData::ghost_vertices

Definition at line 72 of file iMOAB.cpp.

Referenced by iMOAB_GetMeshInfo(), and iMOAB_UpdateMeshInfo().

◆ global_id

int appData::global_id

◆ is_fortran

bool appData::is_fortran

Definition at line 89 of file iMOAB.cpp.

Referenced by iMOAB_RegisterApplication().

◆ local_verts

Range appData::local_verts

Definition at line 70 of file iMOAB.cpp.

Referenced by iMOAB_CreateElements(), iMOAB_CreateVertices(), and iMOAB_UpdateMeshInfo().

◆ mat_sets

◆ matIndex

std::map< int, int > appData::matIndex

Definition at line 83 of file iMOAB.cpp.

Referenced by iMOAB_GetBlockElementConnectivities(), and iMOAB_GetElementID().

◆ name

std::string appData::name

◆ neu_sets

Range appData::neu_sets

Definition at line 84 of file iMOAB.cpp.

Referenced by iMOAB_GetMeshInfo(), iMOAB_GetPointerToSurfaceBC(), and iMOAB_UpdateMeshInfo().

◆ num_ghost_layers

int appData::num_ghost_layers

Definition at line 81 of file iMOAB.cpp.

Referenced by iMOAB_RegisterApplication().

◆ num_global_elements

long appData::num_global_elements

Definition at line 77 of file iMOAB.cpp.

Referenced by iMOAB_GetGlobalInfo(), and iMOAB_SetGlobalInfo().

◆ num_global_vertices

long appData::num_global_vertices

Definition at line 79 of file iMOAB.cpp.

Referenced by iMOAB_GetGlobalInfo(), and iMOAB_SetGlobalInfo().

◆ owned_elems

Range appData::owned_elems

Definition at line 74 of file iMOAB.cpp.

Referenced by iMOAB_GetMeshInfo(), and iMOAB_UpdateMeshInfo().

◆ owned_verts

Range appData::owned_verts

Definition at line 71 of file iMOAB.cpp.

Referenced by iMOAB_UpdateMeshInfo().

◆ point_cloud

bool appData::point_cloud

Definition at line 88 of file iMOAB.cpp.

Referenced by iMOAB_RegisterApplication(), and iMOAB_UpdateMeshInfo().

◆ primary_elems

◆ tagList

std::vector< Tag > appData::tagList

◆ tagMap


The documentation for this struct was generated from the following file: