GTSReallocate
Reallocates the storage for a grid TS. Should be called after GTSReform() and any user updating of the grid.
Synopsis
#include "petscts.h"
#include "gsolver.h"
int GTSReallocate(GTS ts, GVec x)
Collective on GTS
Input Parameters
ts -The grid TS
x -The new solution vector
Keywords
grid ts, reallocate
See Also
GTSReform(), GridReform()
Level:advanced
Location:src/gsolver/interface/gts.c
Index of all GSolver routines
Table of Contents for all manual pages
Index of all manual pages