Skip to content

New tool extractVTUDataArrayToCSV

Tom Fischer requested to merge TomFischer/ogs:ExtractVTUDataArrayToCSV into master

Tool to extract data array values from a vtu into a csv file. Recently, I had some problems using python vtu module. For this reason I implemented this functionality in C++.

  1. Feature description was added to the changelog
  2. Tests covering your feature were added?
  3. Any new feature or behavior change was documented?

Merge request reports