25 template <
typename Derived>
37 template <
typename Derived>
const unsigned int _v_var
Coupled variable number.
const InputParameters & parameters() const
Get the parameters of the object.
KokkosCoupledForce(const InputParameters ¶meters)
The base class for a user to derive their own Kokkos kernels where the residual is of the form...
The Kokkos wrapper classes for MOOSE-like variable value access.
KOKKOS_FUNCTION Real computeQpResidual(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...
const Moose::Kokkos::VariableValue _v
Coupled variable.
static InputParameters validParams()
Implements a source term proportional to the value of a coupled variable.
const Real _coef
Multiplier for the coupled force term.