Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/python/
H A Dpythonpc.c43 PetscErrorCode PCPythonGetType(PC pc, const char *pyname[]) in PCPythonGetType() function
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscpc.pxi363 PetscErrorCode PCPythonGetType(PetscPC, char*[])
H A DPC.pyx838 petsc_python_pc, setPythonContext, setPythonType, petsc.PCPythonGetType
842 CHKERR(PCPythonGetType(self.pc, &cval))
/petsc/include/
H A Dpetscpc.h337 PETSC_EXTERN PetscErrorCode PCPythonGetType(PC, const char *[]);