petsc-3.7.5 2017-01-01
Report Typos and Errors

TSMonitorCancel

Clears all the monitors that have been set on a time-step object.

Synopsis

#include "petscts.h"  
PetscErrorCode  TSMonitorCancel(TS ts)
Logically Collective on TS

Input Parameters

ts -the TS context obtained from TSCreate()

Notes

There is no way to remove a single, specific monitor.

Keywords

TS, timestep, set, monitor

See Also

TSMonitorDefault(), TSMonitorSet()

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