From 6a516de22e6040b71d83382a1f1878188a2ebacf Mon Sep 17 00:00:00 2001 From: Dave Pugmire Date: Mon, 20 Mar 2023 10:58:28 -0400 Subject: [PATCH] Add entry for change log. --- docs/changelog/visit-file-reader.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docs/changelog/visit-file-reader.md 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.