Comment
This commit is contained in:
parent
f458227c57
commit
20511b2418
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ Foam::BlockILUSolver<Type>::solve
|
|||
|
||||
Field<Type> residual(x.size());
|
||||
|
||||
// Calculate residual. Note: sign of residual swapped for efficiency
|
||||
// Calculate residual
|
||||
matrix.Amul(residual, x);
|
||||
|
||||
forAll (b, i)
|
||||
|
|
Reference in a new issue