|
SpECTRE
2021.08.02
|
Sets up points on an InterpolationTarget at a new temporal_id and sends these points to an Interpolator.
More...
#include <SendPointsToInterpolator.hpp>
Static Public Member Functions | |
| template<typename ParallelComponent , typename DbTags , typename Metavariables , typename ArrayIndex , typename TemporalId , Requires< tmpl::list_contains_v< DbTags, Tags::TemporalIds< TemporalId > > > = nullptr> | |
| static void | apply (db::DataBox< DbTags > &box, Parallel::GlobalCache< Metavariables > &cache, const ArrayIndex &, const TemporalId &temporal_id) noexcept |
Sets up points on an InterpolationTarget at a new temporal_id and sends these points to an Interpolator.
Uses:
DataBox changes:
Tags::IndicesOfFilledInterpPointsTags::IndicesOfInvalidInterpPointsTags::InterpolatedVars<InterpolationTargetTag, TemporalId>For requirements on InterpolationTargetTag, see InterpolationTarget