Hi Daniel, I've loaded your data files and it seems that the issue is related to the order the time serie.
Because you do not have a 0 padding, the first 10 steps get interleaved with the 10, 20, 30... We can improve the sorting algorithm but if you add a zero for padding, you should be all set (I mean, I did try and that solved the issue). Seb On Mon, Jun 12, 2017 at 3:24 PM, Daniel Zuidinga <[email protected]> wrote: > Hi, > > I converted a salome/code_aster med file to vtm and all values are right > in paraview. But in paraview web there are failures on some time steps. I > think this is a bug? What can I do? I tried this with several files and > have always the same errors. > > Example file: > https://www.dropbox.com/s/mt2qeb8d50koepv/Km5oysKroZ_VDb1iUuR.zip?dl=0 > > regards > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at http://www.kitware.com/opensou > rce/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview >
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
