GVecCreate

Creates a grid vector associated with a particular grid.

Synopsis

#include "gvec.h" 
int GVecCreate(Grid grid, GVec *gvec)

Input Parameter

grid -The grid defining the discrete function

Output Parameter

gvec -The resulting grid vector

See Also

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

Examples

src/gsolver/examples/tutorials/poisson.c.html
src/gsolver/examples/tutorials/poisson2.c.html
src/gsolver/examples/tutorials/control.c.html
src/gsolver/examples/tutorials/stokes.c.html