12 #include "libmesh/quadrature.h" static InputParameters validParams()
void getFaceInfos()
Computes the local FaceInfo(s) to use in functor arguments and interpolations.
virtual Real computeFaceInfoIntegral(const FaceInfo *)
virtual Real computeQpIntegral()=0
virtual void finalize() override
Finalize.
const MooseArray< Real > & _JxW
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...
void gatherSum(T &value)
Gather the parallel sum of the variable passed in.
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.
const QBase *const & _qrule
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
std::vector< const FaceInfo * > _face_infos
Holds the FaceInfos to loop on to consider all active neighbors of an element on a given side...
const MooseArray< Real > & _coord
virtual Real computeIntegral()
virtual void execute() override
Execute method.
bool _qp_integration
Whether to integrate over quadrature points or FaceInfos.
Base class for user-specific data.