virtual Real computeFaceInfoIntegral(const FaceInfo *)
virtual Real computeQpIntegral()=0
virtual void finalize() override
Finalize.
virtual void threadJoin(const UserObject &y) override
Must override.
virtual Real getValue() const override
This will get called to actually grab the final value the postprocessor has calculated.
static InputParameters validParams()
InternalSideIntegralPostprocessor(const InputParameters ¶meters)
This postprocessor computes a surface integral of the specified variable on internal sides of the mes...
unsigned int _qp
The local quadrature point index when computing an integral over quadrature points.
virtual void initialize() override
Called before execute() is ever called so that data can be cleared.
Real _integral_value
Holds the postprocessor result, the integral.
virtual Real computeIntegral()
virtual void execute() override
Execute method.
bool _qp_integration
Whether to integrate over quadrature points or FaceInfos.