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::LocalMeshBlockInfo Struct Reference

#include <Panzer_LocalMeshInfo.hpp>

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

Public Attributes

std::string element_block_name
 
Teuchos::RCP< const
shards::CellTopology > 
cell_topology
 
- 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

Portion of LocalMeshInfo associated with element block

Used to represent an element block found on the local process

Definition at line 112 of file Panzer_LocalMeshInfo.hpp.

Member Data Documentation

std::string panzer::LocalMeshBlockInfo::element_block_name

Definition at line 114 of file Panzer_LocalMeshInfo.hpp.

Teuchos::RCP<const shards::CellTopology> panzer::LocalMeshBlockInfo::cell_topology

Definition at line 116 of file Panzer_LocalMeshInfo.hpp.


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