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

Public Types

using type = Options::Auto< Mesh< VolumeDim >, Options::AutoLabel::None >
 

Static Public Attributes

static constexpr Options::String help
 

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 >::InterpolateToMesh::help
staticconstexpr
Initial value:
=
"An optional mesh to which the variables are interpolated. This mesh "
"specifies any number of collocation points, basis, and quadrature on "
"which the observed quantities are evaluated. If no mesh is given, the "
"results will be evaluated on the mesh the simulation runs on. The "
"user may add several ObserveField Events e.g. with and without an "
"interpolating mesh to output the data both on the original mesh and "
"on a new mesh."

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