03-Feb-2021 09:36:03 triangulation_mask_test: MATLAB/Octave version 9.9.0.1467703 (R2020b) Test triangulation_mask. 03-Feb-2021 09:36:03 TRIANGULATION_MASK MATLAB/Octave version 9.9.0.1467703 (R2020b) Read a node file of NODE_NUM points in 2 dimensions. Read an associated triangulation file of TRIANGLE_NUM triangles using 3 or 6 nodes. For each triangle, call a user masking routine to see if the triangle should be MASKED (not shown). Write new node and triangulation files corresponding to the unmasked data only. Read the header of "p15_nodes.txt". Spatial dimension DIM_NUM = 2 Number of points NODE_NUM = 612 Read the data in "p15_nodes.txt". First 5 nodes: Row: 1 2 Col 1 -8.000000 -1.000000 2 2.000000 -1.000000 3 2.000000 0.000000 4 8.000000 0.000000 5 8.000000 1.000000 Read the header of ""p15_elements.txt". Triangle order = 3 Number of triangles TRIANGLE_NUM = 1108 Read the data in ""p15_elements.txt". First 5 triangles: Row: 1 2 3 Col 1 9 1 14 2 10 9 16 3 17 10 16 4 17 11 10 5 18 12 11 MESH_BASE_ONE: The element indexing appears to be 1-based! No conversion is necessary. The masked triangle data was written to "p15_mask_elements.txt". The masked node data was written to "p15_mask_nodes.txt". Number of input triangles = 1108 Number of output triangles = 1036 Number of deleted triangles = 72 Number of input nodes = 612 Number of output nodes = 612 Number of deleted nodes = 0 First 5 output triangles: Row: 1 2 3 Col 1 9 1 14 2 10 9 16 3 17 10 16 4 17 11 10 5 18 12 11 First 5 output nodes: Row: 1 2 Col 1 -8.000000 -1.000000 2 2.000000 -1.000000 3 2.000000 0.000000 4 8.000000 0.000000 5 8.000000 1.000000 TRIANGULATION_MASK Normal end of execution. 03-Feb-2021 09:36:03 triangulation_mask_test: Normal end of execution. 03-Feb-2021 09:36:03