GEOSX
|
struct to serve as a container for group strings and keys More...
#include <DomainPartition.hpp>
Public Attributes | |
dataRepository::GroupKey | meshBodies = { meshBodiesString } |
View key to the Group holding the MeshBodies. | |
dataRepository::GroupKey | constitutiveManager = { constitutiveManagerString } |
View key to the Group holding the ConstitutiveManager. | |
dataRepository::GroupKey | communicationManager = { "communicationManager" } |
View key to the Group holding the CommunicationManager. | |
Static Public Attributes | |
static constexpr auto | meshBodiesString = "MeshBodies" |
String key to the Group holding the MeshBodies. | |
static constexpr auto | constitutiveManagerString = "Constitutive" |
String key to the Group holding the ConstitutiveManager. | |
struct to serve as a container for group strings and keys
Definition at line 133 of file DomainPartition.hpp.