mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: GAMGSolver: less debug info
This commit is contained in:
@ -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_
|
||||
|
||||
Reference in New Issue
Block a user