petsc-3.7.1 2016-05-15
Report Typos and Errors

TSMonitorSolution

Monitors progress of the TS solvers by VecView() for the solution at each timestep. Normally the viewer is a binary file or a PetscDraw object

Synopsis

#include "petscts.h"  
PetscErrorCode  TSMonitorSolution(TS ts,PetscInt step,PetscReal ptime,Vec u,PetscViewerAndFormat *vf)
Collective on TS Many br

Input Parameters

ts - the TS context Many br
step - current time-step Many br
ptime - current time Many br
u - current state Many br
vf - viewer and its format Many br

Many br

Keywords

TS, vector, monitor, view

See Also

TSMonitorSet(), TSMonitorDefault(), VecView()

Level:intermediate
Location:
src/ts/interface/ts.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages