Searched refs:ifun (Results 1 – 1 of 1) sorted by relevance
97 TSIFunctionFn *ifun; in TSSetFromOptions() local105 PetscCall(TSGetIFunction(ts, NULL, &ifun, NULL)); in TSSetFromOptions()109 else defaultType = ifun ? TSBEULER : TSEULER; in TSSetFromOptions()2489 TSIFunctionFn *ifun; in TSSetUp() local2499 PetscCall(TSGetIFunction(ts, NULL, &ifun, NULL)); in TSSetUp()2500 PetscCall(TSSetType(ts, ifun ? TSBEULER : TSEULER)); in TSSetUp()