GEOS
|
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." |
Trait struct for tangentVector1 data.
Definition at line 172 of file MeshFields.hpp.
using geos::fields::tangentVector1::dataType = internal::typeHelper_t< array2d< real64 > > |
The template type T for registration of a container<T>.
Definition at line 172 of file MeshFields.hpp.
using geos::fields::tangentVector1::type = array2d< real64 > |
The actual type to be registered.
Definition at line 172 of file MeshFields.hpp.
|
inlinestaticconstexpr |
Definition at line 172 of file MeshFields.hpp.
|
inlinestaticconstexpr |
Definition at line 172 of file MeshFields.hpp.
|
staticconstexpr |
Description of the tangentVector1 data for use in sphinx documentation
Definition at line 172 of file MeshFields.hpp.
|
staticconstexpr |
The default dataRepository::PlotLevel for tangentVector1 .
Definition at line 172 of file MeshFields.hpp.
|
staticconstexpr |
The default dataRepository::RestartFlags for tangentVector1 .
Definition at line 172 of file MeshFields.hpp.