Home
last modified time | relevance | path

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

/petsc/src/ts/impls/implicit/sundials/
H A Dsundials.c392 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 Dpetscts.h1522 } TSSundialsLmmType; typedef
1530 PETSC_EXTERN PetscErrorCode TSSundialsSetType(TS, TSSundialsLmmType);
/petsc/doc/manual/
H A Dts.md1390 TSSundialsSetType(TS ts,TSSundialsLmmType [SUNDIALS_ADAMS,SUNDIALS_BDF]);