TSMonitorLGDMDARay#
Monitors the solution of a DMDA-based TS by plotting values along a ray in a line graph
Synopsis#
#include "petscdmda.h"
#include "petscts.h"
PetscErrorCode TSMonitorLGDMDARay(TS ts, PetscInt step, PetscReal ptime, Vec u, PetscCtx ctx)
Collective
Input Parameters#
ts - the
TScontextstep - the current time-step number
ptime - the current time
u - the current solution
ctx - the
TSMonitorDMDARayCtxcontext, which contains the ray scatter and an embeddedTSMonitorLGCtx
Note#
This is not called directly by users; pass this function to TSMonitorSet() together with the context and TSMonitorDMDARayDestroy().
See Also#
TS: Scalable ODE and DAE Solvers, TS, DMDA, TSMonitorSet(), TSMonitorDMDARay(), TSMonitorDMDARayDestroy()
Level#
developer
Location#
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages