This is the mail archive of the gsl-discuss@sourceware.org mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

odeiv2 request


I had a problem recently where I needed to integrate forward along a curve (positive step size h) and then integrate backward again (negative h). But there is currently no way to change the sign of the step size h using the driver routines, so I had to modify driver->h directly.

I propose adding a routine gsl_odeiv2_driver_set_h() to allow the user to reset the step size to what they want. Tuomo: do you see any negative issues with this? I can make the addition if you want.

Thanks,
Patrick


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]