.area files
- First line: <# of triangles>
- Following lines: <triangle #> <maximum area>
An .area file associates with each triangle a maximum area that is used
for mesh refinement.
As with other file formats, every triangle must
be represented, and they must be numbered consecutively.
Blank lines and comments prefixed by `#' may be placed anywhere.
A triangle may be left unconstrained by assigning it a negative maximum
area.
Return to Triangle home page.
jrs@cs.cmu.edu