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

Trait struct for elementAperture 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 = "Element aperture."
 

Detailed Description

Trait struct for elementAperture data.


Definition at line 115 of file MeshFields.hpp.

Member Typedef Documentation

◆ dataType

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

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

Definition at line 115 of file MeshFields.hpp.

◆ type

The actual type to be registered.

Definition at line 115 of file MeshFields.hpp.

Member Function Documentation

◆ defaultValue()

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

Definition at line 115 of file MeshFields.hpp.

◆ key()

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

Definition at line 115 of file MeshFields.hpp.

Member Data Documentation

◆ description

constexpr const char* geos::fields::elementAperture::description = "Element aperture."
staticconstexpr

Description of the elementAperture data for use in sphinx documentation

Definition at line 115 of file MeshFields.hpp.

◆ plotLevel

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

The default dataRepository::PlotLevel for elementAperture .

Definition at line 115 of file MeshFields.hpp.

◆ restartFlag

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

The default dataRepository::RestartFlags for elementAperture .

Definition at line 115 of file MeshFields.hpp.


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