Home
last modified time | relevance | path

Searched refs:TSGLLE (Results 1 – 7 of 7) sorted by relevance

/petsc/src/ts/interface/
H A Dtsregall.c45 PetscCall(TSRegister(TSGLLE, TSCreate_GLLE)); in TSRegisterAll()
/petsc/doc/changes/
H A D38.md127 - Changed TSGL to TSGLLE.
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi15 PetscTSType TSGLLE
H A DTS.pyx18 GLLE = S_(TSGLLE)
/petsc/doc/manual/
H A Dgetting_started.md926 TSSetType(ts, TSGLLE);
931 TSSetType(ts, TSGLLE);
H A Dts.md216 …, `TSRK` (Runge-Kutta), `TSBEULER`, `TSCN` (Crank-Nicolson), `TSTHETA`, `TSGLLE` (generalized line…
/petsc/include/
H A Dpetscts.h45 #define TSGLLE "glle" macro