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