Home
last modified time | relevance | path

Searched refs:TSGetType (Results 1 – 8 of 8) sorted by relevance

/petsc/src/ts/interface/ !
H A Dtsreg.c80 PetscErrorCode TSGetType(TS ts, TSType *type) in TSGetType() function
H A Dts.c1951 PetscCall(TSGetType(ts, &type)); in TSView()
5769 PetscCall(TSGetType(tsin, &type)); in TSClone()
/petsc/src/ts/tests/ !
H A Dex14.c51 PetscCall(TSGetType(ts, &type)); in TestExplicitTS()
H A Dex3.c155 PetscCall(TSGetType(ts, &type)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/ !
H A Dpetscts.pxi141 PetscErrorCode TSGetType(PetscTS, PetscTSType*)
H A DTS.pyx369 petsc.TSGetType
373 CHKERR(TSGetType(self.ts, &cval))
/petsc/src/ts/tutorials/ !
H A Dex31.c1207 PetscCall(TSGetType(ts, &time_scheme)); in SolveODE()
/petsc/include/ !
H A Dpetscts.h1005 PETSC_EXTERN PetscErrorCode TSGetType(TS, TSType *);