System Preprocessors
linksp.h
Go to the documentation of this file.
00001 #ifndef SYSPRO_KSP_H
00002 #define SYSPRO_KSP_H
00003 
00004 #include "petscksp.h"
00005 
00006 /* ??? extern PetscErrorCode solver_set_convergence_test(char*,KSP,LinearSystem); */
00007 extern PetscErrorCode SysProLinearInstallCustomKSPMonitor(KSP);
00008 extern PetscErrorCode SysProLinearDeclareCustomKSPMonitor
00009 (PetscErrorCode(*)(KSP,int,PetscReal,void*),void*);
00010 
00011 #endif