| 
    Panzer
    Version of the Day
    
   | 
 
#include <Panzer_LocalMeshInfo.hpp>

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 | 
| Kokkos::View < panzer::GlobalOrdinal * >  | global_cells | 
| Kokkos::View < panzer::LocalOrdinal * >  | local_cells | 
| Kokkos::View< double  ***, PHX::Device >  | cell_vertices | 
| Kokkos::View < panzer::LocalOrdinal *[2]>  | face_to_cells | 
| Kokkos::View < panzer::LocalOrdinal *[2]>  | face_to_lidx | 
| Kokkos::View < panzer::LocalOrdinal ** >  | cell_to_faces | 
Partition of LocalMeshInfo, used for generating worksets
Definition at line 79 of file Panzer_LocalMeshInfo.hpp.
| std::string panzer::LocalMeshPartition::element_block_name | 
Definition at line 81 of file Panzer_LocalMeshInfo.hpp.
| Teuchos::RCP<const shards::CellTopology> panzer::LocalMeshPartition::cell_topology | 
Definition at line 82 of file Panzer_LocalMeshInfo.hpp.
| std::string panzer::LocalMeshPartition::sideset_name | 
Definition at line 85 of file Panzer_LocalMeshInfo.hpp.
 1.8.5