Skip to content

Commit 5657a2f

Browse files
committed
Corrected README
1 parent 3e30e39 commit 5657a2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# fastDLA
22

3-
This repository provides a program for simulating off-grid diffusion limited aggregation (DLA) due to [Peter Meakin](https://link.aps.org/doi/10.1103/PhysRevA.27.1495).
3+
This repository provides a program for simulating off-grid diffusion limited aggregation (DLA). A model of aggregation due to [Peter Meakin](https://link.aps.org/doi/10.1103/PhysRevA.27.1495). It implements an algorithm due to [Peter Ossadnik](https://www.sciencedirect.com/science/article/abs/pii/037843719190224Z).
44

5-
The code runs in O(n polylog(n)) time (within a polylog(n) factor of optimal) and is explained and analysed in a forthcoming paper. The header file alone can be included in a C++ project or the cpp file can be compiled to generate clusters and save them to file.
5+
The main body of the code runs in O(n polylog(n)) time (within a polylog(n) factor of optimal) and is explained and analysed in a forthcoming paper. Whilst the initial memory allocation and zeroing requires O(n^1.18) time and space, in practice this is not the main time cost. The header file alone can be included in a C++ project or the cpp file can be compiled to generate clusters and save them to file.
66

77
## Usage
88

0 commit comments

Comments
 (0)