mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-13 01:05:36 +00:00
ConjugateGradient: cleaner output
This commit is contained in:
parent
92c2c7d3b5
commit
fa59789580
@ -84,7 +84,7 @@ public:
|
||||
return;
|
||||
}
|
||||
|
||||
std::cout<<GridLogIterative << std::setprecision(4)<< "ConjugateGradient: k=0 residual "<<cp<<" rsq"<<rsq<<std::endl;
|
||||
std::cout<<GridLogIterative << std::setprecision(4)<< "ConjugateGradient: k=0 residual "<<cp<<" target "<<rsq<<std::endl;
|
||||
|
||||
GridStopWatch LinalgTimer;
|
||||
GridStopWatch MatrixTimer;
|
||||
|
Loading…
Reference in New Issue
Block a user