tmpl::list<
tmpl::list<InitializeElement<ValueType>,
typename linear_solver::initialize_element,
detail::init_preconditioner<preconditioner>,
tmpl::list<typename linear_solver::register_element,
detail::register_preconditioner<preconditioner>,
tmpl::list<
typename linear_solver::template solve<tmpl::list<
detail::run_preconditioner<preconditioner>,
tmpl::list<
@ Register
phase in which components register with other components
Definition Phase.hpp:79
@ Initialization
initial phase of an executable
Definition Phase.hpp:67
@ Solve
phase in which something is solved
Definition Phase.hpp:85
@ Testing
phase in which something is tested
Definition Phase.hpp:87
Definition LinearSolverAlgorithmTestHelpers.hpp:143
Definition LinearSolverAlgorithmTestHelpers.hpp:173
Terminate the algorithm to proceed to the next phase.
Definition TerminatePhase.hpp:28
List of all the actions to be executed in the specified phase.
Definition PhaseDependentActionList.hpp:17