static InputParameters validParams()
Executioners are objects that do the actual work of solving your problem.
unsigned int _num_nl_systems
Number of nonlinear systems.
const std::vector< SolverSystem * > & systemsToSolve() const
Returns a reference to the vector of solver systems that this object is supposed to solve...
MultiSystemSolveObject(Executioner &ex)
std::vector< SolverSystem * > _systems
Vector of pointers to the systems.
A solve object for use when wanting to solve multiple systems.