19 "Forms the contribution to the residual and jacobian of the time derivative term from an ODE "
20 "being solved at all nodes.");
registerMooseObject("MooseApp", TimeDerivativeNodalKernel)
unsigned int _qp
Quadrature point index.
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()
Constructor (Comment here for @aeslaughter :-)
TimeDerivativeNodalKernel(const InputParameters ¶meters)
Represents a simple ODE of du/dt - rate = 0.
static InputParameters validParams()
Constructor initializes the rate.
const VariableValue & _u_dot
Time derivative of u.
const VariableValue & _du_dot_du
Derivative of u_dot with respect to u.