Panzer
Version of the Day
|
#include <Panzer_LocalMeshInfo.hpp>
Public Attributes | |
std::map< std::string, LocalMeshBlockInfo > | element_blocks |
std::map< std::string, std::map< std::string, LocalMeshSidesetInfo > > | sidesets |
Public Attributes inherited from panzer::LocalMeshInfoBase | |
panzer::LocalOrdinal | num_owned_cells |
panzer::LocalOrdinal | num_ghstd_cells |
panzer::LocalOrdinal | num_virtual_cells |
int | subcell_index |
int | subcell_dimension |
PHX::View < panzer::GlobalOrdinal * > | global_cells |
PHX::View< panzer::LocalOrdinal * > | local_cells |
PHX::View< double *** > | cell_nodes |
bool | has_connectivity |
PHX::View < panzer::LocalOrdinal *[2]> | face_to_cells |
PHX::View < panzer::LocalOrdinal *[2]> | face_to_lidx |
PHX::View < panzer::LocalOrdinal ** > | cell_to_faces |
Entire mesh found on a local process
Definition at line 88 of file Panzer_LocalMeshInfo.hpp.
std::map<std::string, LocalMeshBlockInfo> panzer::LocalMeshInfo::element_blocks |
Definition at line 91 of file Panzer_LocalMeshInfo.hpp.
std::map<std::string, std::map<std::string,LocalMeshSidesetInfo> > panzer::LocalMeshInfo::sidesets |
Definition at line 94 of file Panzer_LocalMeshInfo.hpp.