ENH: Updated chemistry solver tutorials

This commit is contained in:
andy
2011-06-02 18:40:01 +01:00
parent bbd0a8e0c0
commit 681948b401
12 changed files with 12 additions and 12 deletions

View File

@ -25,7 +25,7 @@ chemistrySolver ode;
odeCoeffs odeCoeffs
{ {
ODESolver SIBS; solver SIBS;
eps 0.01; eps 0.01;
} }

View File

@ -25,7 +25,7 @@ chemistrySolver ode;
odeCoeffs odeCoeffs
{ {
ODESolver SIBS; solver SIBS;
eps 0.001; eps 0.001;
} }

View File

@ -25,7 +25,7 @@ chemistrySolver ode;
odeCoeffs odeCoeffs
{ {
ODESolver SIBS; solver SIBS;
eps 1e-03; eps 1e-03;
} }

View File

@ -25,7 +25,7 @@ chemistrySolver ode;
odeCoeffs odeCoeffs
{ {
ODESolver SIBS; solver SIBS;
eps 1e-04; eps 1e-04;
} }

View File

@ -36,7 +36,7 @@ EulerImplicitCoeffs
odeCoeffs odeCoeffs
{ {
ODESolver SIBS; solver SIBS;
eps 0.05; eps 0.05;
scale 1; scale 1;
} }

View File

@ -38,7 +38,7 @@ EulerImplicitCoeffs
odeCoeffs odeCoeffs
{ {
ODESolver SIBS; solver SIBS;
eps 0.05; eps 0.05;
scale 1; scale 1;
} }

View File

@ -39,7 +39,7 @@ EulerImplicitCoeffs
odeCoeffs odeCoeffs
{ {
ODESolver SIBS; solver SIBS;
eps 0.05; eps 0.05;
scale 1; scale 1;
} }

View File

@ -39,7 +39,7 @@ EulerImplicitCoeffs
odeCoeffs odeCoeffs
{ {
ODESolver RK; solver RK;
eps 0.05; eps 0.05;
scale 1; scale 1;
} }

View File

@ -39,7 +39,7 @@ EulerImplicitCoeffs
odeCoeffs odeCoeffs
{ {
ODESolver RK; solver RK;
eps 0.05; eps 0.05;
scale 1; scale 1;
} }

View File

@ -39,7 +39,7 @@ EulerImplicitCoeffs
odeCoeffs odeCoeffs
{ {
ODESolver RK; solver RK;
eps 0.05; eps 0.05;
scale 1; scale 1;
} }

View File

@ -38,7 +38,7 @@ EulerImplicitCoeffs
odeCoeffs odeCoeffs
{ {
ODESolver RK; solver RK;
eps 0.05; eps 0.05;
scale 1; scale 1;
} }

View File

@ -29,7 +29,7 @@ Cmix Cmix [0 0 0 0 0] 1;
odeCoeffs odeCoeffs
{ {
ODESolver SIBS; solver SIBS;
eps 0.05; eps 0.05;
} }