triangulate_rectangle


triangulate_rectangle, an Octave code which computes a simple triangulation of a rectangular region.

The triangulation will be represented by two sets of data:

Usage:

triangulate_rectangle ( xl, xr, xn, yb, yt, yn, base )

Licensing:

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

Languages:

triangulate_rectangle is available in a MATLAB version and an Octave version.

Related Data and Programs:

triangulate_rectangle_test

fem2d_poisson_rectangle_linear, an Octave code which solves the 2d Poisson equation on a rectangle, using the finite element method (FEM), and piecewise linear triangular elements.

triangulation, an Octave code which performs various operations on order 3 (linear) or order 6 (quadratic) triangulations, including searching a Delaunay triangulation to find which triangle contains a given point.

triangulation_display, an Octave code which displays the nodes and elements of a triangulation;

Source Code:


Last modified on 04 July 2023.