Home
last modified time | relevance | path

Searched refs:TSRKType (Results 1 – 5 of 5) sorted by relevance

/petsc/src/ts/impls/explicit/rk/
H A Drk.c16 static TSRKType TSRKDefault = TSRK3BS;
432 PetscErrorCode TSRKRegister(TSRKType name, PetscInt order, PetscInt s, const PetscReal A[], const P… in TSRKRegister()
1204 TSRKType rktype; in TSView_RK()
1271 PetscErrorCode TSRKSetType(TS ts, TSRKType rktype) in TSRKSetType()
1276 PetscTryMethod(ts, "TSRKSetType_C", (TS, TSRKType), (ts, rktype)); in TSRKSetType()
1295 PetscErrorCode TSRKGetType(TS ts, TSRKType *rktype) in TSRKGetType()
1299 PetscUseMethod(ts, "TSRKGetType_C", (TS, TSRKType *), (ts, rktype)); in TSRKGetType()
1312 static PetscErrorCode TSRKGetType_RK(TS ts, TSRKType *rktype) in TSRKGetType_RK()
1321 static PetscErrorCode TSRKSetType_RK(TS ts, TSRKType rktype) in TSRKSetType_RK()
/petsc/src/ts/tests/
H A Dex14.c102 static PetscErrorCode TestTSRK(TS ts, TSRKType type) in TestTSRK()
/petsc/include/
H A Dpetscts.h1274 typedef const char *TSRKType; typedef
1289 PETSC_EXTERN PetscErrorCode TSRKGetType(TS, TSRKType *);
1290 PETSC_EXTERN PetscErrorCode TSRKSetType(TS, TSRKType);
1294 PETSC_EXTERN PetscErrorCode TSRKRegister(TSRKType, PetscInt, PetscInt, const PetscReal[], const Pet…
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi285 ctypedef const char* PetscTSRKType "TSRKType"
H A DTS.pyx38 class TSRKType(object): class
150 RKType = TSRKType
3282 del TSRKType