ENH: GAMGSolver: less debug info

This commit is contained in:
mattijs
2019-06-19 15:09:18 +01:00
committed by Andrew Heather
parent cd71fe008e
commit a78e527a1a

View File

@ -209,7 +209,7 @@ Foam::GAMGSolver::GAMGSolver
} }
if (debug) if (debug & 2)
{ {
for for
( (
@ -370,7 +370,7 @@ void Foam::GAMGSolver::readControls()
if (debug) if (debug)
{ {
Pout<< "GAMGSolver settings :" Info<< "GAMGSolver settings :"
<< " cacheAgglomeration:" << cacheAgglomeration_ << " cacheAgglomeration:" << cacheAgglomeration_
<< " nPreSweeps:" << nPreSweeps_ << " nPreSweeps:" << nPreSweeps_
<< " preSweepsLevelMultiplier:" << preSweepsLevelMultiplier_ << " preSweepsLevelMultiplier:" << preSweepsLevelMultiplier_