GVecCreateRectangular
Creates a grid vector associated with a particular grid and ordering.
Synopsis
#include "gvec.h"
int GVecCreateRectangular(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