ENH: lagrangian tutorial updates

This commit is contained in:
andy
2014-01-22 19:19:50 +00:00
parent 1d416efc0a
commit 5fffbd7bc3
19 changed files with 114 additions and 75 deletions

View File

@ -43,16 +43,16 @@ solvers
"(U.air|k|omega)"
{
solver PBiCG;
preconditioner DILU;
solver smoothSolver;
smoother symGaussSeidel;
tolerance 1e-05;
relTol 0.1;
}
"(U.air|k|omega)Final"
{
solver PBiCG;
preconditioner DILU;
solver smoothSolver;
smoother symGaussSeidel;
tolerance 1e-05;
relTol 0;
}