ASCL.net

Astrophysics Source Code Library

Making codes discoverable since 1999

Searching for codes credited to 'Raveh, Barak'

Tip: Author search checks name variants (e.g., Smith, John, Smith J). Last names are still best when results are broad.

Found 1 code.

[ascl:2510.017] MadVoro: Massively distributed construction of Voronoi diagrams
MadVoro constructs three‑dimensional Voronoi diagrams in distributed‐memory systems using a parallel algorithm built on Delaunay triangulation. The library decomposes a point set across multiple processors, constructs local Delaunay triangulations, and then couples them via distributed communication to form a global Voronoi tessellation. It exposes an API that gives access to cells, faces, vertices, centroids, and cell volumes, enabling detailed mesh analysis at scale. MadVoro supports load balancing and data redistribution across hosts to optimize performance in high‑throughput simulations.