Hello,
I found a way to avoid the first mesh checking step (since it fails sometimes) with the log file by directly loading the .slf with matplotlib and finding the boundaries. Thanks to Ian_Thomas1 from
discourse.matplotlib.org/t/boundary-edge...-set-of-points/15397
The (Python) script loads the .slf, and uses mesh x,y coordinates and ikle table. Then, matplotlib
neighbors property is used to find segments with just one neighbor.
The process is:
0/ mesh you domain in BK => mesh.slf
1/ run the script (change directory and file name)
2/ open the generated
over_constrained_triangles.xyz file in BK
3/ Remove triangles manually
Should help you to find them
The script is called :
find_over_constrained_triangles.py
and is available here :
gitlab.com/phmusiedlak/public
Hope it helps
Pierre-Henri