Searched refs:TSRKGetType (Results 1 – 5 of 5) sorted by relevance
112 PetscCall(TSRKGetType(ts, &type)); in TestTSRK()
1210 PetscCall(TSRKGetType(ts, &rktype)); in TSView_RK()1295 PetscErrorCode TSRKGetType(TS ts, TSRKType *rktype) in TSRKGetType() function
299 PetscErrorCode TSRKGetType(PetscTS, PetscTSRKType*)
383 petsc.TSRKGetType387 CHKERR(TSRKGetType(self.ts, &cval))
1289 PETSC_EXTERN PetscErrorCode TSRKGetType(TS, TSRKType *);