16 params.
addRequiredParam<MooseFunctorName>(
"functor",
"The functor to be integrated");
24 _functor(getFunctor<
Real>(
"functor"))
An interface for accessing Moose::Functors for systems that do not care about automatic differentiati...
const MooseArray< Point > & _q_point
This postprocessor computes a volume integral of the specified variable.
Moose::StateArg determineState() const
Create a functor state argument that corresponds to the implicit state of this object.
ElementIntegralFunctorUserObject(const InputParameters ¶meters)
static InputParameters validParams()
virtual Real computeQpIntegral() override
const Moose::Functor< Real > & _functor
Functor to integrate.
Argument for requesting functor evaluation at a quadrature point location in an element.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const QBase *const & _qrule
const Elem *const & _current_elem
The current element pointer (available during execute())
static InputParameters validParams()