~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to bench/ode/wave/parameters-bench.xml

  • Committer: Johannes Ring
  • Date: 2008-03-05 22:43:06 UTC
  • Revision ID: johannr@simula.no-20080305224306-2npsdyhfdpl2esji
The BIG commit!

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
 
 
3
<dolfin xmlns:dolfin="http://www.phi.chalmers.se/dolfin/">
 
4
  <parameters>
 
5
    <parameter name="ODE fixed time step" type="bool" value="true"/>
 
6
    <parameter name="ODE discrete tolerance" type="real" value="0.01"/>
 
7
    <parameter name="ODE partitioning threshold" type="real" value="0.25"/>
 
8
    <parameter name="ODE maximum local iterations" type="int" value="2"/>
 
9
    <parameter name="ODE save solution" type="bool" value="false"/>
 
10
  </parameters>
 
11
</dolfin>