GEOSX
Public Attributes | Static Public Attributes | List of all members
geosx::NodeManager::viewKeyStruct Struct Reference

contains the added view access keys to be bound with class data member. More...

#include <NodeManager.hpp>

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

Public Attributes

dataRepository::ViewKey referencePosition = { referencePositionString }
 String to access the reference position.
 
dataRepository::ViewKey totalDisplacement = { totalDisplacementString }
 String to access the displacement.
 
dataRepository::ViewKey incrementalDisplacement = { incrementalDisplacementString }
 String to access the incremental displacement.
 
dataRepository::ViewKey edgeList = { edgeListString }
 String to access the edge map.
 
dataRepository::ViewKey faceList = { faceListString }
 String to access the face map.
 
dataRepository::ViewKey elementRegionList = { elementRegionListString }
 String to access the element region map.
 
dataRepository::ViewKey elementSubRegionList = { elementSubRegionListString }
 String to access the element subregion map.
 
dataRepository::ViewKey elementList = { elementListString }
 String to access the element map.
 
dataRepository::ViewKey velocity = { dataRepository::keys::Velocity }
 String to access the velocity.
 
dataRepository::ViewKey acceleration = { dataRepository::keys::Acceleration }
 String to access the acceleration.
 
- 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

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.
 

Detailed Description

contains the added view access keys to be bound with class data member.

Definition at line 248 of file NodeManager.hpp.


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