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

Trait struct for elementVolume 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_1
 
static constexpr dataRepository::RestartFlags restartFlag = dataRepository::RestartFlags:: WRITE_AND_READ
 
static constexpr const char * description = "Element volume."
 

Detailed Description

Trait struct for elementVolume data.


Definition at line 107 of file MeshFields.hpp.

Member Typedef Documentation

◆ dataType

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

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

Definition at line 107 of file MeshFields.hpp.

◆ type

The actual type to be registered.

Definition at line 107 of file MeshFields.hpp.

Member Function Documentation

◆ defaultValue()

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

Definition at line 107 of file MeshFields.hpp.

◆ key()

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

Definition at line 107 of file MeshFields.hpp.

Member Data Documentation

◆ description

constexpr const char* geos::fields::elementVolume::description = "Element volume."
staticconstexpr

Description of the elementVolume data for use in sphinx documentation

Definition at line 107 of file MeshFields.hpp.

◆ plotLevel

constexpr dataRepository::PlotLevel geos::fields::elementVolume::plotLevel = dataRepository::PlotLevel:: LEVEL_1
staticconstexpr

The default dataRepository::PlotLevel for elementVolume .

Definition at line 107 of file MeshFields.hpp.

◆ restartFlag

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

The default dataRepository::RestartFlags for elementVolume .

Definition at line 107 of file MeshFields.hpp.


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