This code belongs to my bachelor's thesis and it uses deal.ii to solve the Eddy Current problem.
Clone this repository, install cmake and a version of deal.ii which contains my merged Pull Request.
Change DEAL_II_DIR
in CMakeLists.txt
to your path to the deal.ii library.
Navigate to this local GitHub repository in your terminal and execute
make clean;rm -r CMakeFiles/;cmake .;make release;make -j 8;./EddyCurrent
The file solution.vtu
can be visualized with ParaView.