Panzer  Version of the Day
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, LocalMeshBlockInfoelement_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_vertices
 
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 121 of file Panzer_LocalMeshInfo.hpp.

Member Data Documentation

◆ element_blocks

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

Definition at line 124 of file Panzer_LocalMeshInfo.hpp.

◆ sidesets

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

Definition at line 127 of file Panzer_LocalMeshInfo.hpp.


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