25 template <
typename Derived>
37template <
typename Derived>
Implements a source term proportional to the value of a coupled variable.
const unsigned int _v_var
Coupled variable number.
const Real _coef
Multiplier for the coupled force term.
KOKKOS_FUNCTION Real precomputeQpResidual(const unsigned int qp, AssemblyDatum &datum) const
static InputParameters validParams()
KokkosCoupledForce(const InputParameters ¶meters)
const Moose::Kokkos::VariableValue _v
Coupled variable.
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 where the residual is of the form.
The Kokkos wrapper classes for MOOSE-like variable value access.