Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/python/
H A Dpythonpc.c19 PetscErrorCode PCPythonSetType(PC pc, const char pyname[]) in PCPythonSetType() function
/petsc/src/ksp/ksp/tutorials/
H A Dex100.c35 PetscCall(PCPythonSetType(pc, "example100.py:Jacobi")); in RunTest()
H A Dex100f.F9046 PetscCallA(PCPythonSetType(pc, 'example100.py:Jacobi', ierr))
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscpc.pxi362 PetscErrorCode PCPythonSetType(PetscPC, char[])
H A DPC.pyx824 petsc_python_pc, setPythonContext, getPythonType, petsc.PCPythonSetType
829 CHKERR(PCPythonSetType(self.pc, cval))
H A Dlibpetsc4py.pyx1535 " * PCPythonSetType(pc, \"[package.]module.class\")\n"
1580 b"PCPythonSetType", defval, name, sizeof(name), &found)); <void>opts
/petsc/include/
H A Dpetscpc.h336 PETSC_EXTERN PetscErrorCode PCPythonSetType(PC, const char[]);