Skip to content

Island merge is O(N) #5

@jalberdi004

Description

@jalberdi004

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions