Skip to content

Add new PVD Reader

Lukas Riedel requested to merge new-pvd-reader into master

What does this MR do?

  • Add a PVDReader which loads a PVD file and stores a list of VTKReaders.
  • Give VTKReader the capability of storing the respective simulation time.
  • Make VTKReader instances comparable via the file paths to the opened VTK files.

Is there something that needs to be double checked?

Can this MR be accepted?

  • Implemented PVDReader
  • Added/Updated tests: test_vtkreader.py
  • Added/Updated documentation
  • Pipeline passing
  • Squash option set
  • Delete branch option set
  • Added entry to CHANGELOG.md

Assignee: If the Squash option is set, check/update the commit message right before merging!

Related issues

Edited by Lukas Riedel

Merge request reports