Skip to content

Add parallel reader for Nek5000 format

Add vtkNek5000Reader class to VTK. This reader, authored by Jean Favre at the Swiss National Supercomputing Center, was migrated, more or less "as-is" from the following GitHub repository:

https://github.com/jfavre/ParaViewNek5000Plugin

Moving this reader into VTK proper also required moving two classes, vtkCleanUnstructuredGrid and vtkCleanUnstructuredGridCells, from ParaView VTKExtensions into VTK.

Merge request reports