vtk-m/docs/changelog/visit-file-reader.md
2023-03-20 10:58:28 -04:00

326 B

Added a reader for VisIt files.

A VisIt file is a text file that contains the path and filename of a number of VTK files. This provides a convenient way to load vtkm::cont::PartitionedDataSet data from VTK files. The first line of the file is the keyword !NBLOCKS <N> that specifies the number of VTK files to be read.