Panzer
Version of the Day
|
#include <Panzer_LocalMeshInfo.hpp>
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 |
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 |
Portion of LocalMeshInfo associated with element block
Used to represent an element block found on the local process
Definition at line 108 of file Panzer_LocalMeshInfo.hpp.
std::string panzer::LocalMeshBlockInfo::element_block_name |
Definition at line 110 of file Panzer_LocalMeshInfo.hpp.
Teuchos::RCP<const shards::CellTopology> panzer::LocalMeshBlockInfo::cell_topology |
Definition at line 112 of file Panzer_LocalMeshInfo.hpp.