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

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

View File

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

View File

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

View File

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

View File

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

View File

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