MeshRefine

Refine a mesh based on area constraints.

Synopsis

#include "mesh.h" 
int MeshRefine(Mesh mesh, PointFunction area, Mesh *newmesh)

Input Parameters

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

Output Parameter

newmesh -The refined mesh

Keywords

mesh, refinement

See Also

MeshCoarsen(), MeshDestroy()

Level:beginner
Location:
src/mesh/interface/mesh.c
Index of all Mesh routines
Table of Contents for all manual pages
Index of all manual pages