Home
last modified time | relevance | path

Searched refs:SNESMonitorSet (Results 1 – 22 of 22) sorted by relevance

/petsc/src/snes/interface/ftn-custom/
H A Dzsnesf.c367 …*ierr = SNESMonitorSet(*snes, (PetscErrorCode (*)(SNES, PetscInt, PetscReal, void *))SNESMonitorDe… in snesmonitorset_()
369 …*ierr = SNESMonitorSet(*snes, (PetscErrorCode (*)(SNES, PetscInt, PetscReal, void *))SNESMonitorSo… in snesmonitorset_()
371 …*ierr = SNESMonitorSet(*snes, (PetscErrorCode (*)(SNES, PetscInt, PetscReal, void *))SNESMonitorSo… in snesmonitorset_()
377 *ierr = SNESMonitorSet(*snes, oursnesmonitor, *snes, ourmondestroy); in snesmonitorset_()
/petsc/src/tao/snes/
H A Dtaosnes.c86 PetscCall(SNESMonitorSet(taosnes->snes, TAOSNESMonitor, tao, NULL)); in TaoSetUp_SNES()
/petsc/src/snes/tutorials/
H A Dex2.c104 PetscCall(SNESMonitorSet(snes, Monitor, &monP, 0)); in main()
H A Dex21.c86 PetscCall(SNESMonitorSet(snes, Monitor, &user, 0)); in main()
H A Dex22.c118 PetscCall(SNESMonitorSet(snes, Monitor, 0, 0)); in main()
H A Dex3.c178 PetscCall(SNESMonitorSet(snes, Monitor, &monP, 0)); in main()
/petsc/src/ts/tutorials/
H A Dex7.c81 …PetscCall(SNESMonitorSet(snes, (PetscErrorCode (*)(SNES, PetscInt, PetscReal, void *))MySNESMonito… in main()
H A Dex12.c84 …PetscCall(SNESMonitorSet(ts_snes, (PetscErrorCode (*)(SNES, PetscInt, PetscReal, void *))MySNESMon… in main()
H A Dex52.c335 …PetscCall(SNESMonitorSet(snes, (PetscErrorCode (*)(SNES, PetscInt, PetscReal, void *))MySNESMonito… in main()
H A Dex30.c2326 PetscCall(SNESMonitorSet(snes, MonitorNorms, ctx, NULL)); in Run()
/petsc/doc/changes/
H A D2016.md23 SNESMonitorSet() instead of only one as previously allowed.
/petsc/src/snes/tutorials/network/
H A Dex1.c775 PetscCall(SNESMonitorSet(snes_power, UserMonitor, &user, NULL)); in main()
776 PetscCall(SNESMonitorSet(snes_water, UserMonitor, &user, NULL)); in main()
777 PetscCall(SNESMonitorSet(snes, UserMonitor, &user, NULL)); in main()
/petsc/src/snes/tests/
H A Dex12f.F90264 PetscCallA(SNESMonitorSet(snes, FormMonitor, snesm, PETSC_NULL_FUNCTION, ierr))
H A Dex1.c108 PetscCall(SNESMonitorSet(snes, monitor_change_deltamax, NULL, NULL)); in main()
/petsc/src/snes/impls/vi/
H A Dvi.c585 …if (flg) PetscCall(SNESMonitorSet(snes, SNESMonitorVI, PETSC_VIEWER_STDOUT_(PetscObjectComm((Petsc… in SNESSetFromOptions_VI()
/petsc/src/snes/impls/fas/
H A Dfasfunc.c355 …PetscCall(SNESMonitorSet(levelsnes, (PetscErrorCode (*)(SNES, PetscInt, PetscReal, void *))SNESMon… in SNESFASSetMonitor()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsnes.pxi179 PetscErrorCode SNESMonitorSet(PetscSNES, PetscSNESMonitorFunction, void*, PetscSNESCtxDel)
H A DSNES.pyx1481 getMonitor, petsc.SNESMonitorSet
1489 CHKERR(SNESMonitorSet(self.snes, SNES_Monitor, NULL, NULL))
/petsc/src/snes/interface/
H A Dsnes.c869 …PetscCall(SNESMonitorSet(snes, (PetscErrorCode (*)(SNES, PetscInt, PetscReal, PetscCtx))monitor, v… in SNESMonitorSetFromOptions()
1081 … PetscCall(SNESMonitorSet(snes, SNESMonitorLGRange, ctx, (PetscCtxDestroyFn *)PetscViewerDestroy)); in SNESSetFromOptions()
1144 PetscCall(SNESMonitorSet(snes, SNESMonitorSAWs, ctx, SNESMonitorSAWsDestroy)); in SNESSetFromOptions()
4262 PetscErrorCode SNESMonitorSet(SNES snes, PetscErrorCode (*f)(SNES, PetscInt, PetscReal, PetscCtx), … in SNESMonitorSet() function
/petsc/include/
H A Dpetscsnes.h61 PETSC_EXTERN PetscErrorCode SNESMonitorSet(SNES, PetscErrorCode (*)(SNES, PetscInt, PetscReal, void…
/petsc/doc/manual/
H A Dsnes.md869 SNESMonitorSet(SNES snes, PetscErrorCode (*mon)(SNES snes, PetscInt its, PetscReal norm, PetscCtx m…
877 The routine set by `SNESMonitorSet()` is called once after every
/petsc/doc/faq/
H A Dindex.md905 By using `KSPMonitorSet()` and/or `SNESMonitorSet()` one can provide code that monitors the