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
Currently we scan ALL elements for the one that contains one or more particles in an lapply loop. Can we reduce the search effort by row-binding particles as we go?
Can we reduce the search area by cropping the region around the point? Like cropping the mesh?
if user selects a fixed z then skip retrieval of ww?
The text was updated successfully, but these errors were encountered:
Currently we scan ALL elements for the one that contains one or more particles in an lapply loop. Can we reduce the search effort by row-binding particles as we go?
Can we reduce the search area by cropping the region around the point? Like cropping the mesh?
if user selects a fixed z then skip retrieval of
ww
?The text was updated successfully, but these errors were encountered: