GTSSolutionMonitor
Monitors solution at each GTS iteration.
Synopsis
#include "petscts.h"
#include "gsolver.h"
int GTSSolutionMonitor(GTS ts, int step, PetscReal ltime, GVec sol, void *ctx)
Collective on GTS
Input Parameters
ts -The integrator context
step -The current time step
ltime -The current time
sol -The current solution vector
ctx -The viewer
Keywords
grid ts, monitor, solution
See Also
TSDefaultMonitor(),TSSetMonitor(),GTSResidualMonitor(),
GTSErrorMonitor()
Level:intermediate
Location:src/gsolver/interface/gts.c
Index of all GSolver routines
Table of Contents for all manual pages
Index of all manual pages