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
A few structure types look for elements that fall within certain spatial criteria by iterating through all of the nodes. This would (probably) be much faster using some logical masks with numpy arrays instead of simple list operations.
A few structure types look for elements that fall within certain spatial criteria by iterating through all of the nodes. This would (probably) be much faster using some logical masks with
numpyarrays instead of simple list operations.