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

Trait struct for K_IC data. More...

#include <ExtrinsicMeshData.hpp>

Public Types

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

Static Public Member Functions

static constexpr char const * key ()
 

Static Public Attributes

static constexpr dataType defaultValue = 1e99
 
static constexpr dataRepository::PlotLevel plotLevel = dataRepository::PlotLevel:: LEVEL_0
 
static constexpr dataRepository::RestartFlags restartFlag = dataRepository::RestartFlags:: WRITE_AND_READ
 
static constexpr char const * description = "Critical Stress Intensity Factor :math:`K_{IC}` in the plane of the face."
 

Detailed Description

Trait struct for K_IC data.

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

Definition at line 210 of file ExtrinsicMeshData.hpp.

Member Typedef Documentation

◆ dataType

using geosx::extrinsicMeshData::K_IC::dataType = internal::typeHelper_t< array2d< real64 > >

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

Definition at line 210 of file ExtrinsicMeshData.hpp.

◆ type

The actual type to be registered.

Definition at line 210 of file ExtrinsicMeshData.hpp.

Member Function Documentation

◆ key()

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

Definition at line 210 of file ExtrinsicMeshData.hpp.

Member Data Documentation

◆ defaultValue

constexpr dataType geosx::extrinsicMeshData::K_IC::defaultValue = 1e99
static

The dataRepository::DefaultValue for K_IC .

Definition at line 210 of file ExtrinsicMeshData.hpp.

◆ description

constexpr char const* geosx::extrinsicMeshData::K_IC::description = "Critical Stress Intensity Factor :math:`K_{IC}` in the plane of the face."
static

Description of the K_IC data for use in sphinx documentation

Definition at line 210 of file ExtrinsicMeshData.hpp.

◆ plotLevel

constexpr dataRepository::PlotLevel geosx::extrinsicMeshData::K_IC::plotLevel = dataRepository::PlotLevel:: LEVEL_0
static

The default dataRepository::PlotLevel for K_IC .

Definition at line 210 of file ExtrinsicMeshData.hpp.

◆ restartFlag

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

The default dataRepository::RestartFlags for K_IC .

Definition at line 210 of file ExtrinsicMeshData.hpp.


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