Removed matrix check from Block AMG

This commit is contained in:
Hrvoje Jasak 2015-10-28 16:36:08 +00:00
parent ed8ce4bc45
commit 6157d27a7d
2 changed files with 2 additions and 8 deletions

View file

@ -81,10 +81,7 @@ Foam::coarseBlockAmgLevel<Type>::coarseBlockAmgLevel
)
),
Ax_()
{
Info<< "Coarse AMG level check" << endl;
matrixPtr_->check();
}
{}
// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * //

View file

@ -76,10 +76,7 @@ Foam::fineBlockAmgLevel<Type>::fineBlockAmgLevel
)
),
Ax_()
{
Info<< "Fine AMG level check" << endl;
matrix_.check();
}
{}
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //