mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 21:50:45 +01:00
Increase max iterations in test of MR solver with staggered action
This commit is contained in:
parent
323ed1a588
commit
cd61e2e6d6
@ -62,7 +62,7 @@ int main (int argc, char ** argv)
|
|||||||
ImprovedStaggeredFermionR Ds(Umu,Umu,Grid,RBGrid,mass);
|
ImprovedStaggeredFermionR Ds(Umu,Umu,Grid,RBGrid,mass);
|
||||||
|
|
||||||
MdagMLinearOperator<ImprovedStaggeredFermionR,FermionField> HermOp(Ds);
|
MdagMLinearOperator<ImprovedStaggeredFermionR,FermionField> HermOp(Ds);
|
||||||
MinimalResidual<FermionField> MR(1.0e-6,10000,0.8);
|
MinimalResidual<FermionField> MR(1.0e-6,20000,0.8);
|
||||||
MR(HermOp,src,result);
|
MR(HermOp,src,result);
|
||||||
|
|
||||||
Grid_finalize();
|
Grid_finalize();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user