:orphan: # TSMonitorEnvelopeCtxCreate Creates a context for use with `TSMonitorEnvelope()` ## Synopsis ``` #include "petscts.h" PetscErrorCode TSMonitorEnvelopeCtxCreate(TS ts, TSMonitorEnvelopeCtx *ctx) ``` Collective ## Input Parameter - ***ts -*** the `TS` solver object ## Output Parameter - ***ctx -*** the context ## See Also [](ch_ts), `TS`, `TSMonitorLGTimeStep()`, `TSMonitorSet()`, `TSMonitorLGSolution()`, `TSMonitorLGError()` ## Level intermediate ## Location src/ts/interface/tsmon.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ts/interface/tsmon.c) [Index of all TS routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)