#include "petscts.h" PetscErrorCode TSGetSolution(TS ts,Vec *v)Not Collective, but Vec returned is parallel if TS is parallel
Note: If you used TSSetExactFinalTime(ts,TS_EXACTFINALTIME_MATCHSTEP); this does not return the solution at the requested final time. It returns the solution at the next timestep.
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