sfepy-run
Simple Finite Elements in Python
Install
- All systems
-
curl cmd.cat/sfepy-run.sh
- Debian
-
apt-get install python-sfepy
- Ubuntu
-
apt-get install python-sfepy
- Kali Linux
-
apt-get install python-sfepy
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-sfepy
- Raspbian
-
apt-get install python-sfepy
- Dockerfile
- dockerfile.run/sfepy-run
python-sfepy
Simple Finite Elements in Python
SfePy is a software for solving systems of coupled partial differential equations (PDEs) by the finite element method in 1D, 2D and 3D. It can be viewed both as black-box PDE solver, and as a Python package which can be used for building custom applications. The word “simple” means that complex FEM problems can be coded very easily and rapidly.