Home
last modified time | relevance | path

Searched refs:match2 (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
1143 PetscCall(PetscStrcmp(completef, "rescale-and-modify", &match2)); in TSSetFromOptions_GLLE()
1145 else if (match2) gl->CompleteStep = TSGLLECompleteStep_RescaleAndModify; in TSSetFromOptions_GLLE()