Skip to content

JarrodLeddy/slagg

Repository files navigation

SLAGG - Simplified Load-balancing Algorithm for General Geometries

GitHub license PyPI - Python Version

This package provides a set of Python-based tools for creating load-balanced domain decompositions that can be used for numerical simulations.

Features

  • Ability to specify Grid, Geometry as STL, and desired Decomp slabs

  • Basic Decomposition can be augmented with refinements to load-balance and reduce memory usage

Installation

slagg is available from PyPI, so can be easily installed using pip as follows:

pip install slagg

Documentation

Decomposition Tutorial