Searched refs:TSGetType (Results 1 – 8 of 8) sorted by relevance
80 PetscErrorCode TSGetType(TS ts, TSType *type) in TSGetType() function
1951 PetscCall(TSGetType(ts, &type)); in TSView()5769 PetscCall(TSGetType(tsin, &type)); in TSClone()
51 PetscCall(TSGetType(ts, &type)); in TestExplicitTS()
155 PetscCall(TSGetType(ts, &type)); in main()
141 PetscErrorCode TSGetType(PetscTS, PetscTSType*)
369 petsc.TSGetType373 CHKERR(TSGetType(self.ts, &cval))
1207 PetscCall(TSGetType(ts, &time_scheme)); in SolveODE()
1005 PETSC_EXTERN PetscErrorCode TSGetType(TS, TSType *);