Add entry for change log.

This commit is contained in:
Dave Pugmire 2023-03-20 10:58:28 -04:00
parent 97b460110f
commit 6a516de22e

@ -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 <N>` that specifies the number of VTK files to be read.