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

#include <Panzer_LocalMeshInfo.hpp>

Inheritance diagram for panzer::LocalMeshPartition< LO, GO >:
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< 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::LocalMeshPartition< LO, GO >

Partition of LocalMeshInfo

Used for generating worksets

Definition at line 94 of file Panzer_LocalMeshInfo.hpp.

Member Data Documentation

◆ element_block_name

template<typename LO, typename GO>
std::string panzer::LocalMeshPartition< LO, GO >::element_block_name

Definition at line 98 of file Panzer_LocalMeshInfo.hpp.

◆ cell_topology

template<typename LO, typename GO>
Teuchos::RCP<const shards::CellTopology> panzer::LocalMeshPartition< LO, GO >::cell_topology

Definition at line 99 of file Panzer_LocalMeshInfo.hpp.

◆ sideset_name

template<typename LO, typename GO>
std::string panzer::LocalMeshPartition< LO, GO >::sideset_name

Definition at line 102 of file Panzer_LocalMeshInfo.hpp.


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