Panzer  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
panzer::LocalMeshInfo Struct Reference

#include <Panzer_LocalMeshInfo.hpp>

Inheritance diagram for panzer::LocalMeshInfo:
Inheritance graph
[legend]

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
 

Detailed Description

Entire mesh found on a local process

Definition at line 120 of file Panzer_LocalMeshInfo.hpp.

Member Data Documentation

std::map<std::string, LocalMeshBlockInfo> panzer::LocalMeshInfo::element_blocks

Definition at line 123 of file Panzer_LocalMeshInfo.hpp.

std::map<std::string, std::map<std::string,LocalMeshSidesetInfo> > panzer::LocalMeshInfo::sidesets

Definition at line 126 of file Panzer_LocalMeshInfo.hpp.


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