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 intersect with edges of the bounding box (domain) #17

Closed keileg closed 7 years ago

keileg commented 7 years ago

While fractures that intersect faces of the bounding box can be truncated, it is tacitly assumed that no fractures intersects the edges of the box. This needs to be fixed, it is e.g. relevant when compartments in the domain (say, aquifers, aquitards etc) are imposed as fractures.

A fix will require a rewrite of how the domain is exported to gmsh (in the future also other software packages).

keileg commented 7 years ago

Duplicate of #4.

Need to drink more coffee.