25 virtual void execute()
override;
26 virtual Real
getValue()
const override;
Computes the average of a function over a boundary.
virtual void initialize() override
Called before execute() is ever called so that data can be cleared.
virtual void execute() override
Execute method.
virtual void finalize() override
This is called after execute() and after threadJoin()! This is probably where you want to do MPI comm...
static InputParameters validParams()
virtual void threadJoin(const UserObject &y) override
Must override.
virtual Real getValue() const override
This will get called to actually grab the final value the postprocessor has calculated.
This postprocessor computes the integral of a function over a specified boundary.
const InputParameters & parameters() const
Get the parameters of the object.
Base class for user-specific data.