#include "petscts.h" PetscErrorCode TSGLLESetAcceptType(TS ts,TSGLLEAcceptType type)Time integrators that need to control error must have the option to reject a time step based on local error estimates. This function allows different schemes to be set.
Logically Collective on TS
ts | - the TS context | |
type | - the type |
-ts_gl_accept_type <type> | - sets the method used to determine whether to accept or reject a step |