mesh2d_write


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.

Licensing:

The computer code and data files described and made available on this web page are distributed under the MIT license

Languages:

mesh2d_write is available in a MATLAB version.

Related Data and Programs:

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.

mesh2d_write_test

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.

Source Code:


Last revised on 10 December 2020.