Home
last modified time | relevance | path

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

/petsc/src/ts/impls/implicit/glle/
H A Dglle.c1123 char tname[256] = TSGLLE_IRKS, completef[256] = "rescale-and-modify"; in TSSetFromOptions_GLLE() local
1139 …plete", "Method to use for completing the step", "none", completef, completef, sizeof(completef), … in TSSetFromOptions_GLLE()
1142 PetscCall(PetscStrcmp(completef, "rescale", &match1)); in TSSetFromOptions_GLLE()
1143 PetscCall(PetscStrcmp(completef, "rescale-and-modify", &match2)); in TSSetFromOptions_GLLE()
1146 else SETERRQ(PetscObjectComm((PetscObject)ts), PETSC_ERR_ARG_UNKNOWN_TYPE, "%s", completef); in TSSetFromOptions_GLLE()