petsc-3.6.1 2015-08-06
TSMonitorEnvelopeGetBounds
Gets the bounds for the components of the solution
Synopsis
#include "petscts.h"
PetscErrorCode TSMonitorEnvelopeGetBounds(TS ts,Vec *max,Vec *min)
Collective on TS
Input Parameter
ts -the TS context
Output Parameter
| max | - the maximum values
|
| min | - the minimum values
|
Keywords
TS, vector, monitor, view
See Also
TSMonitorSet(), TSMonitorDefault(), VecView(), TSMonitorLGSetDisplayVariables()
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
Examples
src/ts/examples/tutorials/extchem.c.html