Home
last modified time | relevance | path

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

/petsc/src/ts/interface/
H A Dtsregall.c51 PetscCall(TSRegister(TSSUNDIALS, TSCreate_Sundials)); in TSRegisterAll()
H A Dts.c2017 PetscCall(PetscObjectTypeCompare((PetscObject)ts, TSSUNDIALS, &issundials)); in TSView()
/petsc/doc/miscellaneous/
H A Dacknowledgements.md33 - Liyang Xu, the interface to PVODE (now Sundials/CVODE) `TSSUNDIALS`.
/petsc/src/ts/tests/
H A Dex3.c156 PetscCall(PetscObjectTypeCompare((PetscObject)ts, TSSUNDIALS, &sundialstype)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi9 PetscTSType TSSUNDIALS
H A DTS.pyx12 SUNDIALS = S_(TSSUNDIALS)
/petsc/include/
H A Dpetscts.h39 #define TSSUNDIALS "sundials" macro
/petsc/doc/manual/
H A Dts.md1381 TSSetType(TS ts,TSType TSSUNDIALS);