square_grid


square_grid, an Octave code which generates a grid of points over the interior of a square in 2D.

The 2D square is the set of points (X(1),X(2)) 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 computer code and data files described and made available on this web page are distributed under the MIT license

Languages:

square_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:

square_grid_test

octave_grid, an Octave 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 March 2019.