SpECTRE  2021.08.02
intrp::Actions::InitializeInterpolator< VolumeVarsInfo, InterpolatedVarsHolders > Struct Template Reference

Initializes an Interpolator. More...

#include <InitializeInterpolator.hpp>

Public Types

using return_tag_list = tmpl::list< Tags::NumberOfElements, VolumeVarsInfo, InterpolatedVarsHolders >
 
using simple_tags = return_tag_list
 
using compute_tags = tmpl::list<>
 

Static Public Member Functions

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

Detailed Description

template<typename VolumeVarsInfo, typename InterpolatedVarsHolders>
struct intrp::Actions::InitializeInterpolator< VolumeVarsInfo, InterpolatedVarsHolders >

Initializes an Interpolator.

Uses: nothing

DataBox changes:

Note
This action relies on the SetupDataBox aggregated initialization mechanism, so Actions::SetupDataBox must be present in the Initialization phase action list prior to this action.