A modular framework for studying parallel performance of 3D Poisson equation solvers using MPI domain decomposition.
Authors: Alexander Elbæk Nielsen, Junriu Li, Philip Korsager Nickel Institution: Technical University of Denmark, DTU Compute
📖 View Full Documentation For local documentation, see Building Documentation below.
This project uses uv for dependency management.
-
Install uv (if not already installed):
curl -LsSf https://astral.sh/uv/install.sh | sh -
Install dependencies:
uv sync
Build the documentation locally:
uv run python main.py --build-docsThe documentation will be generated at docs/build/html/index.html and opened in your browser.