Skip to content

adding cell-to-point topology support and worklet

Jeremy Meredith requested to merge jsmeredith/vtk-m:newtopology into master

This adds code to support a cell-to-point topological mapping worklet.

For explicit cell set, there is code to calculate a cell-to-point topology from the canonical point-to-cell topology. (It is not parallelized at this point.) Most of the required code for structured grids was already in place.

Merge request reports