Panzer  Version of the Day
Public Attributes | List of all members
panzer::LocalMeshSidesetInfo Struct Reference

#include <Panzer_LocalMeshInfo.hpp>

Inheritance diagram for panzer::LocalMeshSidesetInfo:
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
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
 

Detailed Description

Portion of LocalMeshInfo associated with sidesets

Used to represent a sideset found on the local process

Definition at line 93 of file Panzer_LocalMeshInfo.hpp.

Member Data Documentation

◆ sideset_name

std::string panzer::LocalMeshSidesetInfo::sideset_name

Definition at line 95 of file Panzer_LocalMeshInfo.hpp.

◆ element_block_name

std::string panzer::LocalMeshSidesetInfo::element_block_name

Definition at line 97 of file Panzer_LocalMeshInfo.hpp.

◆ cell_topology

Teuchos::RCP<const shards::CellTopology> panzer::LocalMeshSidesetInfo::cell_topology

Definition at line 100 of file Panzer_LocalMeshInfo.hpp.


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