04 April 2020 10:20:27 AM QUAD_MESH_RCM C++ version: Read a node dataset of NODE_NUM points in 2 dimensions. Read an associated quad mesh dataset of ELEMENT_NUM 4 node quaderilaterals. Apply the RCM reordering (Reverse Cuthill-McKee). Reorder the data and write it out to files. Compiled on Apr 4 2020 at 10:16:57. Read the header of "hole_nodes.txt". Spatial dimension DIM_NUM = 2 Number of nodes NODE_NUM = 28 Read the data in "hole_nodes.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 "hole_elements.txt". Element order = 4 Number of elements = 17 Read the data in "hole_elements.txt". First 5 elements: Row: 1 2 3 4 Col 1 1 2 7 6 2 2 3 8 7 3 3 4 9 8 4 4 5 10 9 5 6 7 13 12 MESH_BASE_ZERO: The element indexing appears to be 1-based! This will be converted to 0-based. ADJ bandwidth = 15 ROOT = 11 Permuted ADJ bandwidth = 17 Created the node file "hole_rcm_nodes.txt". Created the element file "hole_rcm_elements.txt". QUAD_MESH_RCM: Normal end of execution. 04 April 2020 10:20:27 AM