Skip to content

C++ implementation of Polygonal Discontinuous Galerkin method within the deal.II Finite Element library.

License

Notifications You must be signed in to change notification settings

fdrmrc/Polydeal

Repository files navigation

Polygonal Discontinuous Galerkin (in deal.II)

GitHub CI Indent Doxygen

PolyDEAL is an open source software project written in C++ which aims to provide building blocks for the implementation of Polygonal Discontinuous Galerkin methods, within the Finite Element library deal.II.

Getting started

Assuming deal.II (version 9.5 onwards) is installed on your machine and you have a C++17-compliant compiler, all is required to do is:

git clone git@github.com:fdrmrc/Polydeal.git
cd Polydeal/
mkdir build
cd build/
cmake -DDEAL_II_DIR=/path/to/deal.II ..
make -j<N>

Documentation

A Doxygen generated documentation is built and deployed at each merge to the main branch. You can find the latest documentation here: https://fdrmrc.github.io/Polydeal/.

Authors and Contact

This project is maintained by:

Feel free to start a discussion or open an issue. Alternatively, you can contact Marco Feder (mfeder@sissa.it).