Skip to content

[WIP] VTK-to-VTKm importer for unstructured grids

Brent Lessley requested to merge blessley/vtk-m:add-vtk-importer into master

Simple implementation of an importer for VTK unstructured grid files. Currently, only 3-dimensional coordinates are supported - this will be generalized shortly. The importer returns a VTK-m dataset object, consisting of point coordinate fields and an explicit cell set. Resolution of compilation errors and warnings is still in progress.

Merge request reports