Home
last modified time | relevance | path

Searched refs:PetscOptionsMonitorSet (Results 1 – 6 of 6) sorted by relevance

/petsc/src/sys/tests/
H A Dex47.c22 …if (monitor) PetscCall(PetscOptionsMonitorSet(PetscOptionsMonitorDefault, PETSC_VIEWER_STDOUT_WORL… in main()
32 if (monitor) PetscCall(PetscOptionsMonitorSet(PetscOptionsMonitorDefault, NULL, NULL)); in main()
/petsc/src/sys/tests/options/
H A Dex55.c32 PetscCall(PetscOptionsMonitorSet(PetscOptionsMonitorCustom, viewer, NULL)); in main()
/petsc/include/
H A Dpetscoptions.h78 PETSC_EXTERN PetscErrorCode PetscOptionsMonitorSet(PetscErrorCode (*)(const char[], const char[], P…
/petsc/doc/changes/
H A D319.md28 …OptionsMonitorDefault()` to also take in the option source, and `PetscOptionsMonitorSet()` to take…
/petsc/doc/manual/
H A Dother.md221 `PetscOptionsMonitorSet()` can be used to provide custom monitors.
222 …ns_monitor_cancel` prevents any monitoring by monitors set with `PetscOptionsMonitorSet()` (but no…
/petsc/src/sys/objects/
H A Doptions.c2128 PetscErrorCode PetscOptionsMonitorSet(PetscErrorCode (*monitor)(const char name[], const char value… in PetscOptionsMonitorSet() function