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

Public Attributes | |
| std::map< std::string, LocalMeshBlockInfo< LO, GO > > | element_blocks |
| std::map< std::string, std::map< std::string, LocalMeshSidesetInfo< LO, GO > > > | sidesets |
Public Attributes inherited from panzer::LocalMeshInfoBase< LO, GO > | |
| LO | num_owned_cells |
| LO | num_ghstd_cells |
| LO | num_virtual_cells |
| Kokkos::View< GO * > | global_cells |
| Kokkos::View< LO * > | local_cells |
| Kokkos::View< double ***, PHX::Device > | cell_vertices |
| Kokkos::View< LO *[2]> | face_to_cells |
| Kokkos::View< LO *[2]> | face_to_lidx |
| Kokkos::View< LO ** > | cell_to_faces |
Entire mesh found on a local process
Definition at line 143 of file Panzer_LocalMeshInfo.hpp.
| std::map<std::string, LocalMeshBlockInfo<LO,GO> > panzer::LocalMeshInfo< LO, GO >::element_blocks |
Definition at line 148 of file Panzer_LocalMeshInfo.hpp.
| std::map<std::string, std::map<std::string, LocalMeshSidesetInfo<LO,GO> > > panzer::LocalMeshInfo< LO, GO >::sidesets |
Definition at line 151 of file Panzer_LocalMeshInfo.hpp.
1.8.16