pyevtk icon indicating copy to clipboard operation
pyevtk copied to clipboard

PyEVTK (Python Export VTK) exports data to binary VTK files for visualization/analysis with packages like Paraview, VisIt, and Mayavi.

Results 3 pyevtk issues
Sort by recently updated
recently updated
newest added

I am able to generate a perfectly good .vtu file using unstructuredGridToVTK. As a natural next step, I am using VtkGroup to combine multiple .vtu into one .pvd (along the...

pyevtk stores the data associated with the given mesh in append data, that is given in a `raw` binary format. Setting of `raw`: https://github.com/pyscience-projects/pyevtk/blob/488306a93015c3c82688e0961f485972e71644ad/pyevtk/vtk.py#L636 Encoding as binary: https://github.com/pyscience-projects/pyevtk/blob/488306a93015c3c82688e0961f485972e71644ad/pyevtk/evtk.py#L98 This is...

On pypi the latest release is from june 5, 2024 at release `1.6.0`, but on thi repository, release stops at `1.2.0` with latest commit a year old. Is there a...