GEOSX
|
Trait struct for RuptureTime data. More...
#include <ExtrinsicMeshData.hpp>
Public Types | |
using | type = array1d< real64 > |
using | dataType = internal::typeHelper_t< array1d< real64 > > |
Static Public Attributes | |
static constexpr auto | key = "ruptureTime" |
static constexpr dataType | defaultValue = 1.0e9 |
static constexpr auto | plotLevel = dataRepository::PlotLevel:: LEVEL_0 |
static constexpr auto | restartFlag = dataRepository::RestartFlags:: WRITE_AND_READ |
static constexpr auto | description = "Time that the object was ruptured/split." |
Trait struct for RuptureTime data.
Definition at line 142 of file ExtrinsicMeshData.hpp.
using geosx::extrinsicMeshData::RuptureTime::dataType = internal::typeHelper_t< array1d< real64 > > |
The template type T for registration of a container<T>.
Definition at line 142 of file ExtrinsicMeshData.hpp.
The actual type to be registered.
Definition at line 142 of file ExtrinsicMeshData.hpp.
|
static |
The dataRepository::DefaultValue for RuptureTime .
Definition at line 142 of file ExtrinsicMeshData.hpp.
|
static |
Description of the RuptureTime data for use in sphinx documentation
Definition at line 142 of file ExtrinsicMeshData.hpp.
|
static |
The key for registration with the data repository.
Definition at line 142 of file ExtrinsicMeshData.hpp.
|
static |
The default dataRepository::PlotLevel for RuptureTime .
Definition at line 142 of file ExtrinsicMeshData.hpp.
|
static |
The default dataRepository::RestartFlags for RuptureTime .
Definition at line 142 of file ExtrinsicMeshData.hpp.