10-Apr-2019 21:20:33 triangulation_rcm_test: MATLAB version Test triangulation_rcm. 10-Apr-2019 21:20:33 TRIANGULATION_RCM MATLAB version Read a node dataset of NODE_NUM points in 2 dimensions. Read an associated triangulation dataset of TRIANGLE_NUM triangles using 3 or 6 nodes. Apply the RCM reordering (Reverse Cuthill-McKee). Reorder the data and write it out to files. Read the header of ""test3_nodes.txt". Spatial dimension DIM_NUM = 2 Number of nodes NODE_NUM = 9 Read the data in ""test3_nodes.txt". Coordinates of first 5 nodes: Row: 1 2 Col 1 1.000000 0.000000 2 2.000000 1.000000 3 2.000000 0.000000 4 0.000000 1.000000 5 1.000000 2.000000 Read the header of ""test3_elements.txt". Element order = 3 Number of elements ELEMENT_NUM = 7 Read the data in ""test3_elements.txt". First five elements: Row: 1 2 3 Col 1 1 8 9 2 4 9 8 3 3 2 1 4 8 1 2 5 2 7 8 MESH_BASE_ONE: The element indexing appears to be 1-based! No conversion is necessary. ADJ bandwidth = 17 Permuted ADJ bandwidth = 11 Created the node file "test3_rcm_nodes.txt". Created the element file "test3_rcm_elements.txt". TRIANGULATION_RCM Normal end of execution. 10-Apr-2019 21:20:33 triangulation_rcm_test: Normal end of execution. 10-Apr-2019 21:20:33