Searched defs:irktype (Results 1 – 2 of 2) sorted by relevance
637 TSIRKType irktype; in TSView_IRK() local683 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()
93 char irktype[256] = IRKGAUSS; in main() local