Computes a sum of postprocessor values.
virtual PostprocessorValue getValue() const override
This will get called to actually grab the final value the postprocessor has calculated.
static InputParameters validParams()
virtual void finalize() override
We provide default finalize() as getValue() has been abused to perform the final aggregation for a lo...
std::vector< const PostprocessorValue * > _values
Postprocessors to add up.
virtual void compute() override
Compute this user object.
virtual void initialize() override
Called before execute() is ever called so that data can be cleared.
KokkosSumPostprocessor(const InputParameters ¶meters)