26 "Returns the number of fixed point iterations taken by the executioner.");
27 params.
addParam<
bool>(
"get_index_instead_of_count",
29 "If true, get the current fixed point iteration index instead of the " 30 "number of fixed point iterations taken, shifting by -1");
36 _count_shift(getParam<bool>(
"get_index_instead_of_count") ? -1 : 0)
NumFixedPointIterations(const InputParameters ¶meters)
virtual Real getValue() const override
This will get called to actually grab the final value the postprocessor has calculated.
Returns the number of fixed point iterations taken by the Executioner as a Postprocessor.
static InputParameters validParams()
const int _count_shift
Amount by which to shift the count.
This class is here to combine the Postprocessor interface and the base class Postprocessor object alo...
unsigned int numFixedPointIts() const
Get the number of fixed point iterations performed Because this returns the number of fixed point ite...
registerMooseObjectRenamed("MooseApp", NumPicardIterations, "06/30/2021 24:00", NumFixedPointIterations)
static InputParameters validParams()
MooseApp & _app
The MOOSE application this is associated with.
Executioner * getExecutioner() const
Retrieve the Executioner for this App.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
FixedPointSolve & fixedPointSolve()
registerMooseObject("MooseApp", NumFixedPointIterations)