pmgbergen / porepy

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

Allow fractures to hit edges in bounding box during meshing #4

Closed keileg closed 6 years ago

keileg commented 7 years ago

Boundaries of parameter subdomains (e.g. aquifer/aquitard, under and overburden) are conveniently introduced by fracture planes. However, these can currently not extend to the edges of the bounding box, as the latter is tacitly assumed not to be intersected by other objects.

The modification will require reconfiguration of the way the boundary is introduced in the meshing.

keileg commented 6 years ago

@IvarStefansson was this resolved by #59?

IvarStefansson commented 6 years ago

Yes.