quad_mesh_rcm, a MATLAB code which computes the Reverse Cuthill-McKee (RCM) reordering for nodes in a mesh of 4-node quadrilaterals.
The user supplies a node file and an element file, containing the coordinates of the nodes, and the indices of the nodes that make up each element.
The program reads the data, computes the adjacency information, carries out the RCM algorithm to get the permutation, applies the permutation to the nodes and elements, and writes out new node and element files that correspond to the RCM permutation.
quad_mesh_rcm 'prefix'where 'prefix' is the common file prefix:
The computer code and data files described and made available on this web page are distributed under the MIT license
quad_mesh_rcm is available in a C++ version and a FORTRAN version and a MATLAB version.
mesh_bandwidth, a MATLAB code which returns the geometric bandwidth associated with a mesh of elements of any order and in a space of arbitrary dimension.
mesh_display, a MATLAB code which reads data defining a polygonal mesh and displays it, with optional numbering.
quad_mesh, a data directory which defines a format for storing meshes of quadrilaterals over a 2D region.
quad_mesh, a MATLAB code which handles meshes of quadrilaterals over a 2D region;
quad_mesh_order1_display, a MATLAB code which plots piecewise constant data associated with a mesh of quadrilaterals;
rcm, a MATLAB code which carries out reverse Cuthill-McKee (RCM) computations.
tet_mesh_rcm, a MATLAB code which applies the reverse Cuthill-McKee (RCM) reordering to a tetrahedral mesh of nodes in 3D.
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.