Sat Apr 11 21:23:21 2015 BALL_GRID_TEST Python version: Test the BALL_GRID library. R83COL_PRINT_PART_TEST 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 R82COL_PRINT_PART_TEST: Normal end of execution. R8MAT_PRINT_TEST R8MAT_PRINT prints an R8MAT. Here is an R8MAT: Col: 0 1 2 3 4 Row 0 : 11 12 13 14 15 1 : 21 22 23 24 25 2 : 31 32 33 34 35 3 : 41 42 43 44 45 Col: 5 Row 0 : 16 1 : 26 2 : 36 3 : 46 R8MAT_PRINT_TEST: Normal end of execution. R8MAT_PRINT_SOME_TEST R8MAT_PRINT_SOME prints some of an R8MAT. Here is an R8MAT: Col: 3 4 5 Row 0 : 14 15 16 1 : 24 25 26 2 : 34 35 36 R8MAT_PRINT_SOME_TEST: Normal end of execution. R8MAT_WRITE_TEST: 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: TIMESTAMP prints a timestamp of the current date and time. Sat Apr 11 21:23:22 2015 TIMESTAMP_TEST: Normal end of execution. BALL_GRID_DISPLAY_TEST: BALL_GRID_DISPLAY can display a grid of points in a ball. BALL_GRID_DISPLAY_TEST: Normal end of execution. BALL_GRID_COUNT_TEST: BALL_GRID_COUNT counts the number of grid points needed for a grid of points inside a ball of radius R and center C. N = number of subintervals of the horizontal radius. NG = resulting number of grid points. N NG 1 19 2 81 4 389 8 2553 16 18853 BALL_GRID_COUNT_TEST: Normal end of execution. BALL_GRID_POINTS_TEST: BALL_GRID_POINTS can define a grid of points with N+1 points on a horizontal or vertical radius, based on any ball. We use N = 4 Radius R = 2 Center C = (1,5,2) Number of grid points will be 389 Part of the grid point array: 0 1 5 2 1 1 5 2.5 2 1 5 1.5 3 1 5 3 4 1 5 1 5 1 5 3.5 6 1 5 0.5 7 1 5 4 8 1 5 0 9 1 5.5 2 10 1 4.5 2 11 1 5.5 2.5 12 1 4.5 2.5 13 1 5.5 1.5 14 1 4.5 1.5 15 1 5.5 3 16 1 4.5 3 17 1 5.5 1 .... .............. .............. .............. 388 0 0 0 Data written to the file "ball_grid_points.xyz". Plot written to the file "ball_grid_points.png". BALL_GRID_POINTS_TEST: Normal end of execution. BALL_GRID_TEST: Normal end of execution. Sat Apr 11 21:23:23 2015