25 template <
typename Derived>
27 const unsigned int qp,
29 template <
typename Derived>
32 const unsigned int qp,
36template <
typename Derived>
39 const unsigned int qp,
45template <
typename Derived>
49 const unsigned int qp,
This kernel implements the Laplacian operator: $\nabla u \cdot \nabla \phi_i$.
static InputParameters validParams()
KOKKOS_FUNCTION Real computeQpJacobian(const unsigned int i, const unsigned int j, const unsigned int qp, AssemblyDatum &datum) const
KOKKOS_FUNCTION Real computeQpResidual(const unsigned int i, const unsigned int qp, AssemblyDatum &datum) const
KokkosDiffusion(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 a user to derive their own Kokkos kernels.
const VariablePhiGradient _grad_phi
Gradient of the current shape function.
const VariableTestGradient _grad_test
Gradient of the current test function.
const VariableGradient _grad_u
Gradient of the current solution at quadrature points.