Announcement: VTUinterface v0.6

I’m happy to announce that VTUinterface v0.6 is now ready for use.
VTUinterface is a python tool (but works also well in julia via PyCall) for extracting field data from PVD/VTU files.
Main functionalities include the
-extraction of time series data at arbitrary points in the mesh
-extraction point-set data (e.g., along a discretized axis) at arbitrary times
Both capabilities are based on linear interpolation between grid points and time slices.

I’m pleased about your feedback and pull requests.

Requirements are SciPy, lxml and the Python vtk wrapper.

4 Likes

Nice work! I think this is useful for some people.

1 Like