Home
last modified time | relevance | path

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

/petsc/src/ts/interface/
H A Dtsregall.c59 PetscCall(TSRegister(TSDIRK, TSCreate_DIRK)); in TSRegisterAll()
/petsc/doc/changes/
H A D320.md195 - Add support for Diagonally Implicit Runge-Kutta methods with the new `TSDIRK` type
/petsc/src/ts/impls/arkimex/
H A Darkimex.c2071 PetscCall(PetscObjectTypeCompare((PetscObject)ts, TSDIRK, &dirk)); in TSSetFromOptions_ARKIMEX()
2120 PetscCall(PetscObjectTypeCompare((PetscObject)ts, TSDIRK, &dirk)); in TSView_ARKIMEX()
2382 PetscCall(PetscObjectTypeCompare((PetscObject)ts, TSDIRK, &dirk)); in TSCreate_ARKIMEX()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi19 PetscTSType TSDIRK
H A DTS.pyx22 DIRK = S_(TSDIRK)
/petsc/include/
H A Dpetscts.h57 #define TSDIRK "dirk" macro
/petsc/doc/manual/
H A Dts.md870 To use a fully implicit method like `TSTHETA`, `TSBDF` or `TSDIRK`, either
/petsc/src/ts/tutorials/
H A Dex30.c2199 PetscCall(PetscObjectTypeCompare((PetscObject)ts, TSDIRK, &dirk)); in PostStage()