This class is here to combine the Postprocessor interface and the base class Postprocessor object alo...
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.
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.
const std::string _vector_name
Name of the vector to read the component from.
virtual void initialize() override
Called before execute() is ever called so that data can be cleared.
const VectorPostprocessorName _vpp_name
Name of the VectorPostprocessor object that contains the vector to read.