List of serial ARKODE C examples

  ark_analytic              : simple stiff, linear, ODE           (DIRK/DENSE)
  ark_analytic_nonlin       : simple nonstiff, nonlinear ODE      (ERK)
  ark_brusselator           : stiff chemical kinetics ODE system  (DIRK/DENSE)
  ark_brusselator_fp        : stiff chemical kinetics ODE system  (ARK/Fixed point) 
  ark_brusselator1D         : stiff chemical kinetics PDE system  (DIRK/BAND)
  ark_brusselator1D_FEM_slu : stiff chemical kinetics PDE, with 
                              FEM spatial discretization          (DIRK/SuperLU)
  ark_brusselator1D_klu     : stiff chemical kinetics PDE system  (DIRK/KLU)
  ark_heat1D                : stiff 1D heat PDE example           (DIRK/PCG)
  ark_heat1D_adapt          : stiff 1D heat PDE, adaptive mesh    (DIRK/PCG/ARKodeResize)
  ark_KrylovDemo_prec       : Krylov method demonstration program (SPGMR)
  ark_robertson             : stiff chemical kinetics ODE system  (DIRK/DENSE)
  ark_robertson_root        : stiff chemical kinetics ODE system 
                              with root-finding                   (DIRK/DENSE)


SUNDIALS was built with the following Cmake options:

BUILD_ARKODE=ON
BUILD_CVODE=ON
BUILD_CVODES=ON
BUILD_IDA=ON
BUILD_IDAS=ON
BUILD_KINSOL=ON
BUILD_SHARED_LIBS=ON
BUILD_STATIC_LIBS=ON
CMAKE_INSTALL_PREFIX=/usr/casc/sundials/builddir/instdir
CXX_ENABLE=ON
EXAMPLES_ENABLE=ON
EXAMPLES_INSTALL=ON
EXAMPLES_INSTALL_PATH=/usr/casc/sundials/builddir/instdir/examples
F90_ENABLE=ON
FCMIX_ENABLE=ON
KLU_ENABLE=ON
KLU_INCLUDE_DIR=/usr/casc/sundials/apps/rh6/suitesparse/4.2.1/include
KLU_LIBRARY_DIR=/usr/casc/sundials/apps/rh6/suitesparse/4.2.1/lib
LAPACK_ENABLE=ON
LAPACK_LIBRARIES=/usr/casc/sundials/apps/rh6/lapack/3.5.0/lib/liblapack.so;/usr/casc/sundials/apps/rh6/lapack/3.5.0/lib/libblas.so
MPI_ENABLE=ON
MPI_MPICC=/usr/casc/sundials/apps/rh6/openmpi/1.4.5/bin/mpicc
MPI_MPICXX=/usr/casc/sundials/apps/rh6/openmpi/1.4.5/bin/mpicxx
MPI_MPIF77=/usr/casc/sundials/apps/rh6/openmpi/1.4.5/bin/mpif77
MPI_MPIF90=/usr/casc/sundials/apps/rh6/openmpi/1.4.5/bin/mpif90
MPI_RUN_COMMAND=mpirun
OPENMP_ENABLE=OFF
PTHREAD_ENABLE=ON
SUNDIALS_PRECISION=double
SUPERLUMT_ENABLE=OFF
USE_GENERIC_MATH=ON