TclODE - An ODE Solver for Tcl

Welcome to the site for TclODE, a solver for Ordinary Differential Equations that is tightly integrated with the Tcl programming language.

TclODE is based on the popular ODEPACK solvers, originally developed at Lawrence Livermore National Laboratory. In particular, it uses an automatic C translation of the Fortran codes produced by the f2c compiler, postprocessed with a Tcl script that modifies the generated C code to attend to thread-safety and re-entrancy issues.

Source code for the package is available from the SourceForge project page. .

The manual page is available at the SourceForge web site. In addition, a paper presented at the 14th Annual Tcl/Tk Conference is available from the same site.