SpECTRE  v2024.05.11
dg::Events::ObserveFields< VolumeDim, tmpl::list< Tensors... >, tmpl::list< NonTensorComputeTags... >, ArraySectionIdTag >::FloatingPointTypes Struct Reference

The floating point type/precision with which to write the data to disk. More...

#include <ObserveFields.hpp>

Public Types

using type = std::vector< FloatingPointType >
 

Static Public Member Functions

static size_t upper_bound_on_size ()
 
static size_t lower_bound_on_size ()
 

Static Public Attributes

static constexpr Options::String help
 

Detailed Description

template<size_t VolumeDim, typename... Tensors, typename... NonTensorComputeTags, typename ArraySectionIdTag>
struct dg::Events::ObserveFields< VolumeDim, tmpl::list< Tensors... >, tmpl::list< NonTensorComputeTags... >, ArraySectionIdTag >::FloatingPointTypes

The floating point type/precision with which to write the data to disk.

Must be specified once for all data or individually for each variable being observed.

Member Data Documentation

◆ help

template<size_t VolumeDim, typename... Tensors, typename... NonTensorComputeTags, typename ArraySectionIdTag >
constexpr Options::String dg::Events::ObserveFields< VolumeDim, tmpl::list< Tensors... >, tmpl::list< NonTensorComputeTags... >, ArraySectionIdTag >::FloatingPointTypes::help
staticconstexpr
Initial value:
=
"The floating point type/precision with which to write the data to "
"disk.\n\n"
"Must be specified once for all data or individually for each "
"variable being observed."

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