#include "petscts.h" PetscErrorCode TSMonitorDrawSolutionFunction(TS ts,PetscInt step,PetscReal ptime,Vec u,void *dummy)Collective on TS
ts | - the TS context | |
step | - current time-step | |
ptime | - current time | |
dummy | - either a viewer or NULL |
-ts_monitor_draw_solution_function | - Monitor error graphically, requires user to have provided TSSetSolutionFunction() |