Panzer  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
panzer::LocalMeshSidesetInfo< LO, GO > Struct Template Reference

#include <Panzer_LocalMeshInfo.hpp>

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

Public Attributes

std::string sideset_name
 
std::string element_block_name
 
Teuchos::RCP< const
shards::CellTopology > 
cell_topology
 
- 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>
struct panzer::LocalMeshSidesetInfo< LO, GO >

Portion of LocalMeshInfo associated with sidesets

Used to represent a sideset found on the local process

Definition at line 112 of file Panzer_LocalMeshInfo.hpp.

Member Data Documentation

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

Definition at line 115 of file Panzer_LocalMeshInfo.hpp.

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

Definition at line 117 of file Panzer_LocalMeshInfo.hpp.

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

Definition at line 120 of file Panzer_LocalMeshInfo.hpp.


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