This class is here to combine the VectorPostprocessor interface and the base class VectorPostprocesso...
VectorOfPostprocessors is a type of VectorPostprocessor that outputs the values of an arbitrary user-...
virtual void execute() override
Populates the postprocessor vector of values with the supplied postprocessors.
std::vector< const PostprocessorValue * > _postprocessor_values
The vector of PostprocessorValue objects that are used to get the values of the postprocessors.
virtual void initialize() override
Initialize, clears the postprocessor vector.
static InputParameters validParams()
VectorPostprocessorValue & _pp_vec
The VectorPostprocessorValue object where the results are stored.