WriteVTK.jl icon indicating copy to clipboard operation
WriteVTK.jl copied to clipboard

Julia package for writing VTK XML files

Results 12 WriteVTK.jl issues
Sort by recently updated
recently updated
newest added

Is there support within this package for one-dimensional line elements? I am visualizing 1-dimensional line elements within 3D in Paraview, and can't seem to find support for visualizing line elements...

cc @jipolanco @fredrikekre @fverdugo Some context on this issue: * Related to PR https://github.com/jipolanco/WriteVTK.jl/pull/90 * See https://vtk.org/wp-content/uploads/2015/04/file-formats.pdf, from page 16 till the end for details on VTK parallel file formats....

This package is really useful for my research and I wish I could completely forget about other file formats. The problem is that currently I can only save into disk,...

enhancement

Hello, Do you know if it is possible to generate any AMR-based VTK file formats? The data I have is organized in a block-based AMR format, but I have little...

I am not sure if this is possible with VTK, but it would be great to have one file that stores an unstructured mesh and data on the mesh at...

Hi, would you be interested to port this to MeshIO? MeshIO hopefully will become a standardized library for, well, Mesh IO. Advantages will be, that everyone uses the same types,...

I am trying to export data using WriteVTK v1.18.2 to be examined with paraview. Specifically, the data is based on a rectilinear grid of size 41 x 41. The output...

Isn't it strange that in this code, the function `test1()` raises MethodError, but `test2()` works normally? I would expect them to do the same thing. ``` module simple_test using WriteVTK...

Reference issue: https://github.com/JuliaVTK/WriteVTK.jl/issues/125 This PR is a draft as the code is in a rough shape compared to the rest of the WriteVTK library. My implementations works in the following...

With the release of Julia 1.9, we can now use a package extension for supporting HDF5, instead of Requires.jl. The VTKHDF format has been out for a while now: https://kitware.github.io/vtk-examples/site/VTKFileFormats/#hdf-file-formats...

enhancement