Searched refs:ourdestroy (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/sys/objects/ftn-custom/ |
| H A D | zinheritf.c | 30 static PetscErrorCode ourdestroy(PetscObject obj, PetscCtx ctx) in ourdestroy() function 53 *ierr = PetscObjectAddOptionsHandler(*obj, ourhandler, ourdestroy, NULL); in petscobjectaddoptionshandler_()
|
| /petsc/src/ksp/ksp/interface/ftn-custom/ |
| H A D | zitfuncf.c | 71 static PetscErrorCode ourdestroy(PetscCtxRt ctx) in ourdestroy() function 111 *ierr = KSPMonitorSet(*ksp, ourmonitor, *ksp, ourdestroy); in kspmonitorset_()
|
| /petsc/src/mat/impls/shell/ftn-custom/ |
| H A D | zshellf.c | 139 static PetscErrorCode ourdestroy(Mat mat) in ourdestroy() function 270 … = MatShellSetOperation(*mat, *op, (PetscErrorCodeFn *)ourdestroy); in matshellsetoperation_()
|
| /petsc/src/snes/interface/ftn-custom/ |
| H A D | zsnesf.c | 171 static PetscErrorCode ourdestroy(PetscCtxRt ctx) in ourdestroy() function 352 *ierr = SNESSetConvergenceTest(*snes, oursnestest, *snes, ourdestroy); in snessetconvergencetest_()
|