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()
virtual RealEigenVector computeQpJacobian() override
The user can override this function to compute the "on-diagonal" Jacobian contribution.
const ArrayVariableValue & _u_dot
Time derivative of u.
OutputTools< RealEigenVector >::VariableValue ArrayVariableValue
virtual void computeQpResidual(RealEigenVector &residual) override
The user must override this function to compute the residual at a node.
Eigen::Matrix< Real, Eigen::Dynamic, 1 > RealEigenVector
ArrayTimeDerivativeNodalKernel(const InputParameters ¶meters)
Base class for creating nodal kernels with hand-coded Jacobians.