ENH: Multiple tutorial updates

This commit is contained in:
andy
2010-10-07 13:52:51 +01:00
parent dee30c1e0a
commit b362957124
11 changed files with 92 additions and 146 deletions

View File

@ -41,7 +41,7 @@ solvers
mergeLevels 1;
}
U
"(U|k|epsilon)"
{
solver PBiCG;
preconditioner DILU;
@ -49,26 +49,9 @@ solvers
relTol 0.1;
}
UFinal
"(U|k|epsilon)Final"
{
solver PBiCG;
preconditioner DILU;
tolerance 1e-05;
relTol 0;
}
k
{
solver PBiCG;
preconditioner DILU;
tolerance 1e-05;
relTol 0;
}
epsilon
{
solver PBiCG;
preconditioner DILU;
$U;
tolerance 1e-05;
relTol 0;
}

View File

@ -41,7 +41,7 @@ solvers
mergeLevels 1;
}
U
"(U|k|epsilon)"
{
solver PBiCG;
preconditioner DILU;
@ -49,26 +49,9 @@ solvers
relTol 0.1;
}
UFinal
"(U|k|epsilon)Final"
{
solver PBiCG;
preconditioner DILU;
tolerance 1e-05;
relTol 0;
}
k
{
solver PBiCG;
preconditioner DILU;
tolerance 1e-05;
relTol 0;
}
epsilon
{
solver PBiCG;
preconditioner DILU;
$U;
tolerance 1e-05;
relTol 0;
}