f_jac Interface

interface
private subroutine f_jac(me, neq, t, y, ml, mu, pd, nrowpd)

Arguments

Type IntentOptional Attributes Name
class(dvode_t), intent(inout) :: me
integer :: neq
real(kind=wp) :: t
real(kind=wp) :: y(neq)
integer :: ml
integer :: mu
real(kind=wp) :: pd(nrowpd,neq)
integer :: nrowpd