Formatting
This commit is contained in:
parent
494ffcff89
commit
a4d077f45b
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ typename Foam::BlockSolverPerformance<Type> Foam::BlockCGSolver<Type>::solve
|
|||
Field<Type> rA(b - wA);
|
||||
|
||||
// NOTE: Normalisation of residual per component! TU, Feb 2019
|
||||
solverPerf.initialResidual() = cmptDivide(gSum(cmptMag(rA)),norm);
|
||||
solverPerf.initialResidual() = cmptDivide(gSum(cmptMag(rA)), norm);
|
||||
solverPerf.finalResidual() = solverPerf.initialResidual();
|
||||
|
||||
// Check convergence, solve if not converged
|
||||
|
|
Reference in a new issue