25 template <
typename Derived>
28 template <
typename Derived>
33 template <
typename Derived>
40 template <
typename Derived>
43 const unsigned int qp,
KOKKOS_FUNCTION Moose::Kokkos::Real33 precomputeQpJacobian(const unsigned int j, const unsigned int qp, AssemblyDatum &datum) const
const VectorVariablePhiGradient _grad_phi
Gradient of the current vector shape function.
The base class for Kokkos vector kernels where the residual is of the form.
const InputParameters & parameters() const
Get the parameters of the object.
KokkosVectorDiffusion(const InputParameters ¶meters)
KOKKOS_FUNCTION Moose::Kokkos::Real33 precomputeQpResidual(const unsigned int qp, AssemblyDatum &datum) const
const VectorVariableGradient _grad_u
Gradient of the current vector solution at quadrature points.
This vector kernel implements the Laplacian operator: $ {u} : {}$.
static InputParameters validParams()
The Kokkos object that holds thread-private data in the parallel operations of Kokkos kernels...