f_dewset Interface

interface
private subroutine f_dewset(me, n, itol, rtol, atol, ycur, ewt)

Arguments

Type IntentOptional Attributes Name
class(dvode_t), intent(inout) :: me
integer, intent(in) :: n
integer, intent(in) :: itol
real(kind=wp), intent(in) :: rtol(*)
real(kind=wp), intent(in) :: atol(*)
real(kind=wp), intent(in) :: ycur(n)
real(kind=wp), intent(out) :: ewt(n)