From: Takeshi A. <ta...@fi...> - 2011-05-06 06:31:01
|
Hi all, So here is a proposed patch for upgrading to SUNDIALS 2.4.0. Note that it is still rough but compiles successfully with CVS trunk. During making changes I found a few points to be checked carefully: * many API functions and typedefs of CVODE/CVODES are renamed. * the `cvadj_mem' field is no longer needed for adjoint case; instead, we must pass `cvode_mem' and `which' to the related functions. * new wrappers, like CVodeGetB/CVodeGetQuadB/CVodeGetSens, answer the next time of the integration as an output parameter. I think we can use it to replace the original code to compute the next time, but still undone. Any comments and/or suggestions would be appreciated. Cheers, -- Takeshi Abe On Tue, 26 Apr 2011 16:54:03 +0900 (JST), Takeshi Abe <ta...@fi...> wrote: > Hi all, > > I would like to use SBML_odeSolver with the latest version of SUNDIALS > i.e. 2.4.0: https://computation.llnl.gov/casc/sundials/ > At a glance some changes to odeSolver's code will be necessary for that. > Please tell me if you have any plan or consideration for the upgrade. |