Show ReadMe.txt syntax highlighted
========================================================================
STATIC LIBRARY : cvodes Project Overview
========================================================================
This code was taken directly from the SUNDIALS 2.2.0 distribution.
1) printf, fprintf, and exit statements were converted to EXTERNAL
oscill8 calls.
2) [NO LONGER TRUE... see #3 below]
CVodeGetDky had a bug in it; the root finder wasn't check this value
and causing old, which caused old Y data to be passed back. For now,
I've just skipped the invalid return in CVodeGetDky and moved on;
for our models, this is okay. We should report this to the CVODE
folks.
3) #2 above was just a side effect of another bug; at the top of the CVode
routine, there was an invalid reset: "tretlast = *tret = rn;", which
wreaked havoc on the root finder and interpolater. I undid change #2,
and fixed this and things are looking good.
/////////////////////////////////////////////////////////////////////////////
See more files for this project here