GEOS
Static Public Member Functions | List of all members
geos::ElementSubRegionBase::viewKeyStruct Struct Reference

A struct to serve as a container for variable strings and keys. More...

#include <ElementSubRegionBase.hpp>

Inheritance diagram for geos::ElementSubRegionBase::viewKeyStruct:
Inheritance graph
[legend]

Static Public Member Functions

static constexpr char const * numNodesPerElementString ()
 
static constexpr char const * nodeListString ()
 
static constexpr char const * numEdgesPerElementString ()
 
static constexpr char const * edgeListString ()
 
static constexpr char const * numFacesPerElementString ()
 
static constexpr char const * faceListString ()
 
static constexpr char const * elementCenterString ()
 
static constexpr char const * elementVolumeString ()
 
- Static Public Member Functions inherited from geos::ObjectManagerBase::viewKeyStruct
static constexpr char const * adjacencyListString ()
 
static constexpr char const * domainBoundaryIndicatorString ()
 
static constexpr char const * externalSetString ()
 
static constexpr char const * ghostRankString ()
 
static constexpr char const * ghostsToReceiveString ()
 
static constexpr char const * globalToLocalMapString ()
 
static constexpr char const * isExternalString ()
 
static constexpr char const * localToGlobalMapString ()
 
static constexpr char const * localMaxGlobalIndexString ()
 
static constexpr char const * maxGlobalIndexString ()
 

Additional Inherited Members

- Public Attributes inherited from geos::ObjectManagerBase::viewKeyStruct
dataRepository::ViewKey externalSet = { externalSetString() }
 View key to external set.
 
dataRepository::ViewKey ghostRank = { ghostRankString() }
 View key to ghost ranks.
 
dataRepository::ViewKey globalToLocalMap = { globalToLocalMapString() }
 View key to global->local map.
 
dataRepository::ViewKey localToGlobalMap = { localToGlobalMapString() }
 View key to the local->global map.
 

Detailed Description

A struct to serve as a container for variable strings and keys.

Definition at line 214 of file ElementSubRegionBase.hpp.

Member Function Documentation

◆ edgeListString()

static constexpr char const* geos::ElementSubRegionBase::viewKeyStruct::edgeListString ( )
inlinestaticconstexpr
Returns
String key for the element-to-edge relation

Definition at line 223 of file ElementSubRegionBase.hpp.

◆ elementCenterString()

static constexpr char const* geos::ElementSubRegionBase::viewKeyStruct::elementCenterString ( )
inlinestaticconstexpr
Returns
String key for the member level field for the element center.

Definition at line 229 of file ElementSubRegionBase.hpp.

◆ elementVolumeString()

static constexpr char const* geos::ElementSubRegionBase::viewKeyStruct::elementVolumeString ( )
inlinestaticconstexpr
Returns
String key for the member level field for the element volume.

Definition at line 231 of file ElementSubRegionBase.hpp.

◆ faceListString()

static constexpr char const* geos::ElementSubRegionBase::viewKeyStruct::faceListString ( )
inlinestaticconstexpr
Returns
String key for the element-to-face relation

Definition at line 227 of file ElementSubRegionBase.hpp.

◆ nodeListString()

static constexpr char const* geos::ElementSubRegionBase::viewKeyStruct::nodeListString ( )
inlinestaticconstexpr
Returns
String key for the element-to-node relation

Definition at line 219 of file ElementSubRegionBase.hpp.

◆ numEdgesPerElementString()

static constexpr char const* geos::ElementSubRegionBase::viewKeyStruct::numEdgesPerElementString ( )
inlinestaticconstexpr
Returns
String key for the number of edges per element in this subregion.

Definition at line 221 of file ElementSubRegionBase.hpp.

◆ numFacesPerElementString()

static constexpr char const* geos::ElementSubRegionBase::viewKeyStruct::numFacesPerElementString ( )
inlinestaticconstexpr
Returns
String key for the number of faces per element in this subregion.

Definition at line 225 of file ElementSubRegionBase.hpp.

◆ numNodesPerElementString()

static constexpr char const* geos::ElementSubRegionBase::viewKeyStruct::numNodesPerElementString ( )
inlinestaticconstexpr
Returns
String key for the number of nodes per element in this subregion.

Definition at line 217 of file ElementSubRegionBase.hpp.


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