registerMooseObject("MooseApp", VectorPostprocessorReductionValue)
This class is here to combine the Postprocessor interface and the base class Postprocessor object alo...
static InputParameters validParams()
virtual Real getValue() const override
This will get called to actually grab the final value the postprocessor has calculated.
const MooseEnum _value_type
The type pf reduction operation performed on the vpp.
static InputParameters validParams()
const VectorPostprocessorValue & _vpp_values
VectorPostprocessorValue object to read a specified component from.
VectorPostprocessorReductionValue(const InputParameters ¶meters)