TSGetNumEvents#
Get the number of events defined on the given MPI process
Synopsis#
#include "petscts.h" 
PetscErrorCode TSGetNumEvents(TS ts, PetscInt *nevents)
Logically Collective
Input Parameter#
- ts - the - TScontext
Output Parameter#
- nevents - the number of local events on each MPI process 
See Also#
TS: Scalable ODE and DAE Solvers, TSEvent, TSSetEventHandler()
Level#
intermediate
Location#
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages