#include "petscts.h" PetscErrorCode TSSetEventTolerances(TS ts,PetscReal tol,PetscReal vtol[])Logically Collective
ts | - time integration context | |
tol | - scalar tolerance, PETSC_DECIDE to leave current value | |
vtol | - array of tolerances or NULL, used in preference to tol if present |
The size of vtol is equal to the number of events.