Skip to content

Faster cell link construction

Will Schroeder requested to merge will.schroeder/vtk:Threaded-CellLinks into master

Generate cell links (i.e., for each point, the cells that use it) using a new faster approach. It is also more memory efficient.

Merge request reports