|
SpECTRE
2021.08.02
|
Adds temporal_ids on which this InterpolationTarget should be triggered.
More...
#include <AddTemporalIdsToInterpolationTarget.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 &, std::vector< TemporalId > &&temporal_ids) noexcept |
Adds temporal_ids on which this InterpolationTarget should be triggered.
Invoked on an InterpolationTarget.
In more detail, does the following:
temporal_ids to PendingTemporalIds.Uses:
Tags::TemporalIds<TemporalId>Tags::CompletedTemporalIds<TemporalId>DataBox changes:
Tags::TemporalIds<TemporalId>