meshless, a Fortran90 code which generates a set of local basis functions, without the use of a mesh, by Lili Ju.
If N basis functions are desired in an arbitrary region, then N basis points are chosen at random in the region. Each point in the region is assigned to the nearest basis point. The basis points are then adjusted by taking the average of the associated points. If this process is repeated, the basis points will arrange themselves into generators of a centroidal Voronoi tessellation of the region.
The information on this web page is distributed under the MIT license.
meshless is available in a Fortran90 version.
CVT, a Fortran90 code which computes points that form a Centroidal Voronoi Tessellation, which can be used by MESHLESS to assign node locations.
HALTON, a Fortran90 code which computes quasirandom Halton points, which can be used by MESHLESS to assign node locations.
PS_WRITE, a Fortran90 code which implements some PostScript graphics commands.
Lili Ju