TSResizeRegisterVec#
Register a vector to be transferred with TSResize()
.
Synopsis#
#include "petscts.h"
PetscErrorCode TSResizeRegisterVec(TS ts, const char *name, Vec vec)
Collective
Input Parameters#
Note#
TSResizeRegisterVec()
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()
, TSResizeRetrieveVec()
Level#
developer
Location#
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages