Fri Sep 14 08:47:42 2018 WEDGE_GRID_TEST Python version: 3.6.5 Test the WEDGE_GRID library. R83COL_PRINT_PART_TEST Python version: 3.6.5 R83COL_PRINT_PART prints part of an R83COL. Output with MAX_PRINT = 2 0 11 12 13 1 21 22 23 ...more entries... Output with MAX_PRINT = 5 0 11 12 13 1 21 22 23 2 31 32 33 .... .............. .............. .............. 9 101 102 103 Output with MAX_PRINT = 25 0 11 12 13 1 21 22 23 2 31 32 33 3 41 42 43 4 51 52 53 5 61 62 63 6 71 72 73 7 81 82 83 8 91 92 93 9 101 102 103 R83COL_PRINT_PART_TEST: Normal end of execution. R8MAT_WRITE_TEST: Python version: 3.6.5 Test R8MAT_WRITE, which writes an R8MAT to a file. Created file "r8mat_write_test.txt". R8MAT_WRITE_TEST: Normal end of execution. TIMESTAMP_TEST: Python version: 3.6.5 TIMESTAMP prints a timestamp of the current date and time. Fri Sep 14 08:47:42 2018 TIMESTAMP_TEST: Normal end of execution. WEDGE_GRID_COUNT_TEST Python version: 3.6.5 WEDGE_GRID_COUNT can define a grid of points with N+1 points on a side over the interior of the unit wedge in 3D. N NG 1 6 2 18 3 40 4 75 5 126 6 196 7 288 8 405 9 550 10 726 WEDGE_GRID_COUNT_TEST: Normal end of execution. WEDGE_GRID_DISPLAY_TEST: Python version: 3.6.5 WEDGE_GRID_DISPLAY can display a grid of points in the unit wedge. WEDGE_GRID_DISPLAY_TEST: Normal end of execution. WEDGE_GRID_POINTS_TEST Python version: 3.6.5 WEDGE_GRID_POINTS determines a unit wedge grid with N+1 points along each edge. Grid parameter N = 6 Grid size NG = 196 Wedge grid points: 0 0 0 -1 1 0.166667 0 -1 2 0.333333 0 -1 3 0.5 0 -1 4 0.666667 0 -1 5 0.833333 0 -1 6 1 0 -1 7 0 0.166667 -1 8 0.166667 0.166667 -1 9 0.333333 0.166667 -1 10 0.5 0.166667 -1 11 0.666667 0.166667 -1 12 0.833333 0.166667 -1 13 0 0.333333 -1 14 0.166667 0.333333 -1 15 0.333333 0.333333 -1 16 0.5 0.333333 -1 17 0.666667 0.333333 -1 .... .............. .............. .............. 195 0 1 1 Data written to the file "wedge_grid_points.xyz". Plot written to the file "wedge_grid_points.png". WEDGE_GRID_POINTS_TEST: Normal end of execution. WEDGE_GRID_TEST: Normal end of execution. Fri Sep 14 08:47:47 2018