Home
last modified time | relevance | path

Searched refs:ourdestroy (Results 1 – 4 of 4) sorted by relevance

/petsc/src/sys/objects/ftn-custom/
H A Dzinheritf.c30 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 Dzitfuncf.c71 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 Dzshellf.c139 static PetscErrorCode ourdestroy(Mat mat) in ourdestroy() function
270 … = MatShellSetOperation(*mat, *op, (PetscErrorCodeFn *)ourdestroy); in matshellsetoperation_()
/petsc/src/snes/interface/ftn-custom/
H A Dzsnesf.c171 static PetscErrorCode ourdestroy(PetscCtxRt ctx) in ourdestroy() function
352 *ierr = SNESSetConvergenceTest(*snes, oursnestest, *snes, ourdestroy); in snessetconvergencetest_()