GVecCreateRectangularGhost

Creates a grid vector associated with a particular grid and ordering, adding ghost padding on each processor.

Synopsis

#include "gvec.h" 
int GVecCreateRectangularGhost(Grid grid, VarOrdering order, GVec *gvec)

Input Parameter

grid -The grid defining the discrete function
order -The variable ordering

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