24 template <
typename Derived>
26 template <
typename Derived>
28 const unsigned int jvar,
29 const unsigned int qp,
38template <
typename Derived>
46template <
typename Derived>
49 const unsigned int jvar,
50 const unsigned int qp,
This calculates the time derivative for a coupled variable.
static InputParameters validParams()
KOKKOS_FUNCTION Real precomputeQpOffDiagJacobian(const unsigned int j, const unsigned int jvar, const unsigned int qp, AssemblyDatum &datum) const
const Moose::Kokkos::VariableValue _v_dot
KOKKOS_FUNCTION Real precomputeQpResidual(const unsigned int qp, AssemblyDatum &datum) const
const unsigned int _v_var
const Moose::Kokkos::Scalar< const Real > _dv_dot
KokkosCoupledTimeDerivative(const InputParameters ¶meters)
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.
const VariablePhiValue _phi
Current shape function.
The Kokkos wrapper class that can hold the reference of an arithmetic scalar variable.
The Kokkos wrapper classes for MOOSE-like variable value access.