tdegeus / GooseFEM

Several types of Finite Element simulations in C++ (with a Python interface)
http://goosefem.rtfd.io
GNU General Public License v3.0
9 stars 6 forks source link

Python API: Fully use derived classes #202

Closed tdegeus closed 3 years ago

tdegeus commented 3 years ago

For meshes see: https://pybind11.readthedocs.io/en/stable/advanced/classes.html

tdegeus commented 3 years ago

Mostly done