Mon Apr 13 08:21:48 2015 CUBE_GRID_TEST Python version: Test the CUBE_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_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. Mon Apr 13 08:21:50 2015 TIMESTAMP_TEST: Normal end of execution. CUBE_GRID_COUNT_TEST: CUBE_GRID_COUNT can count the points in a grid over a cube (hexahedron) with NS(I)+1 grid points in the I-th direction. NS NG -------------------- ( 1, 2, 4 ) 30 ( 1, 2, 10 ) 66 ( 1, 3, 4 ) 40 ( 1, 3, 10 ) 88 ( 2, 2, 4 ) 45 ( 2, 2, 10 ) 99 ( 2, 3, 4 ) 60 ( 2, 3, 10 ) 132 ( 4, 2, 4 ) 75 ( 4, 2, 10 ) 165 ( 4, 3, 4 ) 100 ( 4, 3, 10 ) 220 ( 8, 2, 4 ) 135 ( 8, 2, 10 ) 297 ( 8, 3, 4 ) 180 ( 8, 3, 10 ) 396 CUBE_GRID_COUNT_TEST: Normal end of execution. CUBE_GRID_TEST: Normal end of execution. Mon Apr 13 08:21:50 2015