GridDestroy
Destroys a grid.
Synopsis
#include "grid.h"
#include "gvec.h"
int GridDestroy(Grid grid)
Collective on Grid
Input Parameter
grid -The grid
Keywords
ods: grid, destroy
See Also
GridView(), GridCreateGVec(), GridSetUp(), GridRefine()
Level:beginner
Location:src/grid/interface/grid.c
Index of all Grid 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