pmgbergen / porepy

Python Simulation Tool for Fractured and Deformable Porous Media
GNU General Public License v3.0
249 stars 88 forks source link

Generalized multiphysics framework #161

Closed keileg closed 5 years ago

keileg commented 6 years ago

The current way of treating equations, parameters and numerics on different subdomains can be made much more flexible:

These changes will be implemented gradually over the next weeks and months. The changes will only to a limited degree break the backwards compatibility of the high-level solver classes (elliptic.py etc.). Deeper in the code, the changes will be significant.

keileg commented 5 years ago

This is to a large degree finalized now - to the degree it will ever be finished.