GEOS
|
Trait struct for StructuredIndex data. More...
#include <MeshFields.hpp>
Public Types | |
using | type = array2d< integer > |
using | dataType = ::geos::fields::internal::typeHelper_t< array2d< integer > > |
Static Public Member Functions | |
static constexpr char const * | key () |
static constexpr dataType | defaultValue () |
Static Public Attributes | |
static constexpr dataRepository::PlotLevel | plotLevel = dataRepository::PlotLevel:: NOPLOT |
static constexpr dataRepository::RestartFlags | restartFlag = dataRepository::RestartFlags:: NO_WRITE |
static constexpr char const * | description = "Structured cell index provided by mesh generator" |
Trait struct for StructuredIndex data.
Definition at line 100 of file MeshFields.hpp.
using geos::fields::StructuredIndex::dataType = ::geos::fields::internal::typeHelper_t< array2d< integer > > |
The template type T for registration of a container<T>.
Definition at line 100 of file MeshFields.hpp.
using geos::fields::StructuredIndex::type = array2d< integer > |
The actual type to be registered.
Definition at line 100 of file MeshFields.hpp.
|
inlinestaticconstexpr |
Definition at line 100 of file MeshFields.hpp.
|
inlinestaticconstexpr |
Definition at line 100 of file MeshFields.hpp.
|
staticconstexpr |
Description of the StructuredIndex data for use in sphinx documentation
Definition at line 100 of file MeshFields.hpp.
|
staticconstexpr |
The default dataRepository::PlotLevel for StructuredIndex .
Definition at line 100 of file MeshFields.hpp.
|
staticconstexpr |
The default dataRepository::RestartFlags for StructuredIndex .
Definition at line 100 of file MeshFields.hpp.