Home
last modified time | relevance | path

Searched refs:attach (Results 1 – 14 of 14) sorted by relevance

/petsc/doc/changes/
H A D2016.md22 - You can now attach several SNES monitoring routines with
35 - You can now attach several KSP monitoring routines with
H A D2022.md44 These allow the user to attach objects and functions to any PETSc
/petsc/systems/Apple/OSX/bin/
H A Dmakedmg31 device=`hdiutil attach -readwrite -noverify -noautoopen "pack.temp.dmg" | head -1 | cut -f1`
/petsc/systems/Apple/iOS/bin/
H A Dmakedmg36 device=`hdiutil attach -readwrite -noverify -noautoopen "pack.temp.dmg" | head -1 | cut -f1`
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_patch.py192 def attach(self, cursor_id_errors: WeakListRef) -> None: member in Patch
H A D_linter.py86 patch.attach(weakref.ref(cursor_id_file_local))
/petsc/src/ksp/ksp/tutorials/output/
H A Dex2_help.out27 -debugger_pause [m] : delay (in seconds) to attach debugger
28 -stop_for_debugger : prints message on how to attach debugger manually
29 waits the delay for you to attach
/petsc/doc/developers/
H A Dcallbacks.md169 attach to the `DM` object two functions that are automatically called
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/
H A DREADME.rst8 configured for that cursor. If it does, it will call the handler (which may attach some
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DSF.pyx166 targets for other process to attach leaves).
202 targets for other process to attach leaves).
H A DDMSwarm.pyx591 The `DM` to attach to the `DMSwarm`.
H A DKSP.pyx639 The user context is a way for users to attach any information
/petsc/lib/petsc/bin/maint/abi-compliance-checker/
H A DLICENSE468 To apply these terms, attach the following notices to the library. It is
469 safest to attach them to the start of each source file to most effectively
/petsc/doc/manual/
H A Ddmplex.md432 Here, we create the wrapping `DM`, `sdm`, with `DMClone()`, give it a *dm name*, "dmA", attach `s` …
442 In the above, instead of using `DMClone()`, one could also create a new `DMSHELL` object to attach