We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a7fdb8 commit b5a6929Copy full SHA for b5a6929
svv/simulation/utils/extract_faces.py
@@ -407,7 +407,7 @@ def compute_circularity(loop_polydata):
407
npts = face.GetNumberOfPoints()
408
# Canonicalize face nodes to a sorted tuple so orientation/order doesn't matter
409
key = tuple(sorted(face.GetPointId(k) for k in range(npts)))
410
- print("key: {} -> {}".format(key, i))
+ #print("key: {} -> {}".format(key, i))
411
face_to_cell[key] = i
412
#for i, cap in enumerate(iscap):
413
# if not cap == 1:
0 commit comments