11-Apr-2019 10:04:46 triangulation_triangle_neighbors_test: MATLAB version Test triangulation_triangle_neighbors. 11-Apr-2019 10:04:46 TRIANGULATION_TRIANGLE_NEIGHBORS 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. For each triangle, determine the indices of the triangles opposite vertices 1, 2 and 3. Write this triangle neighbor data to files. Read the data in "lake3_elements.txt". Triangle order TRIANGLE_ORDER = 3 Number of triangles TRIANGLE_NUM = 2820 First 5 triangles: Row: 1 2 3 Col 1 160 143 159 2 177 159 176 3 160 159 177 4 176 212 194 5 194 212 213 MESH_BASE_ONE: The element indexing appears to be 1-based! No conversion is necessary. Neighbor calculation required 0.399627 seconds. Created the triangle neighbor file "lake3_element_neighbors.txt". TRIANGULATION_TRIANGLE_NEIGHBORS: Normal end of execution. 11-Apr-2019 10:04:46 triangulation_triangle_neighbors_test: Normal end of execution. 11-Apr-2019 10:04:46