petsc-3.13.6 2020-09-29
Report Typos and Errors

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

Notes

If the TS does not have a TSMonitorEnvelopeCtx associated with it then this function is ignored

See Also

TSMonitorSet(), TSMonitorDefault(), VecView(), TSMonitorLGSetDisplayVariables()

Level

intermediate

Location

src/ts/interface/ts.c

Examples

src/ts/tutorials/extchem.c.html

Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages