const VariableValue & _du_dot_du
Derivative of u_dot with respect to u.
const InputParameters & parameters() const
Get the parameters of the object.
static InputParameters validParams()
const ArrayVariableValue & _u_dot
Time derivative of u.
virtual void computeQpResidual(RealEigenVector &residual) override
The user must override this function to compute the residual at a node.
OutputTools< Real >::VariableValue VariableValue
virtual void computeQpJacobian() override
The user can override this function to compute the intra-variable off-diagonal Jacobian contribution ...
Eigen::Matrix< Real, Eigen::Dynamic, 1 > RealEigenVector
ArrayTimeDerivativeNodalKernel(const InputParameters ¶meters)
Base class for creating nodal kernels with hand-coded Jacobians.