93 |
* keep track of the ratio (reduction_f = norm_f/frnmo) of successive residual norms and |
* keep track of the ratio (reduction_f = norm_f/frnmo) of successive residual norms and |
94 |
* the iteration counter (iteration_count) |
* the iteration counter (iteration_count) |
95 |
*/ |
*/ |
96 |
if (debug) printf("iteration step %d: norm of F =%lg\n",iteration_count,norm_f); |
if (debug) printf("iteration step %d: norm of F =%g\n",iteration_count,norm_f); |
97 |
/* |
/* |
98 |
* call GMRES to get increment |
* call GMRES to get increment |
99 |
*/ |
*/ |