The base class for a user to derive their own Kokkos vector kernels on vector variables.
VectorTimeKernel(const InputParameters ¶meters)
Constructor.
const InputParameters & parameters() const
Get the parameters of the object.
static InputParameters validParams()
const VectorVariableValue _u_dot
Time derivative of the current solution at quadrature points.
The base class for Kokkos vector time-derivative kernels.
const Scalar< const Real > _du_dot_du
Derivative of u_dot with respect to u.