25 const unsigned int qp,
29 const unsigned int jvar,
30 const unsigned int qp,
39 KOKKOS_FUNCTION
inline Real 41 const unsigned int qp,
47 KOKKOS_FUNCTION
inline Real 50 const unsigned int jvar,
51 const unsigned int qp,
const unsigned int _v_var
KOKKOS_FUNCTION Real computeQpResidual(const unsigned int i, const unsigned int qp, ResidualDatum &datum) const
const VariablePhiValue _phi
Current shape function.
const InputParameters & parameters() const
Get the parameters of the object.
KokkosCoupledTimeDerivative(const InputParameters ¶meters)
KOKKOS_FUNCTION Real computeQpOffDiagJacobian(const unsigned int i, const unsigned int j, const unsigned int jvar, const unsigned int qp, ResidualDatum &datum) const
This calculates the time derivative for a coupled variable.
const Moose::Kokkos::Scalar< const Real > _dv_dot
static InputParameters validParams()
const Moose::Kokkos::VariableValue _v_dot
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
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.