This commit is contained in:
Hrvoje Jasak 2017-06-19 23:24:15 +01:00
parent f458227c57
commit 20511b2418

View file

@ -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)