25 virtual void execute()
override;
46 T &
declareHelper(
const std::string & item_name, T & _dummy,
bool extra_check =
true);
const ReporterMode REPORTER_MODE_REPLICATED
Reporter object that has a single execution of the "execute" method for each execute flag.
Report the time and iteration information for the simulation.
virtual void execute() override
Execute method.
T & declareHelper(const std::string &item_name, T &_dummy, bool extra_check=true)
static InputParameters validParams()
unsigned int & _num_nonlinear
virtual void initialize() override
Called before execute() is ever called so that data can be cleared.
unsigned int & _num_fixed_point
const unsigned int _nl_sys_num
The nonlinear system that this should report iteration info for.
virtual void finalize() override
Finalize.
unsigned int _dummy_unsigned_int
unsigned int & _num_linear
unsigned int & _time_step_value
const MultiMooseEnum & _items
const InputParameters & parameters() const
Get the parameters of the object.
This is a "smart" enum class intended to replace many of the shortcomings in the C++ enum type.
bool isValueSet(const std::string &value) const
Methods for seeing if a value is set in the MultiMooseEnum.
virtual bool isValid() const override
IsValid.
Transient executioners usually loop through a number of timesteps... calling solve() for each timeste...