mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-13 04:37:05 +01:00
Compare commits
2 Commits
8fe429346f
...
chulwoo-de
Author | SHA1 | Date | |
---|---|---|---|
c5ab9f247f | |||
2893a9b116 |
@ -243,6 +243,8 @@ void operator() (LinearOperatorBase<Field> &Linop, const Field &src, std::vector
|
||||
if ( (!converged[s]) ){
|
||||
|
||||
RealD css = c * z[s][iz]* z[s][iz];
|
||||
if((k%100)==0 && (s==0) )
|
||||
std::cout<<GridLogMessage<<"ConjugateGradientMultiShift k="<<k<<" css " <<css <<std::endl;
|
||||
|
||||
if(css<rsq[s]){
|
||||
if ( ! converged[s] )
|
||||
|
Reference in New Issue
Block a user