|
Mel Corley's Home | home
|
|
|
|
RKSUITE Quickstart Guide
RKSUITE is an excellent code suite designed for solving sets of simultaneous Ordinary Differential Equations (ODE's). The original code is available at NETLIB. We have converted RKSUITE to ANSI C code (with a dash of C++). It compiles and runs using all modern ANSI C++ compilers.
FORTRAN users will need the FORTRAN version of the RKSUITE routines: rksuite.f
C++ users will need the C++ version of RKSUITE and the header file: rksuite.cpp and rksuite.h
You will have to do this once for each project you create that accesses any of the RKSUITE functions.
NOTE:
RKSUITE is a significant piece of code. Therefore, it is BIG! The documentation alone requires approximately 50 pages. The FORTRAN and C++ versions of the programs themselves are each approximately 200KB (approximately 5,000 lines of code). When you build a project that uses RKSUITE for the first time, it will take much longer to compile than it will on subsequent builds. Be patient!
|