JuliaVTK / ReadVTK.jl

Julia package for reading VTK XML files
https://juliavtk.github.io/ReadVTK.jl
MIT License
30 stars 9 forks source link

Add 1 to `VTKPrimitives` connectivity indices to follow convention in ReadVTK.jl #47

Closed eliascarv closed 8 months ago

eliascarv commented 8 months ago

This convention is already working in the ".vtu" format and needs to be corrected in the ".vtp" format

sloede commented 8 months ago

ReadVTK.jl v0.2.0 was just released, which includes this PR.