virtual void initialize() override
Called before execute() is ever called so that data can be cleared.
virtual void finalize() override
This is called after execute() and after threadJoin()! This is probably where you want to do MPI comm...
virtual void threadJoin(const UserObject &y) override
Must override.
registerMooseObject("MooseApp", SideAverageFunctorPostprocessor)
static InputParameters validParams()
SideAverageFunctorPostprocessor(const InputParameters ¶meters)
static InputParameters validParams()
virtual void execute() override
Execute method.
virtual void threadJoin(const UserObject &y) override
Must override.
virtual void initialize() override
Called before execute() is ever called so that data can be cleared.
virtual Real getValue() const override
This will get called to actually grab the final value the postprocessor has calculated.
This postprocessor computes a surface integral of the specified functor.
virtual void execute() override
Execute method.
Computes the average of a functor over a side set.
Real _integral_value
Holds the postprocessor result, the integral.