Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
63e8be78
Commit
63e8be78
authored
Dec 26, 2012
by
Henry
Browse files
GAMG Solver: reduced default max sweeps to 4
parent
50a97a7d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGSolver.C
View file @
63e8be78
...
...
@@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Copyright (C) 2011 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011
-2012
OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
...
...
@@ -66,10 +66,10 @@ Foam::GAMGSolver::GAMGSolver
cacheAgglomeration_
(
false
),
nPreSweeps_
(
0
),
preSweepsLevelMultiplier_
(
1
),
maxPreSweeps_
(
10
),
maxPreSweeps_
(
4
),
nPostSweeps_
(
2
),
postSweepsLevelMultiplier_
(
1
),
maxPostSweeps_
(
10
),
maxPostSweeps_
(
4
),
nFinestSweeps_
(
2
),
scaleCorrection_
(
matrix
.
symmetric
()),
directSolveCoarsest_
(
false
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment