This file is indexed.

/usr/share/doc/libsundials-serial-dev/examples/cvodes/serial/README is in libsundials-serial-dev 2.5.0-3+b3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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