petsc-3.7.1 2016-05-15
TSSetErrorIfStepFails
Error if no step succeeds
Synopsis
#include "petscts.h"
PetscErrorCode TSSetErrorIfStepFails(TS ts,PetscBool err)
Not Collective Many br
Input Parameter
| ts | - TS context Many br |
| err | - PETSC_TRUE to error if no step succeeds, PETSC_FALSE to return without failure Many br |
Options Database Key
. -ts_error_if_step_fails - Error if no step succeeds Many br
Many br
Keywords
TS, set, error
See Also
TSGetSNESIterations(), TSGetKSPIterations(), TSSetMaxStepRejections(), TSGetStepRejections(), TSGetSNESFailures(), TSSetErrorIfStepFails(), TSGetConvergedReason()
Level:intermediate
Location:src/ts/interface/ts.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages