Searched refs:TSRKSetType (Results 1 – 6 of 6) sorted by relevance
111 PetscCall(TSRKSetType(ts, type)); in TestTSRK()
1185 if (flg) PetscCall(TSRKSetType(ts, namelist[choice])); in TSSetFromOptions_RK()1271 PetscErrorCode TSRKSetType(TS ts, TSRKType rktype) in TSRKSetType() function1514 PetscCall(TSRKSetType(ts, TSRKDefault)); in TSCreate_RK()
194 PetscCall(TSRKSetType(ts, TSRK2A)); in createTS_NRL()
300 PetscErrorCode TSRKSetType(PetscTS, PetscTSRKType)
297 petsc.TSRKSetType302 CHKERR(TSRKSetType(self.ts, cval))
1290 PETSC_EXTERN PetscErrorCode TSRKSetType(TS, TSRKType);