Constraints on the boundary #612
Replies: 2 comments 1 reply
-
Hi @alessiofumagalli. As far as I know, this is not possible. I've tried my self to impose these constraints in specific parts of a 3D boundary in the past (for the 3D Geiger benchmark problem to be specific), but PorePy threw an error related to mesh generation. I'm sure @keileg will have further inputs on this. |
Beta Was this translation helpful? Give feedback.
-
I am afraid @jhabriel is correct that this is not straightforward. The fracture intersection algorithm will crash spectacularly if you feed it planes that are overlapping; this is a whole new level of complexity that I have promissed myself never to look into. If what you really want is to make the grid on the boundary conform to certain constraints, I have two suggestions for workounds, though:
I think both of these should work, but I can't promise that you will not hit some additional difficulties, e.g., the boundary and/or fracture description get more involved. It is hard to tell how much of a problem this will be. Let me know if you try any of the above, and if so, how it goes. There is a longstanding issue in another repo (keileg/porepy_mesh_factory#1) that could be solved with such a hack if it works. |
Beta Was this translation helpful? Give feedback.
-
Dear all, is it possible to put constraints on the boundary of a 3d grid? Thanks in advance for your help
Beta Was this translation helpful? Give feedback.
All reactions