Home
last modified time | relevance | path

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

/petsc/src/ts/impls/implicit/glle/
H A Dglle.c1141 PetscBool match1, match2; in TSSetFromOptions_GLLE() local
1142 PetscCall(PetscStrcmp(completef, "rescale", &match1)); in TSSetFromOptions_GLLE()
1144 if (match1) gl->CompleteStep = TSGLLECompleteStep_Rescale; in TSSetFromOptions_GLLE()