March 13 2005 12:23:03.885 PM TRIANGULATION_RCM (FORTRAN90 version) Read a node dataset of NODE_NUM points in 2 dimensions. Read an associated triangulation dataset of TRI_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.00000 0.00000 2 1.00000 0.00000 3 2.00000 0.00000 4 3.00000 0.00000 5 4.00000 0.00000 Read the header of "triangles6.txt". Triangle order TRI_ORDER = 6 Number of triangles TRI_NUM = 24 Read the data in "triangles6.txt". First 5 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 = 39 Created the node file "nodes6.rcm.txt". Created the triangulation file "triangles6.rcm.txt". TRIANGULATION_RCM Normal end of execution. March 13 2005 12:23:03.920 PM