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