Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi145 PetscErrorCode TSGetOptionsPrefix(PetscTS, char*[])
H A DTS.pyx533 petsc.TSGetOptionsPrefix
537 CHKERR(TSGetOptionsPrefix(self.ts, &cval))
/petsc/include/
H A Dpetscts.h264 PETSC_EXTERN PetscErrorCode TSGetOptionsPrefix(TS, const char *[]);
/petsc/src/ts/interface/
H A Dts.c4397 PetscErrorCode TSGetOptionsPrefix(TS ts, const char *prefix[]) in TSGetOptionsPrefix() function