Home
last modified time | relevance | path

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

/petsc/src/ts/interface/
H A Dtsregall.c63 PetscCall(TSRegister(TSBDF, TSCreate_BDF)); in TSRegisterAll()
/petsc/src/ts/tests/
H A Dex15.c123 PetscCall(TSSetType(ts, TSBDF)); in main()
H A Dex21.c183 PetscCall(TSSetType(ts, TSBDF)); in main()
/petsc/doc/changes/
H A D37.md180 - Added TSBDF, an implementation of backward difference formulas
H A D38.md140 - Removed TSBDFUseAdapt(), using time step adaptivity in TSBDF is
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi23 PetscTSType TSBDF
H A DTS.pyx26 BDF = S_(TSBDF)
2490 Multistep methods like TSBDF or Runge-Kutta methods with
/petsc/include/
H A Dpetscts.h52 #define TSBDF "bdf" macro
/petsc/doc/manual/
H A Dts.md870 To use a fully implicit method like `TSTHETA`, `TSBDF` or `TSDIRK`, either