Home
last modified time | relevance | path

Searched refs:KSPMonitorError (Results 1 – 4 of 4) sorted by relevance

/petsc/src/ksp/ksp/interface/ !
H A Ditregis.c149 …PetscCall(KSPMonitorRegister("error", PETSCVIEWERASCII, PETSC_VIEWER_DEFAULT, KSPMonitorError, NUL… in KSPMonitorRegisterAll()
H A Diterativ.c625 PetscErrorCode KSPMonitorError(KSP ksp, PetscInt n, PetscReal rnorm, PetscViewerAndFormat *vf) in KSPMonitorError() function
/petsc/doc/changes/ !
H A D315.md190 - Add `KSPMonitorError()`, used by `-ksp_monitor_error`
/petsc/include/ !
H A Dpetscksp.h602 PETSC_EXTERN KSPMonitorRegisterFn KSPMonitorError; variable