petsc-3.7.1 2016-05-15
TSMonitorLGSolution
Monitors progress of the TS solvers by plotting each component of the solution vector in a time based line graph
Synopsis
#include "petscts.h"
PetscErrorCode TSMonitorLGSolution(TS ts,PetscInt step,PetscReal ptime,Vec u,void *dctx)
Collective on TS Many br
Input Parameters
| ts | - the TS context Many br |
| step | - current time-step Many br |
| ptime | - current time Many br |
| u | - current solution Many br |
| dctx | - the TSMonitorLGCtx object that contains all the options for the monitoring, this is created with TSMonitorLGCtxCreate() Many br |
Options Database
-ts_monitor_lg_solution_variables - Many br Many br
Notes: Each process in a parallel run displays its component solutions in a separate window Many br
Keywords
TS, vector, monitor, view
See Also
TSMonitorSet(), TSMonitorDefault(), VecView(), TSMonitorLGCtxCreate(), TSMonitorLGCtxSetVariableNames(), TSMonitorLGCtxGetVariableNames(),
TSMonitorLGSetVariableNames(), TSMonitorLGGetVariableNames(), TSMonitorLGSetDisplayVariables(), TSMonitorLGCtxSetDisplayVariables(), Many brTSMonitorLGCtxSetTransform(), TSMonitorLGSetTransform(), TSMonitorLGError(), TSMonitorLGSNESIterations(), TSMonitorLGKSPIterations(), Many brTSMonitorEnvelopeCtxCreate(), TSMonitorEnvelopeGetBounds(), TSMonitorEnvelopeCtxDestroy(), TSMonitorEnvelop() Many br
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