Skip to content

Solving the Eddy Current problem with a multiplicative Schwarz smoothed geometric multigrid preconditioned GMRES solver in deal.II.

License

Notifications You must be signed in to change notification settings

mathmerizing/MultigridMaxwell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MultigridMaxwell

1. Overview

This code belongs to my bachelor's thesis and it uses deal.ii to solve the Eddy Current problem.

2. Installation

Clone this repository, install cmake and a version of deal.ii which contains my merged Pull Request.

3. Change deal.II path

Change DEAL_II_DIR in CMakeLists.txt to your path to the deal.ii library.

4. Run

Navigate to this local GitHub repository in your terminal and execute

make clean;rm -r CMakeFiles/;cmake .;make release;make -j 8;./EddyCurrent

5. OPTIONAL: Visualization

The file solution.vtu can be visualized with ParaView.

About

Solving the Eddy Current problem with a multiplicative Schwarz smoothed geometric multigrid preconditioned GMRES solver in deal.II.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published