GEOSX
Static Public Member Functions | Public Attributes | List of all members
geos::NodeManager::viewKeyStruct Struct Reference

contains the added view access keys to be bound with class data member. More...

#include <NodeManager.hpp>

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

Static Public Member Functions

static constexpr const char * referencePositionString ()
 
static constexpr const char * EmbSurfNodesPositionString ()
 
static constexpr const char * edgeListString ()
 
static constexpr const char * faceListString ()
 
static constexpr const char * elementRegionListString ()
 
static constexpr const char * elementSubRegionListString ()
 
static constexpr const char * elementListString ()
 
- Static Public Member Functions inherited from geos::ObjectManagerBase::viewKeyStruct
static constexpr const char * adjacencyListString ()
 
static constexpr const char * domainBoundaryIndicatorString ()
 
static constexpr const char * externalSetString ()
 
static constexpr const char * ghostRankString ()
 
static constexpr const char * ghostsToReceiveString ()
 
static constexpr const char * globalToLocalMapString ()
 
static constexpr const char * isExternalString ()
 
static constexpr const char * localToGlobalMapString ()
 

Public Attributes

dataRepository::ViewKey referencePosition = { referencePositionString() }
 Accessor to reference position.
 
dataRepository::ViewKey edgeList = { edgeListString() }
 Accessor to edge map.
 
dataRepository::ViewKey faceList = { faceListString() }
 Accessor to face map.
 
dataRepository::ViewKey elementRegionList = { elementRegionListString() }
 Accessor to element region map.
 
dataRepository::ViewKey elementSubRegionList = { elementSubRegionListString() }
 Accessor to element subregion map.
 
dataRepository::ViewKey elementList = { elementListString() }
 Accessor to element map.
 
- 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

contains the added view access keys to be bound with class data member.

Definition at line 253 of file NodeManager.hpp.

Member Function Documentation

◆ edgeListString()

static constexpr const char* geos::NodeManager::viewKeyStruct::edgeListString ( )
inlinestaticconstexpr
Returns
String to access the edge map

Definition at line 262 of file NodeManager.hpp.

◆ elementListString()

static constexpr const char* geos::NodeManager::viewKeyStruct::elementListString ( )
inlinestaticconstexpr
Returns
String to access the element map

Definition at line 274 of file NodeManager.hpp.

◆ elementRegionListString()

static constexpr const char* geos::NodeManager::viewKeyStruct::elementRegionListString ( )
inlinestaticconstexpr
Returns
String to access the element region map

Definition at line 268 of file NodeManager.hpp.

◆ elementSubRegionListString()

static constexpr const char* geos::NodeManager::viewKeyStruct::elementSubRegionListString ( )
inlinestaticconstexpr
Returns
String to access the element subregion map

Definition at line 271 of file NodeManager.hpp.

◆ EmbSurfNodesPositionString()

static constexpr const char* geos::NodeManager::viewKeyStruct::EmbSurfNodesPositionString ( )
inlinestaticconstexpr
Returns
String to access the location of the nodes

Definition at line 259 of file NodeManager.hpp.

◆ faceListString()

static constexpr const char* geos::NodeManager::viewKeyStruct::faceListString ( )
inlinestaticconstexpr
Returns
String to access the face map

Definition at line 265 of file NodeManager.hpp.

◆ referencePositionString()

static constexpr const char* geos::NodeManager::viewKeyStruct::referencePositionString ( )
inlinestaticconstexpr
Returns
String to access the reference position

Definition at line 256 of file NodeManager.hpp.


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