GEOSX
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
geosx::extrinsicMeshData::DegreeFromCrackTip Struct Reference

Trait struct for DegreeFromCrackTip data. More...

#include <ExtrinsicMeshData.hpp>

Public Types

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

Static Public Member Functions

static constexpr char const * key ()
 

Static Public Attributes

static constexpr dataType defaultValue = 100000
 
static constexpr dataRepository::PlotLevel plotLevel = dataRepository::PlotLevel:: LEVEL_1
 
static constexpr dataRepository::RestartFlags restartFlag = dataRepository::RestartFlags:: WRITE_AND_READ
 
static constexpr char const * description = "Distance to the crack tip in terms of topological distance. " "(i.e. how many nodes are along the path to the closest " "node that is on the crack surface."
 

Detailed Description

Trait struct for DegreeFromCrackTip data.

Definition at line 135 of file ExtrinsicMeshData.hpp.

Member Typedef Documentation

◆ dataType

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

Definition at line 135 of file ExtrinsicMeshData.hpp.

◆ type

The actual type to be registered.

Definition at line 135 of file ExtrinsicMeshData.hpp.

Member Function Documentation

◆ key()

static constexpr char const* geosx::extrinsicMeshData::DegreeFromCrackTip::key ( )
inlinestatic
Returns
The key for registration with the data repository.

Definition at line 135 of file ExtrinsicMeshData.hpp.

Member Data Documentation

◆ defaultValue

constexpr dataType geosx::extrinsicMeshData::DegreeFromCrackTip::defaultValue = 100000
static

◆ description

constexpr char const* geosx::extrinsicMeshData::DegreeFromCrackTip::description = "Distance to the crack tip in terms of topological distance. " "(i.e. how many nodes are along the path to the closest " "node that is on the crack surface."
static

Description of the DegreeFromCrackTip data for use in sphinx documentation

Definition at line 135 of file ExtrinsicMeshData.hpp.

◆ plotLevel

constexpr dataRepository::PlotLevel geosx::extrinsicMeshData::DegreeFromCrackTip::plotLevel = dataRepository::PlotLevel:: LEVEL_1
static

The default dataRepository::PlotLevel for DegreeFromCrackTip .

Definition at line 135 of file ExtrinsicMeshData.hpp.

◆ restartFlag

constexpr dataRepository::RestartFlags geosx::extrinsicMeshData::DegreeFromCrackTip::restartFlag = dataRepository::RestartFlags:: WRITE_AND_READ
static

The default dataRepository::RestartFlags for DegreeFromCrackTip .

Definition at line 135 of file ExtrinsicMeshData.hpp.


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