Home
last modified time | relevance | path

Searched refs:KSPMonitorSet (Results 1 – 19 of 19) sorted by relevance

/petsc/src/ksp/ksp/interface/ftn-custom/
H A Dzitfuncf.c97 …*ierr = KSPMonitorSet(*ksp, (KSPMonitorFn *)KSPMonitorResidual, *(PetscViewerAndFormat **)mctx, (P… in kspmonitorset_()
99 …*ierr = KSPMonitorSet(*ksp, (KSPMonitorFn *)KSPMonitorSolution, *(PetscViewerAndFormat **)mctx, (P… in kspmonitorset_()
101 …*ierr = KSPMonitorSet(*ksp, (KSPMonitorFn *)KSPMonitorTrueResidual, *(PetscViewerAndFormat **)mctx… in kspmonitorset_()
103 …*ierr = KSPMonitorSet(*ksp, (KSPMonitorFn *)KSPMonitorSingularValue, *(PetscViewerAndFormat **)mct… in kspmonitorset_()
105 …*ierr = KSPMonitorSet(*ksp, (KSPMonitorFn *)KSPGMRESMonitorKrylov, *(PetscViewerAndFormat **)mctx,… in kspmonitorset_()
111 *ierr = KSPMonitorSet(*ksp, ourmonitor, *ksp, ourdestroy); in kspmonitorset_()
/petsc/src/ksp/ksp/tutorials/
H A Dex2f.F90289 PetscCallA(KSPMonitorSet(ksp, MyKSPMonitor, vf, PetscViewerAndFormatDestroy, ierr))
292 PetscCallA(KSPMonitorSet(ksp, KSPMonitorResidual, vf2, PetscViewerAndFormatDestroy, ierr))
H A Dex9.c101 if (flg) PetscCall(KSPMonitorSet(ksp1, MyKSPMonitor, NULL, 0)); in main()
H A Dex42.c2061 if (stokes_monitor) PetscCall(KSPMonitorSet(ksp_S, KSPMonitorStokesBlocks, NULL, NULL)); in solve_stokes_3d_coupled()
/petsc/src/ksp/ksp/interface/
H A Ditcl.c272 PetscCall(KSPMonitorSet(ksp, mfunc, vf, (PetscCtxDestroyFn *)dfunc)); in KSPMonitorSetFromOptions()
519 …PetscCall(KSPMonitorSet(ksp, KSPMonitorDynamicTolerance, scale, KSPMonitorDynamicToleranceDestroy)… in KSPSetFromOptions()
536 PetscCall(KSPMonitorSet(ksp, KSPMonitorLGRange, ctx, (PetscCtxDestroyFn *)PetscViewerDestroy)); in KSPSetFromOptions()
612 PetscCall(KSPMonitorSet(ksp, KSPMonitorSAWs, ctx, KSPMonitorSAWsDestroy)); in KSPSetFromOptions()
H A Ditfunc.c2353 PetscErrorCode KSPMonitorSet(KSP ksp, KSPMonitorFn *monitor, PetscCtx ctx, PetscCtxDestroyFn *monit… in KSPMonitorSet() function
/petsc/src/ksp/ksp/tests/
H A Dex6.c95 if (test_residual) PetscCall(KSPMonitorSet(ksp, KSPTestResidualMonitor, NULL, NULL)); in main()
/petsc/doc/changes/
H A D233.md95 - KSPSetMonitor -> KSPMonitorSet
/petsc/src/ksp/ksp/tutorials/output/
H A Dex2_help.out160 -ksp_monitor_python: <now (null) : formerly (null)>: Use Python function (KSPMonitorSet)
161 …w FALSE : formerly FALSE> Monitor graphically range of preconditioned residual norm (KSPMonitorSet)
268 -ksp_gmres_krylov_monitor: <now FALSE : formerly FALSE> Plot the Krylov directions (KSPMonitorSet)
/petsc/src/ts/tutorials/
H A Dex47.c316 PetscCall(KSPMonitorSet(ksp, MonitorError, &ctx, NULL)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscksp.pxi162 PetscErrorCode KSPMonitorSet(PetscKSP, PetscKSPMonitorFunction, void*, PetscKSPCtxDel)
H A DKSP.pyx1267 petsc_options, getMonitor, monitor, monitorCancel, petsc.KSPMonitorSet
1275 CHKERR(KSPMonitorSet(self.ksp, KSP_Monitor, NULL, NULL))
/petsc/src/ksp/ksp/impls/gmres/
H A Dgmres.c550 …PetscCall(KSPMonitorSet(ksp, KSPGMRESMonitorKrylov, viewers, (PetscCtxDestroyFn *)PetscViewersDest… in KSPSetFromOptions_GMRES()
/petsc/src/dm/impls/stag/tests/
H A Dex18.c212 PetscCall(KSPMonitorSet(ksp, DMStagAnalysisKSPMonitor, &mctx, NULL)); in main()
/petsc/include/
H A Dpetscksp.h246 PETSC_EXTERN PetscErrorCode KSPMonitorSet(KSP, KSPMonitorFn *, PetscCtx, PetscCtxDestroyFn *);
/petsc/src/ksp/ksp/impls/fetidp/
H A Dfetidp.c1394 PetscCall(KSPMonitorSet(fetidp->innerksp, KSPMonitor_FETIDP, fetidp->monctx, NULL)); in KSPCreate_FETIDP()
/petsc/src/snes/tutorials/
H A Dex30.c1255 …PetscCall(KSPMonitorSet(ksp, (PetscErrorCode (*)(KSP, PetscInt, PetscReal, void *))KSPMonitorSingu… in SNESConverged_Interactive()
/petsc/doc/faq/
H A Dindex.md905 By using `KSPMonitorSet()` and/or `SNESMonitorSet()` one can provide code that monitors the
/petsc/doc/manual/
H A Dksp.md536 KSPMonitorSet(KSP ksp, PetscErrorCode (*mon)(KSP ksp, PetscInt it, PetscReal rnorm, PetscCtx ctx), …