mirror of
https://github.com/paboyle/Grid.git
synced 2025-07-20 14:47:06 +01:00
Allow subspace setup to no converge
This commit is contained in:
@@ -205,7 +205,7 @@ public:
|
|||||||
|
|
||||||
RealD scale;
|
RealD scale;
|
||||||
|
|
||||||
ConjugateGradient<FineField> CG(1.0e-2,10000);
|
ConjugateGradient<FineField> CG(1.0e-2,100,false);
|
||||||
FineField noise(FineGrid);
|
FineField noise(FineGrid);
|
||||||
FineField Mn(FineGrid);
|
FineField Mn(FineGrid);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user