mesh2d_write, a MATLAB code which write mesh2d() node and element information to files for use by other programs.
The code assumes that the MESH2D software is in the MATLAB path.
The computer code and data files described and made available on this web page are distributed under the MIT license
mesh2d_write is available in a MATLAB version.
distmesh, a MATLAB code which carries out triangular or tetrahedral mesh generation, by Per-Olof Persson and Gilbert Strang.
hand_mesh2d, a MATLAB code which reads in points which outline a human hand, and calls mesh2d(), which creates a fine triangular mesh of the region outlined by the points.
mesh2d, a MATLAB code which can automatically create a triangular mesh for a given polygonal region, by Darren Engwirda.
test_triangulation, a MATLAB code which defines some test regions for triangulation.
triangle, a C program which computes a triangulation of a geometric region, by Jonathan Shewchuk.
triangulation, a MATLAB code which performs various operations on order 3 ("linear") or order 6 ("quadratic") triangulations.