Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.46 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.46 KB

This repository contains an interactive introduction to the Finite Element Method

This material is prepared by Joachim Schoeberl and colleagues at TU Wien.

The course consists of jupyter-notebooks teaching the theory of the finite element method. It uses the Python interface to the NGSolve Finite Element library to let the readers experiment with the methods just learned.

The jupyter notebooks can be read online as a jupyter-book at: https://jschoeberl.github.io/iFEM/intro.html

If you want to try the course out without installing the NGSolve library on your computer you can launch the material on binder by clicking on the 'launch binder' logo:

Binder

The first time launching iFEM may take a few minutes. When it's ready, you can work through the tutorials pressing "shift-enter".

A new, experimental way to run the notebooks online is within jupyter-lite:

lite-badge

https://ngsolve.github.io/jupyterlite_ngsolve/lab?path=iFEM.ipynb

This interactive lecture material got possible by the embedded webgui-visualization developed by M. Hochsteger in home-office.

Note: this material has nothing to do with the excellent matlab finite element package iFEM by Long Chen