21 template <
typename Derived>
23 template <
typename Derived>
27template <
typename Derived>
35template <
typename Derived>
KOKKOS_FUNCTION Real computeQpJacobian(const unsigned int qp, AssemblyDatum &datum) const
KOKKOS_FUNCTION Real computeQpResidual(const unsigned int qp, AssemblyDatum &datum) const
static InputParameters validParams()
KokkosTimeDerivativeNodalKernel(const InputParameters ¶meters)
const InputParameters & parameters() const
Get the parameters of the object.
The Kokkos object that holds thread-private data in the parallel operations of Kokkos kernels.
The base class for Kokkos time-derivative nodal kernels.
const VariableValue _u_dot
Time derivative of the current solution at nodes.
const Scalar< const Real > _du_dot_du
Derivative of u_dot with respect to u.