f_func Interface

interface
private subroutine f_func(me, neq, t, y, ydot)

Arguments

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