Home
last modified time | relevance | path

Searched refs:TSIRKType (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ts/impls/implicit/irk/
H A Dirk.c14 static TSIRKType TSIRKDefault = TSIRKGAUSS;
637 TSIRKType irktype; in TSView_IRK()
683 PetscErrorCode TSIRKSetType(TS ts, TSIRKType irktype) in TSIRKSetType()
688 PetscTryMethod(ts, "TSIRKSetType_C", (TS, TSIRKType), (ts, irktype)); in TSIRKSetType()
707 PetscErrorCode TSIRKGetType(TS ts, TSIRKType *irktype) in TSIRKGetType()
711 PetscUseMethod(ts, "TSIRKGetType_C", (TS, TSIRKType *), (ts, irktype)); in TSIRKGetType()
761 static PetscErrorCode TSIRKGetType_IRK(TS ts, TSIRKType *irktype) in TSIRKGetType_IRK()
770 static PetscErrorCode TSIRKSetType_IRK(TS ts, TSIRKType irktype) in TSIRKSetType_IRK()
/petsc/include/
H A Dpetscts.h1328 typedef const char *TSIRKType; typedef
1331 PETSC_EXTERN PetscErrorCode TSIRKGetType(TS, TSIRKType *);
1332 PETSC_EXTERN PetscErrorCode TSIRKSetType(TS, TSIRKType);