virtual void execute() override
Execute method.
virtual Real getValue() const override
This will get called to actually grab the final value the postprocessor has calculated.
This class is here to combine the Postprocessor interface and the base class Postprocessor object alo...
static InputParameters validParams()
const std::string _vector_name
Name of the vector to read the component from.
const VectorPostprocessorName _vpp_name
Name of the VectorPostprocessor object that contains the vector to read.
const VectorPostprocessorValue & _vpp_values
VectorPostprocessorValue object to read a specified component from.
VectorPostprocessorReductionValue(const InputParameters ¶meters)
const MooseEnum _value_type
The type pf reduction operation performed on the vpp.
virtual void initialize() override
Called before execute() is ever called so that data can be cleared.