SpECTRE  v2024.04.12
intrp::Actions::SendPointsToInterpolator< InterpolationTargetTag > Struct Template Reference

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 >
static void apply (db::DataBox< DbTags > &box, Parallel::GlobalCache< Metavariables > &cache, const ArrayIndex &, const TemporalId &temporal_id, const size_t iteration=0_st)
 

Detailed Description

template<typename InterpolationTargetTag>
struct intrp::Actions::SendPointsToInterpolator< InterpolationTargetTag >

Sets up points on an InterpolationTarget at a new temporal_id and sends these points to an Interpolator.

The iteration parameter tags each set of points so the Interpolator knows which are newer points and which are older points.

See also
intrp::Actions::ReceivePoints

Uses:

DataBox changes:

For requirements on InterpolationTargetTag, see InterpolationTarget


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