#include "petscts.h" PetscErrorCode TSMonitorLGSolution(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 TSMonitorLGCtx object that contains all the options for the monitoring, this is created with TSMonitorLGCtxCreate() |
| -ts_monitor_lg_solution_variables | - enable monitor of lg solution variables |