GEOSX
List of all members
geosx::EdgeManager::viewKeyStruct Struct Reference

Container of keys needed to access the data of the class member. More...

#include <EdgeManager.hpp>

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

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.
 
- Static Public Attributes inherited from geosx::ObjectManagerBase::viewKeyStruct
static constexpr auto adjacencyListString = "adjacencyList"
 String key to adjacency list.
 
static constexpr auto domainBoundaryIndicatorString = "domainBoundaryIndicator"
 String key to domain boundary indicator.
 
static constexpr auto externalSetString = "externalSet"
 String key to external set.
 
static constexpr auto ghostRankString = "ghostRank"
 String key to ghost ranks.
 
static constexpr auto ghostsToReceiveString = "ghostsToReceive"
 String key to ghosts to receive.
 
static constexpr auto globalToLocalMapString = "globalToLocalMap"
 String key to global->local mao.
 
static constexpr auto isExternalString = "isExternal"
 String key to the 'is external' vector.
 
static constexpr auto localToGlobalMapString = "localToGlobalMap"
 String key to the local->global map.
 

Detailed Description

Container of keys needed to access the data of the class member.

Definition at line 273 of file EdgeManager.hpp.


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