Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/shell/
H A Dshellpc.c26 } PC_Shell; typedef
61 else *(void **)ctx = ((PC_Shell *)pc->data)->ctx; in PCShellGetContext()
89 PC_Shell *shell = (PC_Shell *)pc->data; in PCShellSetContext()
101 PC_Shell *shell = (PC_Shell *)pc->data; in PCSetUp_Shell()
111 PC_Shell *shell = (PC_Shell *)pc->data; in PCApply_Shell()
126 PC_Shell *shell = (PC_Shell *)pc->data; in PCMatApply_Shell()
141 PC_Shell *shell = (PC_Shell *)pc->data; in PCApplySymmetricLeft_Shell()
151 PC_Shell *shell = (PC_Shell *)pc->data; in PCApplySymmetricRight_Shell()
161 PC_Shell *shell = (PC_Shell *)pc->data; in PCApplyBA_Shell()
183 PC_Shell *shell = (PC_Shell *)pc->data; in PCPreSolve_Shell()
[all …]