Panzer Version of the Day
Loading...
Searching...
No Matches
panzer::LocalMeshInfo Struct Reference

#include <Panzer_LocalMeshInfo.hpp>

Inheritance diagram for panzer::LocalMeshInfo:

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 120 of file Panzer_LocalMeshInfo.hpp.

Member Data Documentation

◆ element_blocks

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

Definition at line 123 of file Panzer_LocalMeshInfo.hpp.

◆ sidesets

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: