Python library to solve elliptic partial differential equations with
discontinous Galerkin (DG) schemes. The purpose of this library is to prototype
elliptic DG schemes for the SpECTRE code.
dgpy provides tools to construct rectilinear domains in 1, 2 or 3 dimensions,
implement elliptic DG schemes on Legendre-Gauss-Lobatto and Legendre-Gauss
grids, solve them with iterative algorithms and visualize the results.
git clonethis repository to your machine.pip install -e /path/to/repositoryto install in editable mode, i.e. where changes to the repository are reflected in thepipinstallation, or omit the-eto install in user mode.
Read through the walkthrough notebook to get started: