Skip to content

Variable topology fields

Kenneth Moreland requested to merge kmorel/vtk-m:variable-topology-fields into master

Changes to fetching in topology maps that lets you properly deal with cases where you do not know how many values are being fetched at compile time. For example, explicit cell sets can have any number of cell shapes that have different numbers of nodes.

This change should resolve issue #26 (closed).

Merge request reports