Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 828 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 828 Bytes

py-course-modsim

Binder

This course is a Python-based course for an introduction of UG4.

Please start the course here.

Dependencies:

  • 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

Installation:

  1. Install via pip
pip install ug4py-base
  1. Clone repo:
git clone https://github.com/UG4/py-course-modsim.git
  1. Run examples, e.g.,:
cd py-course-modsim/content/tutorial-fem
python tutorial-fem-01.py

Note

It is a port of the sibling Lua course.