GEOSX
|
contains the added view access keys to be bound with class data member. More...
#include <NodeManager.hpp>
Static Public Attributes | |
static constexpr auto | referencePositionString = "ReferencePosition" |
String to access the reference position. | |
static constexpr auto | EmbSurfNodesPositionString = "EmbSurfNodesPosition" |
String to access the location of the nodes. | |
static constexpr auto | totalDisplacementString = "TotalDisplacement" |
String to access the displacement. | |
static constexpr auto | incrementalDisplacementString = "IncrementalDisplacement" |
String to access the incremental displacement. | |
static constexpr auto | edgeListString = "edgeList" |
String to access the edge map. | |
static constexpr auto | faceListString = "faceList" |
String to access the face map. | |
static constexpr auto | elementRegionListString = "elemRegionList" |
String to access the element region map. | |
static constexpr auto | elementSubRegionListString = "elemSubRegionList" |
String to access the element subregion map. | |
static constexpr auto | elementListString = "elemList" |
String to access the element 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. | |
contains the added view access keys to be bound with class data member.
Definition at line 248 of file NodeManager.hpp.