GEOSX
Public Types | Static Public Attributes | List of all members
geosx::extrinsicMeshData::RuptureRate Struct Reference

Trait struct for RuptureRate 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 = "ruptureRate"
 
static constexpr dataType defaultValue = 1.0e99
 
static constexpr auto plotLevel = dataRepository::PlotLevel:: LEVEL_0
 
static constexpr auto restartFlag = dataRepository::RestartFlags:: WRITE_AND_READ
 
static constexpr auto description = "Rate of rupture in terms of number of objects split per time."
 

Detailed Description

Trait struct for RuptureRate data.

Definition at line 150 of file ExtrinsicMeshData.hpp.

Member Typedef Documentation

◆ dataType

using geosx::extrinsicMeshData::RuptureRate::dataType = internal::typeHelper_t< array1d< real64 > >

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

Definition at line 150 of file ExtrinsicMeshData.hpp.

◆ type

The actual type to be registered.

Definition at line 150 of file ExtrinsicMeshData.hpp.

Member Data Documentation

◆ defaultValue

constexpr dataType geosx::extrinsicMeshData::RuptureRate::defaultValue = 1.0e99
static

The dataRepository::DefaultValue for RuptureRate .

Definition at line 150 of file ExtrinsicMeshData.hpp.

◆ description

constexpr auto geosx::extrinsicMeshData::RuptureRate::description = "Rate of rupture in terms of number of objects split per time."
static

Description of the RuptureRate data for use in sphinx documentation

Definition at line 150 of file ExtrinsicMeshData.hpp.

◆ key

constexpr auto geosx::extrinsicMeshData::RuptureRate::key = "ruptureRate"
static

The key for registration with the data repository.

Definition at line 150 of file ExtrinsicMeshData.hpp.

◆ plotLevel

constexpr auto geosx::extrinsicMeshData::RuptureRate::plotLevel = dataRepository::PlotLevel:: LEVEL_0
static

The default dataRepository::PlotLevel for RuptureRate .

Definition at line 150 of file ExtrinsicMeshData.hpp.

◆ restartFlag

constexpr auto geosx::extrinsicMeshData::RuptureRate::restartFlag = dataRepository::RestartFlags:: WRITE_AND_READ
static

The default dataRepository::RestartFlags for RuptureRate .

Definition at line 150 of file ExtrinsicMeshData.hpp.


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