compgeo-mox / pygeon

A Python package for consistent mixed-dimensional discretizations in porous media
GNU General Public License v3.0
11 stars 4 forks source link

Inheritance nodal spaces #74

Open wmboon opened 6 months ago

wmboon commented 6 months ago

The files fem/h1.py and vem/h1.py have considerable overlap. Can we set up a class hierarchy to eliminate this?

alessiofumagalli commented 6 months ago

totally agree about that, the suggestion was to inherit vem from fem?