#include "petscts.h" PetscErrorCode TSMonitorEnvelope(TS ts,PetscInt step,PetscReal ptime,Vec u,void *dctx)Collective on TS
ts | - the TS context | |
step | - current time-step | |
ptime | - current time | |
u | - current solution | |
dctx | - the envelope context |
Notes: after a solve you can use TSMonitorEnvelopeGetBounds() to access the envelope
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