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

Trait struct for tangentVector1 data. More...

#include <MeshFields.hpp>

Public Types

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

Static Public Member Functions

static constexpr char const * 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 char const * description = "Unit vector in the first tangent direction to the surface."
 

Detailed Description

Trait struct for tangentVector1 data.

Definition at line 171 of file MeshFields.hpp.

Member Typedef Documentation

◆ dataType

using geos::fields::tangentVector1::dataType = internal::typeHelper_t< array2d< real64 > >

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

Definition at line 171 of file MeshFields.hpp.

◆ type

The actual type to be registered.

Definition at line 171 of file MeshFields.hpp.

Member Function Documentation

◆ defaultValue()

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

Definition at line 171 of file MeshFields.hpp.

◆ key()

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

Definition at line 171 of file MeshFields.hpp.

Member Data Documentation

◆ description

constexpr char const* geos::fields::tangentVector1::description = "Unit vector in the first tangent direction to the surface."
staticconstexpr

Description of the tangentVector1 data for use in sphinx documentation

Definition at line 171 of file MeshFields.hpp.

◆ plotLevel

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

The default dataRepository::PlotLevel for tangentVector1 .

Definition at line 171 of file MeshFields.hpp.

◆ restartFlag

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

The default dataRepository::RestartFlags for tangentVector1 .

Definition at line 171 of file MeshFields.hpp.


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