Searched refs:PCShellSetView (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/ksp/pc/impls/shell/ftn-custom/ |
| H A D | zshellpcf.c | 214 *ierr = PCShellSetView(*pc, ourshellview); in pcshellsetview_()
|
| /petsc/src/ksp/pc/impls/shell/ |
| H A D | shellpc.c | 521 PetscErrorCode PCShellSetView(PC pc, PetscErrorCode (*view)(PC pc, PetscViewer v)) in PCShellSetView() function
|
| /petsc/include/ |
| H A D | petscpc.h | 188 PETSC_EXTERN PetscErrorCode PCShellSetView(PC, PetscErrorCode (*)(PC, PetscViewer));
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddc.c | 2486 PetscCall(PCShellSetView(newpc, FETIDPPCView)); in PCBDDCCreateFETIDPOperators_BDDC() 2557 PetscCall(PCShellSetView(lagpc, FETIDPPCView)); in PCBDDCCreateFETIDPOperators_BDDC() 2626 PetscCall(PCShellSetView(ppc, PCView_BDDCIPC)); in PCBDDCCreateFETIDPOperators_BDDC()
|
| H A D | bddcschurs.c | 1374 PetscCall(PCShellSetView(msolv_ctx->interior_solver, PCBDDCReuseSolvers_View)); in PCBDDCSubSchursSetUp() 1385 PetscCall(PCShellSetView(msolv_ctx->interior_solver, PCBDDCReuseSolvers_View)); in PCBDDCSubSchursSetUp()
|
| /petsc/src/ksp/pc/impls/hpddm/ |
| H A D | pchpddm.cxx | 2784 PetscCall(PCShellSetView(inner, PCView_Nest)); in PCSetUp_HPDDM()
|