Coupled solver settings update

This commit is contained in:
Hrvoje Jasak 2018-05-16 11:52:04 +01:00
parent 6c5d254802
commit a25ee6bb9e
2 changed files with 8 additions and 9 deletions

View file

@ -31,22 +31,21 @@ solvers
Up Up
{ {
solver AMG; solver AMG;
cycle V-cycle; cycle W-cycle;
coarseningType AAMG; coarseningType SAMG;
norm componentNorm; norm componentNorm;
normComponent 3; normComponent 3;
minGroupSize 4;
maxGroupSize 6;
nPreSweeps 2; nPreSweeps 2;
nPostSweeps 2; nPostSweeps 2;
groupSize 2; groupSize 2;
minCoarseEqns 4; minCoarseEqns 4;
nMaxLevels 100; nMaxLevels 100;
scale on; scale on;
smoother smoother ILUC0;
{
smoother ILUCp;
fillInLevel 1;
}
minIter 0; minIter 0;
maxIter 100; maxIter 100;
@ -89,7 +88,7 @@ fieldBounds
relaxationFactors relaxationFactors
{ {
// U 0.95; U 0.95;
} }

View file

@ -20,7 +20,7 @@ solvers
{ {
solver AMG; solver AMG;
cycle W-cycle; cycle W-cycle;
coarseningType cluster; coarseningType SAMG;
norm twoNorm; norm twoNorm;
normComponent 3; normComponent 3;