Home
last modified time | relevance | path

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

/petsc/src/ts/interface/
H A Dtsregall.c57 PetscCall(TSRegister(TSGLEE, TSCreate_GLEE)); in TSRegisterAll()
/petsc/src/ts/adapt/impls/glee/
H A Dadaptglee.c19 PetscCall(PetscObjectTypeCompare((PetscObject)ts, TSGLEE, &bGTEMethod)); in TSAdaptChoose_GLEE()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi16 PetscTSType TSGLEE
H A DTS.pyx19 GLEE = S_(TSGLEE)
/petsc/doc/manual/
H A Dts.md713 is the error. The working vector that `TSGLEE` uses is $Y$ =
742 forms are not explicitly specified in `TSGLEE`; rather, the specific
999 …e criteria. It can also control global errors if the integrator (e.g., ``TSGLEE``) provides this i…
/petsc/src/ts/tutorials/
H A Dex31.c1209 … (!strcmp(time_scheme, TSRK)) || (!strcmp(time_scheme, TSSSP) || (!strcmp(time_scheme, TSGLEE)))) { in SolveODE()
/petsc/include/
H A Dpetscts.h46 #define TSGLEE "glee" macro