mesh2d_write, an Octave code which write mesh2d() node and element information to files.
The code assumes that the MESH2D software is in the 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 and an Octave version..
distmesh, an Octave code which carries out triangular or tetrahedral mesh generation, by Per-Olof Persson and Gilbert Strang.
hand_mesh2d, an Octave 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, an Octave code which can automatically create a triangular mesh for a given polygonal region, by Darren Engwirda.
test_triangulation, an Octave code which defines some test regions for triangulation.
triangulation, an Octave code which performs various operations on order 3 ("linear") or order 6 ("quadratic") triangulations.