Warning: X does not support locale en_US.UTF-8 ---------------------------------------------------- Your license will expire in 10 days. Please contact your system administrator or MathWorks to renew this license. ---------------------------------------------------- 20-Jul-2023 07:27:05 TEC_IO_TEST(): MATLAB/Octave version 9.14.0.2206163 (R2023a) Test the TEC_IO library. TEC_IO_TEST01 TEC_READ can read a TECPLOT ASCII file that contains finite element data. In this example, we will read "ell.dat". Spatial dimension = 2 Number of nodes = 65 Number of elements = 96 Element order = 3 Number of node data items = 1 Coordinates of first 10 nodes: Row: 1 2 Col 1 0.000000 0.000000 2 0.000000 0.500000 3 0.500000 0.000000 4 0.000000 1.000000 5 0.500000 0.500000 6 1.000000 0.000000 7 0.000000 1.500000 8 0.500000 1.000000 9 1.000000 0.500000 10 1.500000 0.000000 Nodes of first 10 elements: Row: 1 2 3 Col 1 1 3 2 2 6 5 3 3 4 2 5 4 3 5 2 5 23 22 10 6 21 9 22 7 6 10 9 8 22 9 10 9 19 7 20 10 4 8 7 Node data for first 10 nodes: Row: 1 Col 1 0.000000 2 0.250000 3 0.250000 4 1.000000 5 0.484936 6 1.000000 7 2.250000 8 1.228907 9 1.228907 10 2.250000 TEC_IO_TEST02 TEC_WRITE can write finite element data to a TECPLOT ASCII file. In this example, we will write data to "tiny.dat". Spatial dimension = 2 Number of nodes = 5 Number of elements = 3 Element order = 3 Number of node data items = 2 Coordinates of nodes: Row: 1 2 Col 1 0.000000 0.000000 2 1.000000 0.000000 3 2.000000 0.000000 4 0.000000 1.000000 5 1.000000 1.000000 Nodes of elements: Row: 1 2 3 Col 1 1 2 4 2 5 4 2 3 2 3 5 Node data for nodes: Row: 1 2 Col 1 1.000000 0.000000 2 0.800000 0.200000 3 0.600000 0.400000 4 0.900000 0.100000 5 0.500000 0.500000 TEC_WRITE wrote all data to "tiny.dat". TEC_IO_TEST(): Normal end of execution. 20-Jul-2023 07:27:05