registerMooseObject("MooseApp", VectorPostprocessorComponent)
static InputParameters validParams()
const unsigned int _vpp_index
Index of the component in the vector to read a value from.
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 VectorPostprocessorValue & _vpp_values
VectorPostprocessorValue object to read a specified component from.
VectorPostprocessorComponent(const InputParameters ¶meters)