TSResizeRetrieveVec#
Retrieve a vector registered with TSResizeRegisterVec()
.
Synopsis#
#include "petscts.h"
PetscErrorCode TSResizeRetrieveVec(TS ts, const char *name, Vec *vec)
Collective
Input Parameters#
Note#
TSResizeRetrieveVec()
is typically used within time stepping implementations,
so most users would not generally call this routine themselves.
See Also#
TS: Scalable ODE and DAE Solvers, TS
, TSSetResize()
, TSResize()
, TSResizeRegisterVec()
Level#
developer
Location#
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages