GEOS
|
Container of keys needed to access the data of the class member. More...
#include <EdgeManager.hpp>
Additional Inherited Members | |
Static Public Member Functions inherited from geos::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 () |
static constexpr char const * | localMaxGlobalIndexString () |
static constexpr char const * | maxGlobalIndexString () |
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. | |
Container of keys needed to access the data of the class member.
Definition at line 254 of file EdgeManager.hpp.