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

Trait struct for RuptureState data. More...

#include <ExtrinsicMeshData.hpp>

Public Types

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

Static Public Attributes

static constexpr auto key = "ruptureState"
 
static constexpr dataType defaultValue = 0
 
static constexpr auto plotLevel = dataRepository::PlotLevel:: LEVEL_0
 
static constexpr auto restartFlag = dataRepository::RestartFlags:: WRITE_AND_READ
 
static constexpr auto description = "Rupture state of the face: \n 0=not ready for rupture \n 1=ready for rupture \n 2=ruptured."
 

Detailed Description

Trait struct for RuptureState data.

Definition at line 182 of file ExtrinsicMeshData.hpp.

Member Typedef Documentation

◆ dataType

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

Definition at line 182 of file ExtrinsicMeshData.hpp.

◆ type

The actual type to be registered.

Definition at line 182 of file ExtrinsicMeshData.hpp.

Member Data Documentation

◆ defaultValue

constexpr dataType geosx::extrinsicMeshData::RuptureState::defaultValue = 0
static

The dataRepository::DefaultValue for RuptureState .

Definition at line 182 of file ExtrinsicMeshData.hpp.

◆ description

constexpr auto geosx::extrinsicMeshData::RuptureState::description = "Rupture state of the face: \n 0=not ready for rupture \n 1=ready for rupture \n 2=ruptured."
static

Description of the RuptureState data for use in sphinx documentation

Definition at line 182 of file ExtrinsicMeshData.hpp.

◆ key

constexpr auto geosx::extrinsicMeshData::RuptureState::key = "ruptureState"
static

The key for registration with the data repository.

Definition at line 182 of file ExtrinsicMeshData.hpp.

◆ plotLevel

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

The default dataRepository::PlotLevel for RuptureState .

Definition at line 182 of file ExtrinsicMeshData.hpp.

◆ restartFlag

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

The default dataRepository::RestartFlags for RuptureState .

Definition at line 182 of file ExtrinsicMeshData.hpp.


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