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

2012-11-24 Thread Tobias Benz
fwrite(fid_uv, uv, 'float'); % uv is 256 by 256 by 2 matrix fclose(fid_uv); When I do a quiver plot of a frame in Matlab everything seems normal. I am also very willing to consider other options for getting this time series from Matlab into ParaView. Thanks in advance! Tobias

[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