21 template <
typename Derived>
23 template <
typename Derived>
25 const unsigned int qp,
39 template <
typename Derived>
46 template <
typename Derived>
const Moose::Kokkos::VariableValue _v
The value of the coupled variable.
const InputParameters & parameters() const
Get the parameters of the object.
The base class for a user to derive their own Kokkos nodal kernels.
const Real _coef
A multiplicative factor for computing the coupled force.
const unsigned int _v_var
The number of the coupled variable.
KOKKOS_FUNCTION Real computeQpResidual(const unsigned int qp, AssemblyDatum &datum) const
KokkosCoupledForceNodalKernel(const InputParameters ¶meters)
static InputParameters validParams()
The Kokkos wrapper classes for MOOSE-like variable value access.
KOKKOS_FUNCTION Real computeQpOffDiagJacobian(const unsigned int jvar, const unsigned int qp, AssemblyDatum &datum) const
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
The Kokkos object that holds thread-private data in the parallel operations of Kokkos kernels...