You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print('INFO: removed %d/%d elements from generated surface "%s" for overlap with other boundary'% (removed, removed+kept, pname_map[phys_id][1]))
351
+
print('INFO: removed %d/%d elements from generated surface "%s" for overlap with %s'% (removed, removed+kept, pname_map[phys_id][1], ", ".join(other_boundaries)))
344
352
ifkept==0:
345
353
print('INFO: generated surface "%s" removed for 0 elements'%pname_map[phys_id][1])
0 commit comments