SpECTRE
v2025.03.17
|
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) |
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>