× This Challenge was posted 5 months ago

Challenge Project

Solving PDEs - Finite Elements and deal.II

Get an introduction to the Finite Element method and the C++ library deal.II

Most problems in physics involve solving partial differential equations (PDEs). Most of the time, we can not give a simple analytic solution for the problem, we therefore use numerical simulations.

There are different ways, to solve PDEs numerically. Finite Difference (FD) and Finite Volumes (FV) are the most common (for physicist), but the (in some ways superior) Finite Element (FE) method is less known. I want to give a short introduction to the FE method, and introduce you to comprehensive the C++ library deal.II that allows you to easily implement FE simulations.

Since I don't know how much interest there is in this topic, I am open to discuss the format of this session. We can have it as a "lecture like" introduction, hands on tutorial or open discussion.

Contributed 5 months ago by floschulze for IMPRS-Astro Hackathon 2024
Be excellent to each other :)
The IMPRS-Astro Hackathon is a community event intended for networking and collaboration as well as learning. We value the participation of every member of the workshop and want all attendees to have an enjoyable and fulfilling experience. Accordingly, all attendees are expected to show respect and courtesy to other attendees throughout the workshop and to abide by following our Code of Conduct. Any issues can be brought to the confidential attention of the workshop organizers, and thank you for helping make this a welcoming, friendly event for all.

Creative Commons LicenceThe contents of this website, unless otherwise stated, are licensed under a Creative Commons Attribution 4.0 International License.