Searched refs:TSGLEE (Results 1 – 7 of 7) sorted by relevance
57 PetscCall(TSRegister(TSGLEE, TSCreate_GLEE)); in TSRegisterAll()
19 PetscCall(PetscObjectTypeCompare((PetscObject)ts, TSGLEE, &bGTEMethod)); in TSAdaptChoose_GLEE()
16 PetscTSType TSGLEE
19 GLEE = S_(TSGLEE)
713 is the error. The working vector that `TSGLEE` uses is $Y$ =742 forms are not explicitly specified in `TSGLEE`; rather, the specific999 …e criteria. It can also control global errors if the integrator (e.g., ``TSGLEE``) provides this i…
1209 … (!strcmp(time_scheme, TSRK)) || (!strcmp(time_scheme, TSSSP) || (!strcmp(time_scheme, TSGLEE)))) { in SolveODE()
46 #define TSGLEE "glee" macro