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