JuliaVTK / WriteVTK.jl

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

Add support for general field data #66

Closed jipolanco closed 4 years ago

jipolanco commented 4 years ago

This adds support for writing field data which is independent of the grid dimensions, and not attached to grid points or cells. This seems to be the "official" VTK way of attaching metadata to VTK files.

Closes #65.