Skip to content

a very simple and basic finite element programming code based on python

License

Notifications You must be signed in to change notification settings

GIT-Sen-hub/FEMLecture

 
 

Repository files navigation

This repository offers several Jupyter notebooks for basic finite element programming.

Installation

Before we start, make sure you have installed:

  • numpy
  • matplotlib
  • jupyter-lab

the you can download or git clone the repository via:

https://github.com/M3Group/FEMLecture.git

afterwards, set up your PATHONPATH as follows:

export FEToy=*your-path-to-FEMLecture/FEToy
export $PATHONPATH=$PATHONPATH:$FEToy

then everything is done, open your jupyter notebook and enjoy :-) :

jupyter-lab

Lecture

The video lecture in chinese can be found here FEM-Lecture

Discussion

The discussion can be done in the following QQ group:

628204857

About

a very simple and basic finite element programming code based on python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 90.7%
  • Python 9.3%