A modern DGTD framework
Next-generation Discontinuous Galerkin Time-Domain (DGTD) framework designed for cutting-edge computational electromagnetics.
🚧 UNDER DEVELOPMENT 🚧
⚠️ APIs and features are evolving rapidly.
🔧 Build Instructions
Get Oiseau up and running on your local machine.
# Clone the repository
git clone https://github.com/tiagovla/oiseau
# Navigate into the project directory
cd oiseau
# Configure the project using CMake with Ninja
cmake -B build -G Ninja .
# Build the project
cmake --build build
For detailed installation and usage, refer to the README on GitHub.