-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Merging and counting the number of islands needs O(N), where N is the lattice size (=total number of lattice sites). There should be a way to count the islands iterating only the sites of merged islands.
Problematic method are countIslands() and computeDiffusivity() of AbstractGrowthLattice class.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request