Searched refs:TSMPRKType (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ts/impls/multirate/ |
| H A D | mprk.c | 23 static TSMPRKType TSMPRKDefault = TSMPRK2A22; 464 PetscErrorCode TSMPRKRegister(TSMPRKType name, PetscInt order, PetscInt sbase, PetscInt ratio1, Pet… in TSMPRKRegister() 1088 TSMPRKType mprktype; in TSView_MPRK() 1158 PetscErrorCode TSMPRKSetType(TS ts, TSMPRKType mprktype) in TSMPRKSetType() 1163 PetscTryMethod(ts, "TSMPRKSetType_C", (TS, TSMPRKType), (ts, mprktype)); in TSMPRKSetType() 1182 PetscErrorCode TSMPRKGetType(TS ts, TSMPRKType *mprktype) in TSMPRKGetType() 1186 PetscUseMethod(ts, "TSMPRKGetType_C", (TS, TSMPRKType *), (ts, mprktype)); in TSMPRKGetType() 1190 static PetscErrorCode TSMPRKGetType_MPRK(TS ts, TSMPRKType *mprktype) in TSMPRKGetType_MPRK() 1199 static PetscErrorCode TSMPRKSetType_MPRK(TS ts, TSMPRKType mprktype) in TSMPRKSetType_MPRK()
|
| /petsc/include/ |
| H A D | petscts.h | 1306 typedef const char *TSMPRKType; typedef 1314 PETSC_EXTERN PetscErrorCode TSMPRKGetType(TS, TSMPRKType *); 1315 PETSC_EXTERN PetscErrorCode TSMPRKSetType(TS, TSMPRKType); 1316 PETSC_EXTERN PetscErrorCode TSMPRKRegister(TSMPRKType, PetscInt, PetscInt, PetscInt, PetscInt, cons…
|