24-Jan-2019 14:55:22 GRID_TEST: MATLAB version Test GRID. GRID_GENERATE_TEST GRID_GENERATE randomly chooses a given number of points on a uniform grid. Spatial dimension = 2 Number of points = 10 Random number SEED = 123456789 Centering option = 1 The grid points: 0.000000 0.000000 0.000000 1.000000 0.333333 0.000000 0.333333 0.333333 0.333333 0.666667 0.333333 1.000000 0.666667 0.000000 0.666667 0.666667 1.000000 0.000000 1.000000 1.000000 Repeat with a different seed from the first run. GRID_GENERATE_TEST GRID_GENERATE randomly chooses a given number of points on a uniform grid. Spatial dimension = 2 Number of points = 10 Random number SEED = 987654321 Centering option = 1 The grid points: 0.000000 0.666667 0.000000 1.000000 0.333333 0.000000 0.333333 0.333333 0.333333 0.666667 0.666667 0.000000 0.666667 0.333333 0.666667 1.000000 1.000000 0.333333 1.000000 1.000000 Repeat with the same seed as the first run. GRID_GENERATE_TEST GRID_GENERATE randomly chooses a given number of points on a uniform grid. Spatial dimension = 2 Number of points = 10 Random number SEED = 123456789 Centering option = 1 The grid points: 0.000000 0.000000 0.000000 1.000000 0.333333 0.000000 0.333333 0.333333 0.333333 0.666667 0.333333 1.000000 0.666667 0.000000 0.666667 0.666667 1.000000 0.000000 1.000000 1.000000 Repeat with different centering values. GRID_GENERATE_TEST GRID_GENERATE randomly chooses a given number of points on a uniform grid. Spatial dimension = 2 Number of points = 10 Random number SEED = 123456789 Centering option = 1 The grid points: 0.000000 0.000000 0.000000 1.000000 0.333333 0.000000 0.333333 0.333333 0.333333 0.666667 0.333333 1.000000 0.666667 0.000000 0.666667 0.666667 1.000000 0.000000 1.000000 1.000000 GRID_GENERATE_TEST GRID_GENERATE randomly chooses a given number of points on a uniform grid. Spatial dimension = 2 Number of points = 10 Random number SEED = 123456789 Centering option = 2 The grid points: 0.200000 0.200000 0.200000 0.800000 0.400000 0.200000 0.400000 0.400000 0.400000 0.600000 0.400000 0.800000 0.600000 0.200000 0.600000 0.600000 0.800000 0.200000 0.800000 0.800000 GRID_GENERATE_TEST GRID_GENERATE randomly chooses a given number of points on a uniform grid. Spatial dimension = 2 Number of points = 10 Random number SEED = 123456789 Centering option = 3 The grid points: 0.000000 0.000000 0.000000 0.750000 0.250000 0.000000 0.250000 0.250000 0.250000 0.500000 0.250000 0.750000 0.500000 0.000000 0.500000 0.500000 0.750000 0.000000 0.750000 0.750000 GRID_GENERATE_TEST GRID_GENERATE randomly chooses a given number of points on a uniform grid. Spatial dimension = 2 Number of points = 10 Random number SEED = 123456789 Centering option = 4 The grid points: 0.250000 0.250000 0.250000 1.000000 0.500000 0.250000 0.500000 0.500000 0.500000 0.750000 0.500000 1.000000 0.750000 0.250000 0.750000 0.750000 1.000000 0.250000 1.000000 1.000000 GRID_GENERATE_TEST GRID_GENERATE randomly chooses a given number of points on a uniform grid. Spatial dimension = 2 Number of points = 10 Random number SEED = 123456789 Centering option = 5 The grid points: 0.125000 0.125000 0.125000 0.875000 0.375000 0.125000 0.375000 0.375000 0.375000 0.625000 0.375000 0.875000 0.625000 0.125000 0.625000 0.625000 0.875000 0.125000 0.875000 0.875000 GRID_SIDE_TEST GRID_SIDE returns the smallest N_SIDE, such that N <= NSIDE^M M N NSIDE NSIDE^M 2 10 4 16 2 100 10 100 2 1000 32 1024 2 10000 100 10000 3 10 3 27 3 100 5 125 3 1000 10 1000 3 10000 22 10648 4 10 2 16 4 100 4 256 4 1000 6 1296 4 10000 10 10000 GRID_TEST: Normal end of execution. 24-Jan-2019 14:55:22