12#include "libmesh/quadrature.h"
This postprocessor computes a side integral of the specified variable over a given boundary.
virtual void execute() override
Execute method.
virtual Real computeQpIntegral()=0
virtual void threadJoin(const UserObject &y) override
Must override.
virtual void finalize() override
Finalize.
SideIntegralUserObject(const InputParameters ¶meters)
virtual Real computeIntegral()
static InputParameters validParams()
virtual Real getValue() const
Returns the integral value.
virtual void initialize() override
Called before execute() is ever called so that data can be cleared.
Base class for user objects executed one or more sidesets, which may be on the outer boundary of the ...
static InputParameters validParams()
const MooseArray< Real > & _coord
const QBase *const & _qrule
const MooseArray< Real > & _JxW
void gatherSum(T &value)
Gather the parallel sum of the variable passed in.
Base class for user-specific data.