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

#include <Panzer_LocalMeshInfo.hpp>

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

Public Attributes

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

Partition of LocalMeshInfo, used for generating worksets

Definition at line 83 of file Panzer_LocalMeshInfo.hpp.

Member Data Documentation

std::string panzer::LocalMeshPartition::element_block_name

Definition at line 85 of file Panzer_LocalMeshInfo.hpp.

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

Definition at line 86 of file Panzer_LocalMeshInfo.hpp.

std::string panzer::LocalMeshPartition::sideset_name

Definition at line 89 of file Panzer_LocalMeshInfo.hpp.


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