Re: [Paraview] Distortion when loading time varying vector field from raw binary files using xdmf reader

2012-11-24 Thread Tobias Benz
Hi again! Maybe it matters, maybe it doesn't. This is how I am writing those raw files using Matlab: % in loop over all frames i = 1:294 f_uv = [filename '_' sprintf('%04d', i-1) '.raw']; fid_uv = fopen(fullfile(outdir,f_uv), 'w'); fwrite(fid_uv, uv, 'float'); % uv is 256 b

[Paraview] Distortion when loading time varying vector field from raw binary files using xdmf reader

2012-11-23 Thread Tobias Benz
Hi, I have a time-varying 2D vector field (2D velocities) of the size 256 by 256 pixels sampled at 294 points in time. Each frame is stored in a raw binary file ('uv_.raw' to 'uv_0293.raw'). I am using 'timeseries.xdmf' [1] to load this data into ParaView. Unfortunately, in ParaView 3.98