LduMatrix: Further integration with lduMatrix

Replaced lduMatrix::solverPerformance with SolverPerformance<scalar>
This commit is contained in:
Henry
2012-04-30 18:15:26 +01:00
parent ad6b6626e2
commit b08b29bd3c
35 changed files with 216 additions and 468 deletions

View File

@ -70,7 +70,7 @@ bool Foam::pimpleControl::criteriaSatisfied()
const label fieldI = applyToField(variableName);
if (fieldI != -1)
{
const List<lduMatrix::solverPerformance> sp(iter().stream());
const List<solverPerformance> sp(iter().stream());
const scalar residual = sp.last().initialResidual();
checked = true;