GVecCreateGhost
Creates a grid vector associated with a particular grid with ghost padding on each processor.
Synopsis
#include "gvec.h"
int GVecCreateGhost(Grid grid, GVec *gvec)
Input Parameter
grid -The grid defining the discrete function
Output Parameter
gvec -The resulting grid vector
See Also
GVecCreate, GVecCreateConstrained
Level:beginner
Location:src/gvec/interface/gvec.c
Index of all GVec routines
Table of Contents for all manual pages
Index of all manual pages