Skip to content

Fix/vtk fuzzy connectivity

Timo Koch requested to merge fix/vtk-fuzzy-connectivity into master

Fixes #112 (closed)

The connectivity array needs to be sorted locally for each cell.

There was a bug adding the offset when advancing to the next cell.

Merge request reports