--------------------------------------------------------------
README          ADOL-C version 1.10.0         as of July/01/05
--------------------------------------------------------------

This directory contains example programs that perform user 
time measurements of the special ADOL-C drivers 

   forode(..) and accode(..)

usually used to solve ordinary differential equations (ODEs). 

For a demonstration how to apply the drivers to solve ODEs 
have a look at the documented example code
  
   ../../odexam.cpp

--------------------------------------------------------------
CONTENTS OF THE DIRECTORY

  odexam  --> A simple ODE example (R^3 --> R^3) 
              [based on the Robertson test problem]

              vfunc_robertson.cpp

  od2exam --> Another ODE example (R^5 --> R^5)
              [based on a eutrophy problem] 

              vfunc_eutroph.cpp

  od3exam --> Another ODE example (scalable dimension)
              [flow in channel]

              vfunc_fic.cpp

NOTE: all example programs make use of the "generic" module
      
              vgenodemain.cpp

      and the clock utility provided in subdirectory
      ../clock. 

