Searched refs:TSSSPType (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ts/impls/explicit/ssp/ ! |
| H A D | ssp.c | 257 PetscErrorCode TSSSPSetType(TS ts, TSSSPType ssptype) in TSSSPSetType() 262 PetscTryMethod(ts, "TSSSPSetType_C", (TS, TSSSPType), (ts, ssptype)); in TSSSPSetType() 281 PetscErrorCode TSSSPGetType(TS ts, TSSSPType *type) in TSSSPGetType() 285 PetscUseMethod(ts, "TSSSPGetType_C", (TS, TSSSPType *), (ts, type)); in TSSSPGetType() 338 static PetscErrorCode TSSSPSetType_SSP(TS ts, TSSSPType type) in TSSSPSetType_SSP() 364 static PetscErrorCode TSSSPGetType_SSP(TS ts, TSSSPType *type) in TSSSPGetType_SSP()
|
| /petsc/include/ ! |
| H A D | petscts.h | 1090 typedef const char *TSSSPType; typedef 1095 PETSC_EXTERN PetscErrorCode TSSSPSetType(TS, TSSSPType); 1096 PETSC_EXTERN PetscErrorCode TSSSPGetType(TS, TSSSPType *);
|