Home
last modified time | relevance | path

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

/petsc/src/ts/interface/
H A Dts.c97 TSIFunctionFn *ifun; in TSSetFromOptions() local
105 PetscCall(TSGetIFunction(ts, NULL, &ifun, NULL)); in TSSetFromOptions()
109 else defaultType = ifun ? TSBEULER : TSEULER; in TSSetFromOptions()
2489 TSIFunctionFn *ifun; in TSSetUp() local
2499 PetscCall(TSGetIFunction(ts, NULL, &ifun, NULL)); in TSSetUp()
2500 PetscCall(TSSetType(ts, ifun ? TSBEULER : TSEULER)); in TSSetUp()