optimad / bitpit

Open source library for scientific HPC
http://optimad.github.io/bitpit/
GNU Lesser General Public License v3.0
115 stars 34 forks source link

IO/VTK: add support for writing time series #432

Closed andrea-iob closed 6 months ago

andrea-iob commented 7 months ago

The VTK class is now able to write PVD files containing the information about the time series.

ksamouchos commented 7 months ago

There is a typo in the comment of commit f769f3a :

"return an invalid counter is a file is not in a time series"

andrea-iob commented 7 months ago

There is a typo in the comment of commit f769f3a :

"return an invalid counter is a file is not in a time series"

Fixed.

andrea-iob commented 7 months ago

I've fixed the generation of PVD collection for parallel cases.