Skip to content

PN-CourseWork/LSM-P2

Repository files navigation

MPI Poisson Solver

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

Documentation

📖 View Full Documentation For local documentation, see Building Documentation below.

Quick Start

Installation

This project uses uv for dependency management.

  1. Install uv (if not already installed):

    curl -LsSf https://astral.sh/uv/install.sh | sh
  2. Install dependencies:

    uv sync

Building Documentation

Build the documentation locally:

uv run python main.py --build-docs

The documentation will be generated at docs/build/html/index.html and opened in your browser.

About

Code for project 2 in Large Scale Modeling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages