Removed matrix check from Block AMG
This commit is contained in:
parent
4110ba757d
commit
d8930d7349
2 changed files with 2 additions and 8 deletions
|
@ -81,10 +81,7 @@ Foam::coarseBlockAmgLevel<Type>::coarseBlockAmgLevel
|
|||
)
|
||||
),
|
||||
Ax_()
|
||||
{
|
||||
Info<< "Coarse AMG level check" << endl;
|
||||
matrixPtr_->check();
|
||||
}
|
||||
{}
|
||||
|
||||
|
||||
// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * //
|
||||
|
|
|
@ -76,10 +76,7 @@ Foam::fineBlockAmgLevel<Type>::fineBlockAmgLevel
|
|||
)
|
||||
),
|
||||
Ax_()
|
||||
{
|
||||
Info<< "Fine AMG level check" << endl;
|
||||
matrix_.check();
|
||||
}
|
||||
{}
|
||||
|
||||
|
||||
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //
|
||||
|
|
Reference in a new issue