Print trace for teh GCR step

This commit is contained in:
Peter Boyle
2026-08-24 19:42:38 -04:00
parent 8c6bcddbab
commit 6a854ebd0d
@@ -221,7 +221,7 @@ public:
GCRLogLevel<< "PGCR true residual "<< sqrt(cp/SSQ) <<std::endl; GCRLogLevel<< "PGCR true residual "<< sqrt(cp/SSQ) <<std::endl;
for(int k=0;k<nstep;k++){ for(int k=0;k<nstep;k++){
GRID_TRACE("PGCR_step");
steps++; steps++;
int kp = k+1; int kp = k+1;