| H A D | pcpython_protocol.py | 2 from petsc4py.PETSc import PC 12 def apply(self, pc: PC, b: Vec, x: Vec) -> None: argument 16 def applySymmetricLeft(self, pc: PC, b: Vec, x: Vec) -> None: argument 20 def applySymmetricRight(self, pc: PC, b: Vec, x: Vec) -> None: argument 24 def applyTranspose(self, pc: PC, b: Vec, x: Vec) -> None: argument 28 def applyMat(self, pc: PC, B: Mat, X: Mat) -> None: argument 32 def preSolve(self, pc: PC, ksp: KSP, b: Vec, x: Vec) -> None: argument 40 def postSolve(self, pc: PC, ksp: KSP, b: Vec, x: Vec) -> None: argument 47 def view(self, pc: PC, viewer: Viewer) -> None: argument 51 def setFromOptions(self, pc: PC) -> None: argument [all …]
|