Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kostyfisik/fem-intro
https://github.com/kostyfisik/fem-intro
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kostyfisik/fem-intro
- Owner: kostyfisik
- License: gpl-3.0
- Created: 2016-04-14T06:26:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-04-18T10:37:03.000Z (over 8 years ago)
- Last Synced: 2024-11-06T22:44:00.021Z (about 2 months ago)
- Language: HTML
- Size: 1.9 MB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
Awesome Lists containing this project
README
This is a Python implementation of few FEM codes. It closely follows the book
of Anastasis C. Polycarpou "Introduction to the Finite Element Method in
Electromagnetics" (doi:10.2200/S00019ED1V01Y200604CEM004)"The main concept of the finite element method is based on subdividing the
geometrical domain of a boundary-value problem into smaller subdomains,
called the finite elements, and expressing the governing differential
equation along with the associated boundary conditions as a set of linear
equations that can be solved computationally using linear algebra techniques."[HTML copy of IPython Notebook](https://cdn.rawgit.com/kostyfisik/fem-intro/5b4c08e0b98cad1eda4de250a103112057bf1350/fem-1d-linear.html)
For more details on FEM you can visit the tutorial of
[Deal II](https://dealii.org/developer/doxygen/deal.II/Tutorial.html) -
a C++ FEM library. They had published [50+ video lectures](http://www.math.tamu.edu/~bangerth/videos.html) on FEM and
the Deal II library.