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.
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>
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/.
This project is maintained by:
- Marco Feder (@fdrmrc), SISSA, IT
- Luca Heltai (@luca-heltai), University of Pisa, IT
- Andrea Cangiani (@andreacangiani), SISSA, IT
Feel free to start a discussion or open an issue. Alternatively, you can contact Marco Feder (mfeder@sissa.it).