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

Sends points to an Interpolator for verified temporal_ids. More...

#include <VerifyTemporalIdsAndSendPoints.hpp>

Static Public Member Functions

template<typename ParallelComponent , typename DbTags , typename Metavariables , typename ArrayIndex >
static void apply (db::DataBox< DbTags > &box, Parallel::GlobalCache< Metavariables > &cache, const ArrayIndex &array_index)
 

Detailed Description

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

Sends points to an Interpolator for verified temporal_ids.

VerifyTemporalIdsAndSendPoints is invoked on an InterpolationTarget.

In more detail, does the following:

Uses:

  • DataBox:
    • intrp::Tags::PendingTeporalIds
    • intrp::Tags::TeporalIds

DataBox changes:

  • Adds: nothing
  • Removes: nothing
  • Modifies:
    • intrp::Tags::PendingTeporalIds
    • intrp::Tags::TeporalIds

For requirements on InterpolationTargetTag, see InterpolationTarget


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