Panzer  Version of the Day
Public Attributes | List of all members
panzer::LocalMeshInfo< LO, GO > Class Template Reference

#include <Panzer_LocalMeshInfo.hpp>

Inheritance diagram for panzer::LocalMeshInfo< LO, GO >:
Inheritance graph
[legend]

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
 

Detailed Description

template<typename LO, typename GO>
class panzer::LocalMeshInfo< LO, GO >

Entire mesh found on a local process

Definition at line 143 of file Panzer_LocalMeshInfo.hpp.

Member Data Documentation

◆ element_blocks

template<typename LO, typename GO>
std::map<std::string, LocalMeshBlockInfo<LO,GO> > panzer::LocalMeshInfo< LO, GO >::element_blocks

Definition at line 148 of file Panzer_LocalMeshInfo.hpp.

◆ sidesets

template<typename LO, typename GO>
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.


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