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

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

#include <ObjectManagerBase.hpp>

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

Static Public Member Functions

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 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

struct to serve as a container for variable strings and keys

Definition at line 661 of file ObjectManagerBase.hpp.

Member Function Documentation

◆ adjacencyListString()

static constexpr const char* geos::ObjectManagerBase::viewKeyStruct::adjacencyListString ( )
inlinestaticconstexpr
Returns
String key to adjacency list

Definition at line 664 of file ObjectManagerBase.hpp.

◆ domainBoundaryIndicatorString()

static constexpr const char* geos::ObjectManagerBase::viewKeyStruct::domainBoundaryIndicatorString ( )
inlinestaticconstexpr
Returns
String key to domain boundary indicator

Definition at line 667 of file ObjectManagerBase.hpp.

◆ externalSetString()

static constexpr const char* geos::ObjectManagerBase::viewKeyStruct::externalSetString ( )
inlinestaticconstexpr
Returns
String key to external set

Definition at line 670 of file ObjectManagerBase.hpp.

◆ ghostRankString()

static constexpr const char* geos::ObjectManagerBase::viewKeyStruct::ghostRankString ( )
inlinestaticconstexpr
Returns
String key to ghost ranks

Definition at line 673 of file ObjectManagerBase.hpp.

◆ ghostsToReceiveString()

static constexpr const char* geos::ObjectManagerBase::viewKeyStruct::ghostsToReceiveString ( )
inlinestaticconstexpr
Returns
String key to ghosts to receive

Definition at line 676 of file ObjectManagerBase.hpp.

◆ globalToLocalMapString()

static constexpr const char* geos::ObjectManagerBase::viewKeyStruct::globalToLocalMapString ( )
inlinestaticconstexpr
Returns
String key to global->local mao

Definition at line 679 of file ObjectManagerBase.hpp.

◆ isExternalString()

static constexpr const char* geos::ObjectManagerBase::viewKeyStruct::isExternalString ( )
inlinestaticconstexpr
Returns
String key to the 'is external' vector

Definition at line 682 of file ObjectManagerBase.hpp.

◆ localToGlobalMapString()

static constexpr const char* geos::ObjectManagerBase::viewKeyStruct::localToGlobalMapString ( )
inlinestaticconstexpr
Returns
String key to the local->global map

Definition at line 685 of file ObjectManagerBase.hpp.


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