Code Search for Developers
 
 
  

ReadMe.txt from Oscill8 at Krugle


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

Oscill8

Oscill8 is a suite of tools for analyzing dynamical systems which concentrates on understanding how the dynamical behavior depends on the parameters using bifurcation theory and reaction network theory.

Project homepage: http://sourceforge.net/projects/oscill8
Programming language(s): C,C#,C++
License: other

  ReadMe.txt
  band.c
  band.h
  cvband.c
  cvband.h
  cvband_impl.h
  cvbandpre.c
  cvbandpre.h
  cvbandpre_impl.h
  cvbbdpre.c
  cvbbdpre.h
  cvbbdpre_impl.h
  cvdense.c
  cvdense.h
  cvdense_impl.h
  cvdiag.c
  cvdiag.h
  cvdiag_impl.h
  cvodea.c
  cvodea.h
  cvodea_impl.h
  cvodes.c
  cvodes.h
  cvodes.vcproj
  cvodes_impl.h
  cvodesio.c
  cvspgmr.c
  cvspgmr.h
  cvspgmr_impl.h
  dense.c
  dense.h
  iterative.c
  iterative.h
  nvector.c
  nvector.h
  nvector_serial.c
  nvector_serial.h
  smalldense.c
  smalldense.h
  spgmr.c
  spgmr.h
  sundials_config.h
  sundialsmath.c
  sundialsmath.h
  sundialstypes.h