mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
LLTMatrix, LUscalarMatrix, QRMatrix: Provided consistent 'solve' interface
This commit is contained in:
@ -533,8 +533,7 @@ void Foam::GAMGSolver::solveCoarsestLevel
|
||||
|
||||
if (directSolveCoarsest_)
|
||||
{
|
||||
coarsestCorrField = coarsestSource;
|
||||
coarsestLUMatrixPtr_->solve(coarsestCorrField);
|
||||
coarsestLUMatrixPtr_->solve(coarsestCorrField, coarsestSource);
|
||||
}
|
||||
//else if
|
||||
//(
|
||||
|
||||
Reference in New Issue
Block a user