diff --git a/docs/changelog/visit-file-reader.md b/docs/changelog/visit-file-reader.md new file mode 100644 index 000000000..389e73871 --- /dev/null +++ b/docs/changelog/visit-file-reader.md @@ -0,0 +1,3 @@ +# 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 ` that specifies the number of VTK files to be read.