Home
last modified time | relevance | path

Searched refs:TSRKSetType (Results 1 – 6 of 6) sorted by relevance

/petsc/src/ts/tests/
H A Dex14.c111 PetscCall(TSRKSetType(ts, type)); in TestTSRK()
/petsc/src/ts/impls/explicit/rk/
H A Drk.c1185 if (flg) PetscCall(TSRKSetType(ts, namelist[choice])); in TSSetFromOptions_RK()
1271 PetscErrorCode TSRKSetType(TS ts, TSRKType rktype) in TSRKSetType() function
1514 PetscCall(TSRKSetType(ts, TSRKDefault)); in TSCreate_RK()
/petsc/src/ts/utils/dmplexlandau/tutorials/
H A Dex1.c194 PetscCall(TSRKSetType(ts, TSRK2A)); in createTS_NRL()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi300 PetscErrorCode TSRKSetType(PetscTS, PetscTSRKType)
H A DTS.pyx297 petsc.TSRKSetType
302 CHKERR(TSRKSetType(self.ts, cval))
/petsc/include/
H A Dpetscts.h1290 PETSC_EXTERN PetscErrorCode TSRKSetType(TS, TSRKType);