elrnv / vtkio

Visualization ToolKit (VTK) file parser and writer
Apache License 2.0
57 stars 13 forks source link

Added non-linear cell types #8

Closed elrnv closed 4 years ago

elrnv commented 4 years ago

Simply adding non-linear cell types to the existing CellType enum seems to work for the trivial test case of extending the unstructured_grid_complex.vtk with a QuadraticTetra cell.

Additional tests are greatly appreciated.

Fixes #7

Andlon commented 4 years ago

That's awesome, thanks! I'll try to squeeze in a little time during the week to see if I can add some more tests to your PR. Would you like to merge yours first to master, then I can make a separate PR with additional tests...?