Base class for function objects.
virtual Real computeQpResidual() override
Compute this Kernel's contribution to the residual at the current quadrature point.
const Function & _function
static InputParameters validParams()
This is a "smart" enum class intended to replace many of the shortcomings in the C++ enum type It sho...
VectorFunctionReaction(const InputParameters ¶meters)
virtual Real computeQpJacobian() override
Compute this Kernel's contribution to the Jacobian at the current quadrature point.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const InputParameters & parameters() const
Get the parameters of the object.
Kernel representing the contribution of the PDE term $fu$, where $f$ is a function coefficient and $u...