mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-14 09:45:36 +00:00
for dwf_precondition
This commit is contained in:
parent
013ea4e8d1
commit
8b3e738269
@ -49,6 +49,7 @@ Author: Peter Boyle <paboyle@ph.ed.ac.uk>
|
||||
#include <Grid/algorithms/iterative/BlockConjugateGradient.h>
|
||||
#include <Grid/algorithms/iterative/ConjugateGradientReliableUpdate.h>
|
||||
#include <Grid/algorithms/iterative/ImplicitlyRestartedLanczos.h>
|
||||
#include <Grid/algorithms/iterative/InexactPrecConjugateGradient.h>
|
||||
#include <Grid/algorithms/CoarsenedMatrix.h>
|
||||
#include <Grid/algorithms/FFT.h>
|
||||
|
||||
|
@ -53,4 +53,10 @@ void MultiShiftFunction::csv(std::ostream &out)
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
RealD __InverseApproximation(RealD x)
|
||||
{
|
||||
return 1.0/x;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -63,5 +63,7 @@ public:
|
||||
}
|
||||
|
||||
};
|
||||
RealD __InverseApproximation(RealD x);
|
||||
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user