Home
last modified time | relevance | path

Searched defs:irktype (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ts/impls/implicit/irk/
H A Dirk.c637 TSIRKType irktype; in TSView_IRK() local
683 PetscErrorCode TSIRKSetType(TS ts, TSIRKType irktype) in TSIRKSetType()
707 PetscErrorCode TSIRKGetType(TS ts, TSIRKType *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/src/ksp/ksp/tutorials/
H A Dex74.c93 char irktype[256] = IRKGAUSS; in main() local