13#include "libmesh/quadrature.h"
This postprocessor computes a volume integral of the specified variable.
virtual void execute() override
Execute method.
virtual Real computeQpIntegral()=0
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.
ElementIntegralUserObject(const InputParameters ¶meters)
virtual void threadJoin(const UserObject &y) override
Must override.
virtual Real computeIntegral()
virtual void finalize() override
Finalize.
static InputParameters validParams()
const QBase *const & _qrule
const MooseArray< Real > & _coord
const MooseArray< Real > & _JxW
void gatherSum(T &value)
Gather the parallel sum of the variable passed in.
Base class for user-specific data.