System Preprocessors
|
#include "petscksp.h"
Go to the source code of this file.
Functions | |
PetscErrorCode | SysProLinearInstallCustomKSPMonitor (KSP) |
PetscErrorCode | SysProLinearDeclareCustomKSPMonitor (PetscErrorCode(*)(KSP, int, PetscReal, void *), void *) |
PetscErrorCode SysProLinearDeclareCustomKSPMonitor | ( | PetscErrorCode(*)(KSP, int, PetscReal, void *) | , |
void * | |||
) |
Definition at line 409 of file ksp.c.
References custommonitor.
PetscErrorCode SysProLinearInstallCustomKSPMonitor | ( | KSP | ) |
Definition at line 395 of file ksp.c.
References CHKERRQ(), custommonitor, and ierr.
Referenced by setup_ksp().