[Paraview] ANN: ParaView 4.2.0-RC1 now available for download

2014-09-01 Thread Utkarsh Ayachit
Folks, ParaView 4.2, RC 1 (release candidate) is now available for download [1] . The detailed summary of the changes will follow. In the mean time, check out the blog [2] for posts on several of the new features. An exhaustive list of features implemented and bugs fixed in this release can be

[Paraview] Displaying wave elevation in time

2014-09-01 Thread Guillaume Jacquenot
Dear Paraview users, I would like to display a wave elevation field in Paraview, that is a structured mesh with a scalar data (wave elevation). This mesh moves over time. I came up with a solution based on CSV point files and a delaunay 2d filter in Paraview to represent wave elevation. I ask

Re: [Paraview] Displaying wave elevation in time

2014-09-01 Thread Samuel Key
Guillaume Jacquenot, The ExodusII binary-formatted results file will do what you want. However, an ExodusII writer can be difficult to implement. Some tribal knowledge is helpful. The EnSight-formatted results file will do just about everything

[Paraview] Toggling between 2D 3D view Issue

2014-09-01 Thread komeil
Dear friends, here is my implementation for having 2D view along with 3D view: $(#view_3d).bind(mousedown, function(){ if ($(this).hasClass(session_started)) { pv.connection.session.call('vtk:load3DView', null);

[Paraview] Toggling between 2D 3D view Issue

2014-09-01 Thread komeil
Dear friends, here is my implementation for having 2D view along with 3D view for Volume Rendeing: $(#view_3d).bind(mousedown, function(){ if ($(this).hasClass(session_started)) { pv.connection.session.call('vtk:load3DView', null);