21 January 2020 11:07:17 AM TETRAHEDRON_GRID_TEST: C version Test the TETRAHEDRON_GRID library. TEST01: TETRAHEDRON_GRID can define a tetrahedral grid with N+1 points on a side, based on any tetrahedron. N = 10 Tetrahedron vertices: Col: 0 1 2 3 Row 0: 0.000000 1.000000 0.000000 0.000000 1: 0.000000 0.000000 1.000000 0.000000 2: 0.000000 0.000000 0.000000 1.000000 Part of the grid point array: 0: 0 0 1 1: 0 0.1 0.9 2: 0 0.2 0.8 3: 0 0.3 0.7 4: 0 0.4 0.6 5: 0 0.5 0.5 6: 0 0.6 0.4 7: 0 0.7 0.3 8: 0 0.8 0.2 9: 0 0.9 0.1 10: 0 1 0 11: 0.1 0 0.9 12: 0.1 0.1 0.8 13: 0.1 0.2 0.7 14: 0.1 0.3 0.6 15: 0.1 0.4 0.5 16: 0.1 0.5 0.4 17: 0.1 0.6 0.3 ........ .............. .............. .............. 285: 0 0 0 Data written to the file "tetrahedron_grid_test01.xyz". TETRAHEDRON_GRID_TEST: Normal end of execution. 21 January 2020 11:07:17 AM