Represents a nodal reaction term equivalent to $a * u$.
virtual Real computeQpJacobian() override
The user can override this function to compute the "on-diagonal" Jacobian contribution.
virtual Real computeQpResidual() override
The user can override this function to compute the residual at a node.
static InputParameters validParams()
ReactionNodalKernel(const InputParameters ¶meters)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const InputParameters & parameters() const
Get the parameters of the object.
Base class for creating nodal kernels with hand-coded Jacobians.
const Real _coeff
An optional input-file supplied rate coefficient.