02 January 2007 10:10:00 AM TRIANGULATION_TRIANGLE_NEIGHBORS. 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. For each triangle, determine the indices of the triangles opposite vertices 1, 2 and 3. Write this triangle neighbor data to files. Compiled on Jan 2 2007 at 10:08:59. Read the header of "nodes6.txt". Spatial dimension DIM_NUM = 2 Number of nodes NODE_NUM = 63 Read the data in "nodes6.txt". Portion of coordinate data from file: 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". Portion of data read from file: 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 Created the triangle neigbhbor file "triangles6.tneighbor.txt" TRIANGULATION_TRIANGLE_NEIGHBORS.: Normal end of execution. 02 January 2007 10:10:00 AM