Searched refs:ourmonitor (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ksp/ksp/interface/ftn-custom/ |
| H A D | zitfuncf.c | 66 static PetscErrorCode ourmonitor(KSP ksp, PetscInt i, PetscReal d, PetscCtx ctx) in ourmonitor() function 111 *ierr = KSPMonitorSet(*ksp, ourmonitor, *ksp, ourdestroy); in kspmonitorset_()
|
| /petsc/src/ts/interface/ftn-custom/ |
| H A D | ztsf.c | 142 static PetscErrorCode ourmonitor(TS ts, PetscInt i, PetscReal d, Vec v, PetscCtx ctx) in ourmonitor() function 289 *ierr = TSMonitorSet(*ts, ourmonitor, *ts, ourmonitordestroy); in tsmonitorset_()
|