petsc-3.7.1 2016-05-15
TSAdjointMonitorCancel
Clears all the adjoint monitors that have been set on a time-step object.
Synopsis
#include "petscts.h"
PetscErrorCode TSAdjointMonitorCancel(TS ts)
Logically Collective on TS Many br
Input Parameters
ts -the TS context obtained from TSCreate() Many br
Notes
There is no way to remove a single, specific monitor. Many br
Many br
Keywords
TS, timestep, set, adjoint, monitor
See Also
TSAdjointMonitorSet()
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