GridRefineMesh

Refine a grid based on area constraints.

Synopsis

#include "grid.h" 
#include "gvec.h" 
int GridRefineMesh(Grid grid, PointFunction area, Grid *newgrid)
Collective on Grid

Input Parameters

grid - The initial grid
area - A function which gives an area constraint when evaluated inside an element

Output Parameter

newgrid -The refined grid

Keywords

grid, refinement

See Also

MeshRefine(), GridReformMesh()

Level:advanced
Location:
src/grid/interface/grid.c
Index of all Grid routines
Table of Contents for all manual pages
Index of all manual pages