Searched refs:TSSundialsLmmType (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ts/impls/implicit/sundials/ |
| H A D | sundials.c | 392 if (flag) PetscCall(TSSundialsSetType(ts, (TSSundialsLmmType)indx)); in TSSetFromOptions_Sundials() 482 static PetscErrorCode TSSundialsSetType_Sundials(TS ts, TSSundialsLmmType type) in TSSundialsSetType_Sundials() 627 PetscErrorCode TSSundialsSetType(TS ts, TSSundialsLmmType type) in TSSundialsSetType() 630 PetscTryMethod(ts, "TSSundialsSetType_C", (TS, TSSundialsLmmType), (ts, type)); in TSSundialsSetType()
|
| /petsc/include/ |
| H A D | petscts.h | 1522 } TSSundialsLmmType; typedef 1530 PETSC_EXTERN PetscErrorCode TSSundialsSetType(TS, TSSundialsLmmType);
|
| /petsc/doc/manual/ |
| H A D | ts.md | 1390 TSSundialsSetType(TS ts,TSSundialsLmmType [SUNDIALS_ADAMS,SUNDIALS_BDF]);
|