#include "petscts.h" PetscErrorCode TSSetTimeError(TS ts,Vec v)Not Collective, but Vec returned is parallel if TS is parallel
| ts | - the TS context obtained from TSCreate() (input parameter). | |
| v | - the vector containing the error (same size as the solution). |