mirror of
https://github.com/paboyle/Grid.git
synced 2025-08-01 12:17:06 +01:00
Make solver parameters match in all MR|GMRES solver tests
This commit is contained in:
@@ -61,7 +61,7 @@ int main (int argc, char ** argv)
|
||||
|
||||
TrivialPrecon<LatticeFermion> simple;
|
||||
|
||||
FlexibleGeneralisedMinimalResidual<LatticeFermion> FGMRES(1.0e-8, 50, simple, 25);
|
||||
FlexibleGeneralisedMinimalResidual<LatticeFermion> FGMRES(1.0e-8, 10000, simple, 25);
|
||||
FGMRES(HermOp,src,result);
|
||||
|
||||
Grid_finalize();
|
||||
|
Reference in New Issue
Block a user