JuliaVTK / WriteVTK.jl

Julia package for writing VTK XML files
Other
151 stars 32 forks source link

Preserve connectivity integer type in output files #107

Closed jipolanco closed 1 year ago

jipolanco commented 1 year ago

When possible, we use the same element type of the connectivity vectors when writing them to VTK files. For instance, if connectivity vectors are given in Int32, then connectivity data in the binary VTK files is written as Int32. This can be useful to reduce the size of output files.