Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
OpenFOAM-plus
Commits
b7b8ef3d
Commit
b7b8ef3d
authored
Jun 19, 2019
by
mattijs
Browse files
ENH: GAMGSolver: less debug info
parent
b8ab49ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGSolver.C
View file @
b7b8ef3d
...
...
@@ -209,7 +209,7 @@ Foam::GAMGSolver::GAMGSolver
}
if
(
debug
)
if
(
debug
&
2
)
{
for
(
...
...
@@ -370,7 +370,7 @@ void Foam::GAMGSolver::readControls()
if
(
debug
)
{
Pout
<<
"GAMGSolver settings :"
Info
<<
"GAMGSolver settings :"
<<
" cacheAgglomeration:"
<<
cacheAgglomeration_
<<
" nPreSweeps:"
<<
nPreSweeps_
<<
" preSweepsLevelMultiplier:"
<<
preSweepsLevelMultiplier_
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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