09 January 2007 09:30:22 AM TRIANGULATION_RCM C++ 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. Compiled on Jan 9 2007 at 09:30:12. 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 0 2 1 0 3 2 0 4 3 0 5 4 0 Read the header of "triangles6.txt". Triangle order TRIANGLE_ORDER = 6 Number of triangles TRIANGLE_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 6 16 12 17 31 32 33 7 7 2 3 25 34 35 8 8 7 3 36 35 37 9 8 12 7 38 29 36 10 13 12 8 39 38 40 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. 09 January 2007 09:30:22 AM