#include <PETScKrylovSolver.hpp>#include <ErrorHandler.hpp>

Go to the source code of this file.
Functions | |
| int | monitor (KSP ksp, int it, double norm, void *) |
| int monitor | ( | KSP | ksp, | |
| int | it, | |||
| double | norm, | |||
| void * | ||||
| ) |
Definition at line 23 of file PETScKrylovSolver.cpp.
00024 { 00025 std::cout << "iteration: " << it << " residual norm = " << norm << '\n'; 00026 return 0; 00027 }
1.5.6