Home
last modified time | relevance | path

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

/petsc/src/snes/impls/python/
H A Dpythonsnes.c43 PetscErrorCode SNESPythonGetType(SNES snes, const char *pyname[]) in SNESPythonGetType() function
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsnes.pxi231 PetscErrorCode SNESPythonGetType(PetscSNES, char*[])
H A DSNES.pyx2285 petsc.SNESPythonGetType
2289 CHKERR(SNESPythonGetType(self.snes, &cval))
/petsc/include/
H A Dpetscsnes.h245 PETSC_EXTERN PetscErrorCode SNESPythonGetType(SNES, const char *[]);