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

Sends interpolation points to all the Elements. More...

#include <InterpolationTargetSendPoints.hpp>

Static Public Member Functions

template<typename DbTags , typename... InboxTags, typename ArrayIndex , typename ActionList , typename Metavariables , typename ParallelComponent >
static Parallel::iterable_action_return_t apply (db::DataBox< DbTags > &box, const tuples::TaggedTuple< InboxTags... > &, Parallel::GlobalCache< Metavariables > &cache, const ArrayIndex &, const ActionList, const ParallelComponent *const)
 

Detailed Description

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

Sends interpolation points to all the Elements.

This action is for the case in which the points are time-independent in the frame of the InterpolationTarget (which may or may not mean that the points are time-independent in the grid frame).

This action should be placed in the Registration PDAL for InterpolationTarget.

Uses:

  • DataBox:
    • Anything that the particular InterpolationTargetTag::compute_target_points needs from the DataBox.

DataBox changes:

  • Adds: nothing
  • Removes: nothing
  • Modifies: nothing

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