28#ifdef MOOSE_KOKKOS_ENABLED
InputParameters validParams()
A MultiMooseEnum object to hold "execute_on" flags.
Specialization of SubProblem for solving nonlinear equations plus auxiliary equations.
Class for containing MooseEnum item information.
Every object that can be built by the factory should be derived from this class.
virtual void residualSetup()
Gets called just before the residual is computed and before this object is asked to do its job.
virtual void jacobianSetup()
Gets called just before the Jacobian is computed and before this object is asked to do its job.
virtual void subdomainSetup()
Gets called when the subdomain changes (i.e.
const ExecFlagEnum & _execute_enum
Execute settings for this object.
virtual void customSetup(const ExecFlagType &)
Gets called in FEProblemBase::execute() for execute flags other than initial, timestep_begin,...
static InputParameters validParams()
const ExecFlagType & _current_execute_flag
Reference to FEProblemBase.
virtual void timestepSetup()
Gets called at the beginning of the timestep before this object is asked to do its job.
virtual void initialSetup()
Gets called at the beginning of the simulation before this object is asked to do its job.
const ExecFlagEnum & getExecuteOnEnum() const
Return the execute on MultiMooseEnum for this object.
ExecFlagEnum _empty_execute_enum
Empty ExecFlagEnum for the case when the "execute_on" parameter is not included.
virtual ~SetupInterface()