mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-06 04:05:55 +01:00
Fix an implementation error in FGMRES
This commit is contained in:
parent
e843d83d9d
commit
99bc4cde56
@ -174,7 +174,7 @@ class FlexibleGeneralisedMinimalResidual : public OperatorFunction<Field> {
|
||||
MatrixTimer.Stop();
|
||||
|
||||
PrecTimer.Start();
|
||||
Preconditioner(z, r);
|
||||
Preconditioner(z, w);
|
||||
PrecTimer.Stop();
|
||||
|
||||
LinalgTimer.Start();
|
||||
|
Loading…
x
Reference in New Issue
Block a user