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#

  • ts - The TS context obtained from TSCreate()

  • name - A string identifying the vector

  • vec - The vector

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#

src/ts/interface/ts.c


Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages