Searched refs:PCShellSetDestroy (Results 1 – 10 of 10) sorted by relevance
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex15.c | 175 PetscCall(PCShellSetDestroy(pc, SampleShellPCDestroy)); in main()
|
| H A D | ex60.c | 178 PetscCall(PCShellSetDestroy(pcnoise, PCDestroy_Noise)); in main()
|
| H A D | ex15f.F90 | 273 PetscCallA(PCShellSetDestroy(pc, SampleShellPCDestroy, ierr))
|
| /petsc/src/ksp/pc/impls/shell/ftn-custom/ |
| H A D | zshellpcf.c | 190 *ierr = PCShellSetDestroy(*pc, ourshelldestroy); in pcshellsetdestroy_()
|
| /petsc/src/ksp/pc/impls/shell/ |
| H A D | shellpc.c | 465 PetscErrorCode PCShellSetDestroy(PC pc, PetscErrorCode (*destroy)(PC pc)) in PCShellSetDestroy() function
|
| /petsc/include/ |
| H A D | petscpc.h | 189 PETSC_EXTERN PetscErrorCode PCShellSetDestroy(PC, PetscErrorCode (*)(PC));
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddc.c | 2487 PetscCall(PCShellSetDestroy(newpc, PCBDDCDestroyFETIDPPC)); in PCBDDCCreateFETIDPOperators_BDDC() 2558 PetscCall(PCShellSetDestroy(lagpc, PCBDDCDestroyFETIDPPC)); in PCBDDCCreateFETIDPOperators_BDDC() 2627 PetscCall(PCShellSetDestroy(ppc, PCDestroy_BDDCIPC)); in PCBDDCCreateFETIDPOperators_BDDC()
|
| H A D | bddcschurs.c | 1377 …if (sub_schurs->gdsw) PetscCall(PCShellSetDestroy(msolv_ctx->interior_solver, PCBDDCReuseSolvers_D… in PCBDDCSubSchursSetUp()
|
| /petsc/src/ksp/pc/impls/hpddm/ |
| H A D | pchpddm.cxx | 2512 PetscCall(PCShellSetDestroy(h->ksp->pc, PCDestroy_Schur)); in PCSetUp_HPDDM() 2785 PetscCall(PCShellSetDestroy(inner, PCDestroy_Nest)); in PCSetUp_HPDDM() 2922 PetscCall(PCShellSetDestroy(spc, PCDestroy_HPDDMShell)); in PCSetUp_HPDDM()
|
| /petsc/src/ksp/pc/impls/mg/ |
| H A D | mg.c | 333 PetscCall(PCShellSetDestroy(*cr, CRDestroy_Private)); in CreateCR_Private()
|