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 TS context

  • step - the current time-step number

  • ptime - the current time

  • u - the current solution

  • ctx - the TSMonitorDMDARayCtx context, which contains the ray scatter and an embedded TSMonitorLGCtx

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#

src/ts/utils/dmdats.c


Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages