29 const unsigned int qp,
33 const unsigned int jvar,
34 const unsigned int qp,
47 KOKKOS_FUNCTION
inline Real 49 const unsigned int qp,
58 r += -
_coef[j] *
_v(datum, qp, j);
59 return r *
_test(datum, i, qp);
62 KOKKOS_FUNCTION
inline Real 65 const unsigned int jvar,
66 const unsigned int qp,
const VariablePhiValue _phi
Current shape function.
const Moose::Kokkos::VariableValue _v
Moose::Kokkos::Map< unsigned int, unsigned int > _v_var_to_index
const InputParameters & parameters() const
Get the parameters of the object.
Moose::Kokkos::Array< Real > _coef
KOKKOS_FUNCTION Real computeQpOffDiagJacobian(const unsigned int i, const unsigned int j, const unsigned int jvar, const unsigned int qp, ResidualDatum &datum) const
Moose::Kokkos::Array< Moose::Kokkos::MaterialProperty< Real > > _mat_props
const unsigned int _n_coupled
KOKKOS_FUNCTION Real computeQpResidual(const unsigned int i, const unsigned int qp, ResidualDatum &datum) const
KOKKOS_FUNCTION bool exists(const T1 &key) const
Get whether a key exists.
Represents a right hand side force term of the form Sum_j c_j * m_j * v_j, where c is a vector of rea...
static InputParameters validParams()
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const bool _coupled_props
std::vector< unsigned int > _v_var
KokkosMatCoupledForce(const InputParameters ¶meters)
The Kokkos wrapper classes for MOOSE-like variable value access.
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...
const VariableTestValue _test
Current test function.