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

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

#include <ObjectManagerBase.hpp>

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

Static Public Member Functions

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

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 703 of file ObjectManagerBase.hpp.

Member Function Documentation

◆ adjacencyListString()

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

Definition at line 706 of file ObjectManagerBase.hpp.

◆ domainBoundaryIndicatorString()

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

Definition at line 709 of file ObjectManagerBase.hpp.

◆ externalSetString()

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

Definition at line 712 of file ObjectManagerBase.hpp.

◆ ghostRankString()

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

Definition at line 715 of file ObjectManagerBase.hpp.

◆ ghostsToReceiveString()

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

Definition at line 718 of file ObjectManagerBase.hpp.

◆ globalToLocalMapString()

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

Definition at line 721 of file ObjectManagerBase.hpp.

◆ isExternalString()

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

Definition at line 724 of file ObjectManagerBase.hpp.

◆ localToGlobalMapString()

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

Definition at line 727 of file ObjectManagerBase.hpp.


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