cube_grid


cube_grid, a C++ code which generates a grid of points over the interior of a cube in 3D.

The 3D cube is the set of points (X(1),X(2),X(3)) such that:

         A(I) <= X(I) <= B(I)
       

For each dimension I, a set of parameters is input:

The centering options allow the user to control the centering of the equally spaced points. This is easiest to illustrate if we look at a 1 dimensional case and assume A = 0 and B = 1. Then, using NS = 4, the centering options will produce 4 equally spaced points as follows:

Licensing:

The information on this web page is distributed under the MIT license.

Languages:

cube_grid is available in a C version and a C++ version and a Fortran90 version and a MATLAB version and an Octave version and a Python version.

Related Data and Programs:

cube_grid_test

cpp_grid, a C++ code which generates a regular grid of points inside a variety of regions in one, two, three or many dimensions.

Source Code:


Last revised on 23 February 2020.