triangulation_rcm_test


triangulation_rcm_test, an Octave code which calls triangulation_rcm(), which computes the reverse Cuthill-McKee (RCM) reordering for nodes in a triangulation composed of 3-node or 6-node triangles.

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

triangulation_rcm, a MATLAB code which reads files describing a triangulation of nodes in 2D, and applies the Reverse Cuthill McKee (RCM) algorithm to produce a renumbering of the triangulation with a reduced bandwidth.

Source Code:

TEST3 works with a 3-node triangulation:

TEST6 works with a 6-node triangulation:


Last revised on 18 September 2024.