ENH: GAMG: use cacheAgglomeration unless moving case

This commit is contained in:
mattijs
2014-01-23 17:40:47 +00:00
parent 4ecc2d69f7
commit 3341e7c7c1
14 changed files with 16 additions and 16 deletions

View File

@ -23,7 +23,7 @@ solvers
tolerance 1e-08;
relTol 0.05;
smoother GaussSeidel;
cacheAgglomeration off;
cacheAgglomeration on;
nCellsInCoarsestLevel 20;
agglomerator faceAreaPair;
mergeLevels 1;