static InputParameters validParams()
virtual void initialize() override
Called before execute() is ever called so that data can be cleared.
virtual PostprocessorValue getValue() const override
This will get called to actually grab the final value the postprocessor has calculated.
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.
Computes a sum of postprocessor values.
KokkosSumPostprocessor(const InputParameters ¶meters)