TSGetTimeError#
Returns the estimated error vector, if the chosen TSType
has an error estimation functionality and TSSetTimeError()
was called
Synopsis#
#include "petscts.h"
PetscErrorCode TSGetTimeError(TS ts, PetscInt n, Vec *v)
Not Collective, but v returned is parallel if ts is parallel
Input Parameters#
Note#
MUST call after TSSetUp()
See Also#
TS: Scalable ODE and DAE Solvers, TSGetSolution()
, TSSetTimeError()
Level#
intermediate
Location#
Examples#
Implementations#
TSGetTimeError_GLEE() in src/ts/impls/glee/glee.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages