grid 3d from polytopal domain #899
alessiofumagalli
started this conversation in
General
Replies: 1 comment
-
The point is, the domain boundary has a hanging node (or rather edge) of sorts? I would not drop the relevant line, it serves as a sanity check in a computation which is far too complex compared to what we really would like (this is a case of an implementation which has snowballed beyond recognition). So while everything works out in your case, and in standard use, I really want to keep the check. Have you tried to run the code ignoring assertions? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here a minimal example of a cube with a side divided in two parts
The creation of the grid is blocked by
porepy/src/porepy/geometry/intersections.py
Line 868 in 12e01f8
Without this line the code works and produce a pp compatible grid.
Do you have any idea if it possible to relax that assert?
Thanks for you kind help,
Alessio
Beta Was this translation helpful? Give feedback.
All reactions