Home
last modified time | relevance | path

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

/petsc/src/ts/adapt/impls/glee/
H A Dadaptglee.c14 PetscBool bGTEMethod; in TSAdaptChoose_GLEE() local
19 PetscCall(PetscObjectTypeCompare((PetscObject)ts, TSGLEE, &bGTEMethod)); in TSAdaptChoose_GLEE()
22 if (bGTEMethod) { /* the method is of GLEE type */ in TSAdaptChoose_GLEE()
74 if (bGTEMethod) { in TSAdaptChoose_GLEE()