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...
ElementAverageFunctorPostprocessor(const InputParameters ¶meters)
virtual void threadJoin(const UserObject &y) override
Must override.
This postprocessor computes an element average of the specified functor.
virtual Real getValue() const override
This will get called to actually grab the final value the postprocessor has calculated.
static InputParameters validParams()
virtual void threadJoin(const UserObject &y) override
Must override.
virtual void finalize() override
This is called after execute() and after threadJoin()! This is probably where you want to do MPI comm...
virtual void execute() override
Execute method.
registerMooseObject("MooseApp", ElementAverageFunctorPostprocessor)
static InputParameters validParams()
virtual Real getValue() const override
This will get called to actually grab the final value the postprocessor has calculated.
virtual void initialize() override
Called before execute() is ever called so that data can be cleared.
virtual void initialize() override
Called before execute() is ever called so that data can be cleared.
This postprocessor computes an element integral of the specified functor.