From 6157d27a7db8a6d161066b889844a81afc05bf10 Mon Sep 17 00:00:00 2001 From: Hrvoje Jasak Date: Wed, 28 Oct 2015 16:36:08 +0000 Subject: [PATCH] Removed matrix check from Block AMG --- .../matrices/blockLduMatrix/BlockAmg/coarseBlockAmgLevel.C | 5 +---- .../matrices/blockLduMatrix/BlockAmg/fineBlockAmgLevel.C | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/src/foam/matrices/blockLduMatrix/BlockAmg/coarseBlockAmgLevel.C b/src/foam/matrices/blockLduMatrix/BlockAmg/coarseBlockAmgLevel.C index 5ea4a85c8..3fd7c03ee 100644 --- a/src/foam/matrices/blockLduMatrix/BlockAmg/coarseBlockAmgLevel.C +++ b/src/foam/matrices/blockLduMatrix/BlockAmg/coarseBlockAmgLevel.C @@ -81,10 +81,7 @@ Foam::coarseBlockAmgLevel::coarseBlockAmgLevel ) ), Ax_() -{ - Info<< "Coarse AMG level check" << endl; - matrixPtr_->check(); -} +{} // * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * // diff --git a/src/foam/matrices/blockLduMatrix/BlockAmg/fineBlockAmgLevel.C b/src/foam/matrices/blockLduMatrix/BlockAmg/fineBlockAmgLevel.C index 691649a37..95a791ebd 100644 --- a/src/foam/matrices/blockLduMatrix/BlockAmg/fineBlockAmgLevel.C +++ b/src/foam/matrices/blockLduMatrix/BlockAmg/fineBlockAmgLevel.C @@ -76,10 +76,7 @@ Foam::fineBlockAmgLevel::fineBlockAmgLevel ) ), Ax_() -{ - Info<< "Fine AMG level check" << endl; - matrix_.check(); -} +{} // * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //