List of parallel CVODES examples

(1) Simulation

  cvnonx_p     : 1-D advection-diffusion (nonstiff)
  cvkryx_p     : 2-D 2-species diurnal advection-diffusion
  cvkryx_bbd_p : cvkryx_p with BBD preconditioner

(2) Forward sensitivity

  cvsfwdnonx_p : 1-D advection difusion PDE -
                 Adams with Functional iteration
  cvsfwdkryx_p : 2-D 2-species diurnal advection-diffusion PDE -
                 BDF with Newton GMRES

(3) Adjoint sensitivity

  cvsadjnonx_p : 1-D advection-diffusion (nonstiff)
  cvsadjkryx_p : 2-D (or 3-D) advection-diffusion-reaction PDE
                 BDF/SPGMR/BBD

Sample results:

  SUNDIALS was built with the following options:

  ./configure CC=gcc F77=gfortran CFLAGS="-g3 -O0" FFLAGS="-g3 -O0" --enable-examples

  System Architecture: IA-32
  Processor Type: Intel Pentium 4 Xeon DP (i686)
  Operating System: Red Hat Enterprise Linux WS 3 (Taroon Update 7)
  C/Fortran Compilers: gcc/gfortran v4.1.0
  MPI Implementation: Open MPI v1.1
