|
using | phase_dependent_action_list = tmpl::list< Parallel::PhaseActions< typename Metavariables::Phase, Metavariables::Phase::Initialization, tmpl::list<::Actions::SetupDataBox, InitializeElement, typename nonlinear_solver::initialize_element, typename linear_solver::initialize_element, Parallel::Actions::TerminatePhase > >, Parallel::PhaseActions< typename Metavariables::Phase, Metavariables::Phase::RegisterWithObserver, tmpl::list< typename nonlinear_solver::register_element, typename linear_solver::register_element, Parallel::Actions::TerminatePhase > >, Parallel::PhaseActions< typename Metavariables::Phase, Metavariables::Phase::Solve, tmpl::list< typename nonlinear_solver::template solve< typename Metavariables::template apply_nonlinear_operator< typename nonlinear_solver::operand_tag >, typename linear_solver::template solve< typename Metavariables::template apply_linearized_operator< typename linear_solver::operand_tag, typename nonlinear_solver::fields_tag > > >, Parallel::Actions::TerminatePhase > >, Parallel::PhaseActions< typename Metavariables::Phase, Metavariables::Phase::TestResult, tmpl::list< TestResult< typename nonlinear_solver::options_group > > > > |