HEX_GRID_TRIANGULATE is a FORTRAN90 program, using double precision arithmetic, which can pick out those points on a hex grid which lie inside a given triangulation region.
We assume we have the following information available:
Using this information, the program constructs a hexagonal grid of points inside the box, discards all the grid points that don't actually lie inside the region, and writes the remaining points to a file.
HEX_GRID is a FORTRAN90 library which is used to define the underlying hex grids.
HEX_GRID is a dataset collection which contains more examples of hexagonal grids.
HEX_GRID_ANGLE is a FORTRAN90 library which computes elements of an angled hexagonal grid dataset.
TEST_TRIANGULATION is a FORTRAN90 library which contains routines which define the regions to be triangulated.
Sample hexagonal grid files you may copy include:
There are PNG images of the data available:
You can go up one level to the FORTRAN90 source codes.