~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to src/bench/ode/reaction/README

  • Committer: Anders Logg
  • Date: 2007-01-10 09:04:44 UTC
  • mfrom: (1689.1.221 trunk)
  • Revision ID: logg@simula.no-20070110090444-ecyux3n1qnei4i8h
RemoveĀ oldĀ head

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This directory contains three sets of benchmarks:
 
2
 
 
3
  bench.py        - simple benchmark
 
4
  bench-tol.py    - set of benchmarks for varying tolerance
 
5
  bench-domain.py - set of benchmarks for varying size of domain
 
6
 
 
7
Results can be found in the corresponding log files:
 
8
 
 
9
  bench.log
 
10
  bench-tol.py
 
11
  bench-domain.py
 
12
 
 
13
Reference solutions are correct to within a tolerance of 1e-13.
 
14
 
 
15
Obtained with DOLFIN 0.6.1+ (1861:e059a2aac502, Wed Apr 12 23:08:37 2006 -0500).
 
16
Computed with mono-adaptive cG(3) and fixed time step k = 0.00001.
 
17
 
 
18
The following commands were used to obtain the reference solutions:
 
19
 
 
20
  dolfin-ode-reaction cg fixed-point 0.1 0.1  1000  5.0 parameters-reference.xml
 
21
  dolfin-ode-reaction cg fixed-point 0.1 0.1  2000 10.0 parameters-reference.xml
 
22
  dolfin-ode-reaction cg fixed-point 0.1 0.1  4000 20.0 parameters-reference.xml
 
23
  dolfin-ode-reaction cg fixed-point 0.1 0.1  8000 40.0 parameters-reference.xml
 
24
  dolfin-ode-reaction cg fixed-point 0.1 0.1 16000 80.0 parameters-reference.xml