Skip to content

CSV writer time improvements

vtkCSVWriter is now a time-aware writer, and it can write all time steps in a single file or separate files (the default is a single file). Additionally, it can now write a column with the timestep values (the default is off).

This MR resolves issue #21147 (closed).

This MR resolves issue #21148 (closed).

Edited by Spiros Tsalikis

Merge request reports