TSMonitorLGCtxNetworkSolution#
Monitors progress of the TS solvers for a DMNETWORK solution with one window for each vertex and each edge
Synopsis#
#include "petscdmplex.h" 
PetscErrorCode TSMonitorLGCtxNetworkSolution(TS ts, PetscInt step, PetscReal ptime, Vec u, void *dctx)
Collective
Input Parameters#
- ts - the - TScontext
- step - current time-step 
- ptime - current time 
- u - current solution 
- dctx - the - TSMonitorLGCtxNetworkobject that contains all the options for the monitoring, this is created with- TSMonitorLGCtxCreateNetwork()
Options Database Key#
- -ts_monitor_lg_solution_variables - monitor solution variables 
Note#
Each process in a parallel run displays its component solutions in a separate graphics window
See Also#
TS: Scalable ODE and DAE Solvers, TS, TSMonitorLGCtxNetworkDestroy()
Level#
intermediate
Location#
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages