registerMooseObject("MooseApp", PercentChangePostprocessor)
This class is here to combine the Postprocessor interface and the base class Postprocessor object alo...
static InputParameters validParams()
This postprocessor displays the change in the postprocessor between adjacent timesteps.
const PostprocessorValue & _postprocessor_old
virtual Real getValue() const override
This will get called to actually grab the final value the postprocessor has calculated.
virtual void execute() override
Execute method.
static InputParameters validParams()
PercentChangePostprocessor(const InputParameters ¶meters)
virtual void initialize() override
Called before execute() is ever called so that data can be cleared.
const PostprocessorValue & _postprocessor