Coupled solver settings update
This commit is contained in:
parent
6c5d254802
commit
a25ee6bb9e
2 changed files with 8 additions and 9 deletions
|
@ -31,22 +31,21 @@ solvers
|
|||
Up
|
||||
{
|
||||
solver AMG;
|
||||
cycle V-cycle;
|
||||
coarseningType AAMG;
|
||||
cycle W-cycle;
|
||||
coarseningType SAMG;
|
||||
norm componentNorm;
|
||||
normComponent 3;
|
||||
|
||||
minGroupSize 4;
|
||||
maxGroupSize 6;
|
||||
|
||||
nPreSweeps 2;
|
||||
nPostSweeps 2;
|
||||
groupSize 2;
|
||||
minCoarseEqns 4;
|
||||
nMaxLevels 100;
|
||||
scale on;
|
||||
smoother
|
||||
{
|
||||
smoother ILUCp;
|
||||
fillInLevel 1;
|
||||
}
|
||||
smoother ILUC0;
|
||||
|
||||
minIter 0;
|
||||
maxIter 100;
|
||||
|
@ -89,7 +88,7 @@ fieldBounds
|
|||
|
||||
relaxationFactors
|
||||
{
|
||||
// U 0.95;
|
||||
U 0.95;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ solvers
|
|||
{
|
||||
solver AMG;
|
||||
cycle W-cycle;
|
||||
coarseningType cluster;
|
||||
coarseningType SAMG;
|
||||
norm twoNorm;
|
||||
normComponent 3;
|
||||
|
||||
|
|
Reference in a new issue