registerMooseObject("MooseApp", DifferencePostprocessor)
Computes the difference between two postprocessors.
virtual void execute() override
Execute method.
const PostprocessorValue & _value2
virtual void initialize() override
Called before execute() is ever called so that data can be cleared.
virtual PostprocessorValue getValue() const override
This will get called to actually grab the final value the postprocessor has calculated.
const PostprocessorValue & _value1
static InputParameters validParams()
DifferencePostprocessor(const InputParameters ¶meters)
This class is here to combine the Postprocessor interface and the base class Postprocessor object alo...
static InputParameters validParams()