Module | Source File | Description |
---|---|---|
hk | hk.f90 | A module containing a Fortran implementation of the Hoshen-Kopelman algorithm, as well as the necessary union-find procedures. |
percolation | percolation.f90 | A module with procedures for calculating various properties which are interesting when doing numerical percolation experiments. |
randomwalk | randomwalk.f90 | |
utilities | utilities.f90 | Useful procedures when doing percolation. |