Home
last modified time | relevance | path

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

/petsc/src/ts/impls/implicit/glle/
H A Dglle.c5 static const char *TSGLLEErrorDirections[] = {"FORWARD", "BACKWARD", "TSGLLEErrorDirection", … variable
1135 …ection to look when estimating error", "TSGLLESetErrorDirection", TSGLLEErrorDirections, (PetscEnu… in TSSetFromOptions_GLLE()
1173 …PetscCall(PetscViewerASCIIPrintf(viewer, " Error estimation: %s\n", TSGLLEErrorDirections[gl->err… in TSView_GLLE()