|
SpECTRE
v2025.08.19
|
Adds a temporal_id 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 > | |
| static void | apply (db::DataBox< DbTags > &box, Parallel::GlobalCache< Metavariables > &cache, const ArrayIndex &array_index, const TemporalId &temporal_id, std::optional< std::string > dependency) |
Adds a temporal_id on which this InterpolationTarget should be triggered.
Invoked on an InterpolationTarget.
In more detail, does the following:
temporal_id to PendingTemporalIds.Uses:
Tags::CurrentTemporalId<TemporalId>Tags::CompletedTemporalIds<TemporalId>DataBox changes:
Tags::PendingTemporalIds<TemporalId>