File: README

package info (click to toggle)
sundials 2.5.0-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 10,312 kB
  • ctags: 12,897
  • sloc: ansic: 91,776; sh: 8,351; fortran: 2,943; makefile: 2,702
file content (44 lines) | stat: -rw-r--r-- 1,790 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
List of serial CVODES examples

(1) Simulation

  cvsAdvDiff_bnd        : banded example
  cvsAdvDiff_bndL       : banded example (Lapack)
  cvsDirectDemo_ls      : demonstration program for direct methods
  cvsDiurnal_kry_bp     : Krylov example with banded preconditioner
  cvsDiurnal_kry        : Krylov example
  cvsKrylovDemo_ls      : demonstration program with 3 Krylov solvers
  cvsKrylovDemo_prec    : demonstration program for Krylov methods
  cvsRoberts_dns        : dense example
  cvsRoberts_dnsL       : dense example (Lapack)
  cvsRoberts_dns_uw     : dense example with user ewt function

(2) Forward sensitivity

  cvsAdvDiff_FSA_non    : 1-D advection difusion PDE -
                          Adams with Functional iteration
  cvsDiurnal_FSA_kry    : 2-D 2-species diurnal advection-diffusion PDE -
                          BDF with Newton GMRES
  cvsRoberts_FSA_dns    : chemical kinetics ODEs -
                          BDF with Newton Dense

(3) Adjoint sensitivity

  cvsAdvDiff_ASAi_bnd   : advection-diffusion - adjoint sensitivity
  cvsFoodWeb_ASAi_kry   : food web - adjoint sensitivity for G
  cvsFoodWeb_ASAp_kry   : food web - adjoint sensitivity for g
  cvsHessian_ASA_FSA    : ASA example for computing Hessian
  cvsRoberts_ASAi_dns   : chemical kinetics - adjoint sensitivity

Sample results:

  SUNDIALS was built with the following options:

  ./configure CC=gcc F77=gfortran CFLAGS="-g3 -O0" FFLAGS="-g3 -O0" --with-blas-lapack-libs="-L/home/radu/apps/lib -lSimTKlapack" --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

  The SimTKlapack library provides ATLAS-tunned Blas and Lapack functions