Feature ILUCp and BlockILUCp preconditioning, extended addr update and clean-up

This commit is contained in:
Hrvoje Jasak 2015-10-28 10:08:07 +00:00
parent c4be709e7a
commit 067cc95474
2 changed files with 8 additions and 2 deletions

View file

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

View file

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