26 const unsigned int qp,
30 const unsigned int qp,
34 KOKKOS_FUNCTION
inline Real 36 const unsigned int qp,
42 KOKKOS_FUNCTION
inline Real 45 const unsigned int qp,
This kernel implements the Laplacian operator: $ u $.
KOKKOS_FUNCTION Real computeQpResidual(const unsigned int i, const unsigned int qp, ResidualDatum &datum) const
const InputParameters & parameters() const
Get the parameters of the object.
KOKKOS_FUNCTION Real computeQpJacobian(const unsigned int i, const unsigned int j, const unsigned int qp, ResidualDatum &datum) const
const VariableGradient _grad_u
Gradient of the current solution at quadrature points.
static InputParameters validParams()
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const VariableTestGradient _grad_test
Gradient of the current test function.
KokkosDiffusion(const InputParameters ¶meters)
const VariablePhiGradient _grad_phi
Gradient of the current shape function.
The base class for a user to derive their own Kokkos kernels.
The Kokkos object that holds thread-private data in the parallel operations of Kokkos residual object...