GEOSX
Static Public Member Functions | List of all members
geosx::ElementSubRegionBase::viewKeyStruct Struct Reference

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

#include <ElementSubRegionBase.hpp>

Inheritance diagram for geosx::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 geosx::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 ()
 

Additional Inherited Members

- Public Attributes inherited from geosx::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 245 of file ElementSubRegionBase.hpp.

Member Function Documentation

◆ edgeListString()

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

Definition at line 254 of file ElementSubRegionBase.hpp.

◆ elementCenterString()

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

Definition at line 260 of file ElementSubRegionBase.hpp.

◆ elementVolumeString()

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

Definition at line 262 of file ElementSubRegionBase.hpp.

◆ faceListString()

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

Definition at line 258 of file ElementSubRegionBase.hpp.

◆ nodeListString()

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

Definition at line 250 of file ElementSubRegionBase.hpp.

◆ numEdgesPerElementString()

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

Definition at line 252 of file ElementSubRegionBase.hpp.

◆ numFacesPerElementString()

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

Definition at line 256 of file ElementSubRegionBase.hpp.

◆ numNodesPerElementString()

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

Definition at line 248 of file ElementSubRegionBase.hpp.


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