GridGetMesh
Returns the context for the underlying mesh.
Synopsis
#include "grid.h"
#include "gvec.h"
int GridGetMesh(Grid grid, Mesh *mesh)
Not collective
Input Parameter
grid -The initial grid
Output Parameter
mesh -The mesh
Keywords
grid, mesh
See Also
GridDestroy()
Level:intermediate
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