mirror of
https://github.com/paboyle/Grid.git
synced 2026-05-29 13:34:17 +01:00
Make solver parameters match in all MR|GMRES solver tests
This commit is contained in:
@@ -58,7 +58,7 @@ int main (int argc, char ** argv)
|
||||
WilsonFermionR Dw(Umu,Grid,RBGrid,mass);
|
||||
|
||||
MdagMLinearOperator<WilsonFermionR,LatticeFermion> HermOp(Dw);
|
||||
GeneralisedMinimalResidual<LatticeFermion> GMRES(1.0e-8, 50, 25);
|
||||
GeneralisedMinimalResidual<LatticeFermion> GMRES(1.0e-8, 10000, 25);
|
||||
GMRES(HermOp,src,result);
|
||||
|
||||
Grid_finalize();
|
||||
|
||||
Reference in New Issue
Block a user