>> triangulation_rcm ( 'nodes6.txt', 'triangles6.txt' ) 08-Jan-2007 10:16:41 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 ""nodes6.txt". Spatial dimension DIM_NUM = 2 Number of nodes NODE_NUM = 63 Read the data in ""nodes6.txt". Coordinates of first 5 nodes: Row: 1 2 Col 1 0.000000 0.000000 2 1.000000 0.000000 3 2.000000 0.000000 4 3.000000 0.000000 5 4.000000 0.000000 Read the header of ""triangles6.txt". Triangle order = 6 Number of triangles TRIANGLE_NUM = 24 Read the data in ""triangles6.txt". First five triangles: Row: 1 2 3 4 5 6 Col 1 6 1 2 21 22 23 2 7 6 2 24 23 25 3 7 11 6 26 27 24 4 12 11 7 28 26 29 5 16 11 12 30 28 31 ADJ bandwidth = 105 Permuted ADJ bandwidth = 35 Created the node file "nodes6.rcm.txt". Created the triangulation file "triangles6.rcm.txt". TRIANGULATION_RCM Normal end of execution. 08-Jan-2007 10:16:42 >>