27 virtual void init()
override;
Transient executioners usually loop through a number of timesteps...
virtual std::set< TimeIntegrator * > getTimeIntegrators() const override
Get the time integrators (time integration scheme) used Note that because some systems might be stead...
const InputParameters & parameters() const
Get the parameters of the object.
virtual void init() override
Initialize the executioner.
Transient(const InputParameters ¶meters)
virtual Real relativeSolutionDifferenceNorm(bool check_aux) const override
The relative L2 norm of the difference between solution and old solution vector.
Base class for transient executioners that use a FixedPointSolve solve object for multiapp-main app i...
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
static InputParameters validParams()
FEProblemSolve _feproblem_solve
inner-most solve object to perform Newton solve with PETSc on every time step