Home
last modified time | relevance | path

Searched refs:SNESPythonSetType (Results 1 – 5 of 5) sorted by relevance

/petsc/src/snes/impls/python/
H A Dpythonsnes.c19 PetscErrorCode SNESPythonSetType(SNES snes, const char pyname[]) in SNESPythonSetType() function
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsnes.pxi230 PetscErrorCode SNESPythonSetType(PetscSNES, char[])
H A DSNES.pyx2270 petsc.SNESPythonSetType
2275 CHKERR(SNESPythonSetType(self.snes, cval))
H A Dlibpetsc4py.pyx2173 " * SNESPythonSetType(snes, \"[package.]module.class\")\n"
2208 b"SNESPythonSetType", defval, name, sizeof(name), &found)); <void>opts
/petsc/include/
H A Dpetscsnes.h244 PETSC_EXTERN PetscErrorCode SNESPythonSetType(SNES, const char[]);