PETScKrylovSolver.cpp File Reference

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

Include dependency graph for PETScKrylovSolver.cpp:

Go to the source code of this file.

Functions

int monitor (KSP ksp, int it, double norm, void *)


Function Documentation

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 }


Generated on Wed Nov 19 00:02:35 2008 for FreeFEM3D (aka ff3d) by  doxygen 1.5.6