SpECTRE  2021.08.02
InterpTargetTestHelpers::mock_interpolator< Metavariables > Struct Template Reference

Public Types

using metavariables = Metavariables
 
using chare_type = ActionTesting::MockArrayChare
 
using array_index = size_t
 
using phase_dependent_action_list = tmpl::list< Parallel::PhaseActions< typename Metavariables::Phase, Metavariables::Phase::Initialization, tmpl::list< Actions::SetupDataBox, intrp::Actions::InitializeInterpolator< intrp::Tags::VolumeVarsInfo< Metavariables >, intrp::Tags::InterpolatedVarsHolders< Metavariables > > > >, Parallel::PhaseActions< typename Metavariables::Phase, Metavariables::Phase::Testing, tmpl::list<> > >
 
using component_being_mocked = intrp::Interpolator< Metavariables >
 
using replace_these_simple_actions = tmpl::list< intrp::Actions::ReceivePoints< typename Metavariables::InterpolationTargetA > >
 
using with_these_simple_actions = tmpl::list< MockReceivePoints< typename Metavariables::InterpolationTargetA > >