Home
last modified time | relevance | path

Searched refs:callbacks (Results 1 – 16 of 16) sorted by relevance

/petsc/src/sys/webclient/
H A Dbox.c34 struct mg_callbacks callbacks; in PetscBoxStartWebServer_Private() local
58 PetscCall(PetscMemzero(&callbacks, sizeof(callbacks))); in PetscBoxStartWebServer_Private()
59 callbacks.begin_request = PetscBoxWebServer_Private; in PetscBoxStartWebServer_Private()
60 ctx = mg_start(&callbacks, NULL, options); in PetscBoxStartWebServer_Private()
/petsc/doc/developers/
H A Ddesign.md10 callbacks
H A Dcallbacks.md9 that is, that the SNES callbacks would be attached to the `SNES`
10 object and `TS` callbacks to the `TS` object. This is not the case.
11 Or possibly one might think the callbacks would be attached to the
202 If you provide callbacks to a solver *after* the `DM` associated with
/petsc/share/petsc/suppressions/
H A Dubsan12 # Monitor callbacks using typed contexts
/petsc/doc/changes/
H A D39.md122 - Added VecLock{Push|Pop} calls around user callbacks; use of
123 VecGetArray in user callbacks is now prohibited.
H A D322.md21 …`PetscCallMPIReturnMPI()`, and `PetscCheckReturnMPI()` to check for in PETSc provided MPI callbacks
H A D312.md202 (Instead a quadrature TS is used to handle the callbacks)
H A D320.md56 - Add `PetscLogLegacyCallbacksBegin()` to transition old log handler callbacks to the `PetscLogHand…
H A D321.md148 - Add support for custom predictor callbacks in the second-order generalized-alpha method using `TS…
H A D32.md218 TSSolve() to perform multiple steps with callbacks and monitors if
H A D318.md91 - Add `PetscCallBack()` for calling all PETSc callbacks (usually to user code) to replace the use o…
/petsc/doc/manual/
H A Dfe.md131 …default traversal strategy can be activated by attaching the `DM` and default callbacks to a solver
H A Dgetting_started.md1043 …or provide custom functionality in many situations. This is handled via callbacks, which the libra…
1078 See {any}`fig_taocallbacks` for a cartoon on callbacks in `Tao`.
H A Dtao.md423 Tao use of PETSc and callbacks
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DPC.pyx2469 """Set compute operator callbacks."""
2477 """Set compute operator callbacks."""
2485 """Set compute operator callbacks."""
2493 """Set compute operator callbacks."""
2501 """Set compute operator callbacks."""
/petsc/doc/faq/
H A Dindex.md826 ### How can I implement callbacks using C++ class methods?
833 All PETSc callbacks return `PetscErrorCode`.