pmgbergen / porepy

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

Model imports #1255

Open IvarStefansson opened 3 weeks ago

IvarStefansson commented 3 weeks ago

I recently added the "complete" model classes (EnergyBalance etc.) to top-level init. The roll-out to the code was postponed to this issue. I think we should also provide access to and use pp.PorePyModel. Do you agree, @Yuriyzabegaev? While the implementation is straightforward, it touches enough files that we will try to time it to control the number of conflicts with other PRs.

Yuriyzabegaev commented 3 weeks ago

I agree, I see no reason for keeping it private.