SpECTRE  2021.08.02
intrp::Events::InterpolateWithoutInterpComponent< VolumeDim, InterpolationTargetTag, Metavariables, tmpl::list< Tensors... > > Class Template Reference

Does an interpolation onto an InterpolationTargetTag by calling Actions on the InterpolationTarget component. More...

#include <InterpolateWithoutInterpComponent.hpp>

Additional Inherited Members

- Public Member Functions inherited from Event
 Event (CkMigrateMessage *msg) noexcept
 
 WRAPPED_PUPable_abstract (Event)
 
template<typename DbTags , typename Metavariables , typename ArrayIndex , typename ComponentPointer >
void run (const db::DataBox< DbTags > &box, Parallel::GlobalCache< Metavariables > &cache, const ArrayIndex &array_index, const ComponentPointer) const noexcept
 
template<typename DbTags , typename Metavariables , typename ArrayIndex , typename ComponentPointer >
bool is_ready (const db::DataBox< DbTags > &box, Parallel::GlobalCache< Metavariables > &cache, const ArrayIndex &array_index, const ComponentPointer) const noexcept
 

Detailed Description

template<size_t VolumeDim, typename InterpolationTargetTag, typename Metavariables, typename... Tensors>
class intrp::Events::InterpolateWithoutInterpComponent< VolumeDim, InterpolationTargetTag, Metavariables, tmpl::list< Tensors... > >

Does an interpolation onto an InterpolationTargetTag by calling Actions on the InterpolationTarget component.