09-Sep-2024 07:20:22 tec_io_test(): MATLAB/Octave version 6.4.0 Test tec_io(). tec_io_test01(): tec_read() reads 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() writes 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. 09-Sep-2024 07:20:22