triangulate - triangulate a map file (fortran)

delaunay - triangulate a polygon (fortran)

Decompose a polygon map file into Delaunay triangles.

A triangle is a Delaunay triangle of the map if no other point on any polygon boundary lies within the circle which circumscribes the triangle.

EXECUTION: (on parep2.lbl.gov)
	cd $MDOCS/triangulate
	module load lang
	f77 -g triangulate.f  -o triangulate.exe
	dbx triangulate.exe
	quit
	triangulate.exe

Note: triangulate.f contains also all the routines in delaunay.f.

back to
DEMP-related software


http://merrill.olm.net/mdocs/triangulate.html 5/26/96
dwmerrill@lbl.gov