Searched refs:callbacks (Results 1 – 16 of 16) sorted by relevance
34 struct mg_callbacks callbacks; in PetscBoxStartWebServer_Private() local58 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()
10 callbacks
9 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 the202 If you provide callbacks to a solver *after* the `DM` associated with
12 # Monitor callbacks using typed contexts
122 - Added VecLock{Push|Pop} calls around user callbacks; use of123 VecGetArray in user callbacks is now prohibited.
21 …`PetscCallMPIReturnMPI()`, and `PetscCheckReturnMPI()` to check for in PETSc provided MPI callbacks
202 (Instead a quadrature TS is used to handle the callbacks)
56 - Add `PetscLogLegacyCallbacksBegin()` to transition old log handler callbacks to the `PetscLogHand…
148 - Add support for custom predictor callbacks in the second-order generalized-alpha method using `TS…
218 TSSolve() to perform multiple steps with callbacks and monitors if
91 - Add `PetscCallBack()` for calling all PETSc callbacks (usually to user code) to replace the use o…
131 …default traversal strategy can be activated by attaching the `DM` and default callbacks to a solver
1043 …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`.
423 Tao use of PETSc and callbacks
2469 """Set compute operator callbacks."""2477 """Set compute operator callbacks."""2485 """Set compute operator callbacks."""2493 """Set compute operator callbacks."""2501 """Set compute operator callbacks."""
826 ### How can I implement callbacks using C++ class methods?833 All PETSc callbacks return `PetscErrorCode`.