This course is a Python-based course for an introduction of UG4.
Please start the course here.
- UG4 on GitHub
- ug4py-base on PyPi
- Ubuntu packages are in binder/apt.txt
- Python packages are in binder/requirements.txt
- Installation script in binder/postBuild
- Install via pip
pip install ug4py-base
- Clone repo:
git clone https://github.com/UG4/py-course-modsim.git
- Run examples, e.g.,:
cd py-course-modsim/content/tutorial-fem
python tutorial-fem-01.py
It is a port of the sibling Lua course.