#include "petscts.h" PetscErrorCode TSMonitorSolutionVTK(TS ts,PetscInt step,PetscReal ptime,Vec x,void *filenametemplate)Collective on TS
ts | - the TS context | |
step | - current time-step | |
ptime | - current time | |
x | - current state | |
filenametemplate | - string containing a format specifier for the integer time step (e.g. %03D) |
This function is normally passed as an argument to TSMonitorSet() along with TSMonitorSolutionVTKDestroy().
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