SpECTRE  v2024.04.12
intrp::Tags::InterpPointInfo< Metavariables > Struct Template Reference

The following tag is for the case in which interpolation bypasses the Interpolator ParallelComponent. In that case, the Element must hold interpolation information in its DataBox. More...

#include <PointInfoTag.hpp>

Public Types

using type = tuples::tagged_tuple_from_typelist< db::wrap_tags_in< point_info_detail::WrappedPointInfoTag, typename Metavariables::interpolation_target_tags, Metavariables > >
 

Detailed Description

template<typename Metavariables>
struct intrp::Tags::InterpPointInfo< Metavariables >

The following tag is for the case in which interpolation bypasses the Interpolator ParallelComponent. In that case, the Element must hold interpolation information in its DataBox.

A particular Vars::PointInfo can be retrieved from this TaggedTuple via a Vars::PointInfoTag.


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