virtual void threadJoin(const UserObject &y) override
Must override.
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...
registerMooseObject("MooseApp", FunctionSideAverage)
FunctionSideAverage(const InputParameters ¶meters)
const Real & _current_side_volume
static InputParameters validParams()
void gatherSum(T &value)
Gather the parallel sum of the variable passed in.
virtual void threadJoin(const UserObject &y) override
Must override.
static InputParameters validParams()
This postprocessor computes the integral of a function over a specified boundary. ...
virtual void initialize() override
Called before execute() is ever called so that data can be cleared.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual void initialize() override
Called before execute() is ever called so that data can be cleared.
Computes the average of a function over a boundary.
virtual void execute() override
Execute method.
virtual Real getValue() const override
This will get called to actually grab the final value the postprocessor has calculated.
Real _integral_value
Holds the postprocessor result, the integral.
Base class for user-specific data.