TimeNodalKernel(const InputParameters ¶meters)
Constructor. 
const InputParameters & parameters() const
Get the parameters of the object. 
The base class for a user to derive their own Kokkos nodal kernels. 
The base class for Kokkos time-derivative nodal kernels. 
const VariableValue _u_dot
Time derivative of the current solution at nodes. 
static InputParameters validParams()
MOOSE now contains C++17 code, so give a reasonable error message stating what the user can do to add...
The Kokkos wrapper classes for MOOSE-like variable value access. 
const Scalar< const Real > _du_dot_du
Derivative of u_dot with respect to u.