GEOSX
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
geos::fields::ruptureTime Struct Reference

Trait struct for ruptureTime data. More...

#include <MeshFields.hpp>

Public Types

using type = array1d< real64 >
 
using dataType = internal::typeHelper_t< array1d< real64 > >
 

Static Public Member Functions

static constexpr const char * key ()
 
static constexpr dataType defaultValue ()
 

Static Public Attributes

static constexpr dataRepository::PlotLevel plotLevel = dataRepository::PlotLevel:: LEVEL_0
 
static constexpr dataRepository::RestartFlags restartFlag = dataRepository::RestartFlags:: WRITE_AND_READ
 
static constexpr const char * description = "Time that the object was ruptured/split."
 

Detailed Description

Trait struct for ruptureTime data.


Definition at line 155 of file MeshFields.hpp.

Member Typedef Documentation

◆ dataType

using geos::fields::ruptureTime::dataType = internal::typeHelper_t< array1d< real64 > >

The template type T for registration of a container<T>.

Definition at line 155 of file MeshFields.hpp.

◆ type

The actual type to be registered.

Definition at line 155 of file MeshFields.hpp.

Member Function Documentation

◆ defaultValue()

static constexpr dataType geos::fields::ruptureTime::defaultValue ( )
inlinestaticconstexpr
Returns
The default data value for ruptureTime .

Definition at line 155 of file MeshFields.hpp.

◆ key()

static constexpr const char* geos::fields::ruptureTime::key ( )
inlinestaticconstexpr
Returns
The key for registration with the data repository.

Definition at line 155 of file MeshFields.hpp.

Member Data Documentation

◆ description

constexpr const char* geos::fields::ruptureTime::description = "Time that the object was ruptured/split."
staticconstexpr

Description of the ruptureTime data for use in sphinx documentation

Definition at line 155 of file MeshFields.hpp.

◆ plotLevel

constexpr dataRepository::PlotLevel geos::fields::ruptureTime::plotLevel = dataRepository::PlotLevel:: LEVEL_0
staticconstexpr

The default dataRepository::PlotLevel for ruptureTime .

Definition at line 155 of file MeshFields.hpp.

◆ restartFlag

constexpr dataRepository::RestartFlags geos::fields::ruptureTime::restartFlag = dataRepository::RestartFlags:: WRITE_AND_READ
staticconstexpr

The default dataRepository::RestartFlags for ruptureTime .

Definition at line 155 of file MeshFields.hpp.


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