Home
last modified time | relevance | path

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

/petsc/src/ts/impls/python/
H A Dpythonts.c19 PetscErrorCode TSPythonSetType(TS ts, const char pyname[]) in TSPythonSetType() function
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi343 PetscErrorCode TSPythonSetType(PetscTS, char[])
H A DTS.pyx2981 petsc_python_ts, setPythonContext, getPythonType, petsc.TSPythonSetType
2986 CHKERR(TSPythonSetType(self.ts, cval))
H A Dlibpetsc4py.pyx2510 " * TSPythonSetType(ts, \"[package.]module.class\")\n"
2547 b"TSPythonSetType", defval, name, sizeof(name), &found)); <void>opts
/petsc/include/
H A Dpetscts.h818 PETSC_EXTERN PetscErrorCode TSPythonSetType(TS, const char[]);