Changeset 25542 in project
- Timestamp:
- 11/21/11 18:23:08 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/eggref/4/sundials
r25248 r25542 7 7 8 8 The Chicken {{sundials}} library provides bindings to the solvers from 9 the SUNDIALS 10 library. [[http://computation.llnl.gov/casc/sundials/|SUNDIALS]] 9 the SUNDIALS library. [[http://computation.llnl.gov/casc/sundials/|SUNDIALS]] 11 10 (SUite of Nonlinear and DIfferential/ALgebraic equation Solvers) is a 12 11 collection of solvers for systems of ordinary differential equations … … 292 291 ;; CVODE initialization 293 292 (let ((solver (cvode-create-solver 294 t0 tf yy rhs 293 t0 yy rhs 294 tstop: tf 295 295 abstol: 1e-4 296 296 reltol: 1e-4))) … … 328 328 === Version History 329 329 330 * 1.4 tstop made optional; bug fixes in test cases 330 331 * 1.3 Bug fixes in discrete event interface 331 332 * 1.2 Added ida-reinit-solver and cvode-reinit-solver
Note: See TracChangeset
for help on using the changeset viewer.