Home
last modified time | relevance | path

Searched refs:PCShellSetDestroy (Results 1 – 10 of 10) sorted by relevance

/petsc/src/ksp/ksp/tutorials/
H A Dex15.c175 PetscCall(PCShellSetDestroy(pc, SampleShellPCDestroy)); in main()
H A Dex60.c178 PetscCall(PCShellSetDestroy(pcnoise, PCDestroy_Noise)); in main()
H A Dex15f.F90273 PetscCallA(PCShellSetDestroy(pc, SampleShellPCDestroy, ierr))
/petsc/src/ksp/pc/impls/shell/ftn-custom/
H A Dzshellpcf.c190 *ierr = PCShellSetDestroy(*pc, ourshelldestroy); in pcshellsetdestroy_()
/petsc/src/ksp/pc/impls/shell/
H A Dshellpc.c465 PetscErrorCode PCShellSetDestroy(PC pc, PetscErrorCode (*destroy)(PC pc)) in PCShellSetDestroy() function
/petsc/include/
H A Dpetscpc.h189 PETSC_EXTERN PetscErrorCode PCShellSetDestroy(PC, PetscErrorCode (*)(PC));
/petsc/src/ksp/pc/impls/bddc/
H A Dbddc.c2487 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 Dbddcschurs.c1377 …if (sub_schurs->gdsw) PetscCall(PCShellSetDestroy(msolv_ctx->interior_solver, PCBDDCReuseSolvers_D… in PCBDDCSubSchursSetUp()
/petsc/src/ksp/pc/impls/hpddm/
H A Dpchpddm.cxx2512 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 Dmg.c333 PetscCall(PCShellSetDestroy(*cr, CRDestroy_Private)); in CreateCR_Private()