Searched refs:PCPythonSetType (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/ksp/pc/impls/python/ |
| H A D | pythonpc.c | 19 PetscErrorCode PCPythonSetType(PC pc, const char pyname[]) in PCPythonSetType() function
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex100.c | 35 PetscCall(PCPythonSetType(pc, "example100.py:Jacobi")); in RunTest()
|
| H A D | ex100f.F90 | 46 PetscCallA(PCPythonSetType(pc, 'example100.py:Jacobi', ierr))
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscpc.pxi | 362 PetscErrorCode PCPythonSetType(PetscPC, char[])
|
| H A D | PC.pyx | 824 petsc_python_pc, setPythonContext, getPythonType, petsc.PCPythonSetType 829 CHKERR(PCPythonSetType(self.pc, cval))
|
| H A D | libpetsc4py.pyx | 1535 " * PCPythonSetType(pc, \"[package.]module.class\")\n" 1580 b"PCPythonSetType", defval, name, sizeof(name), &found)); <void>opts
|
| /petsc/include/ |
| H A D | petscpc.h | 336 PETSC_EXTERN PetscErrorCode PCPythonSetType(PC, const char[]);
|