Re: [Paraview] PV 3.10.1 computing vorticity from vector field

2011-06-03 Thread Stephen Wornom
Tim Gallagher wrote: This is outside of what I usually do, so I may not be much help. But once you have the vorticity at all verticies, that should include the verticies on the cylinder surface. Correct How do you extract the surface? Is it a body fitted grid or an embedded

Re: [Paraview] Connecting/Disconnecting to pvservers multiple times doesn't work

2011-06-03 Thread Utkarsh Ayachit
I've committed a fix for this. Feel free to give it a try. Utkarsh On Fri, Jun 3, 2011 at 9:17 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: I was able to reproduce it. I'll track it down, thanks. Utkarsh 2011/5/31 Takuya OSHIMA osh...@eng.niigata-u.ac.jp: Yes I am starting

[Paraview] Using vtkFileSeriesReader with vtkSpyPlotReader

2011-06-03 Thread Andreyev, Andrey
Hi, I'm trying to read in a restarted CTH Data set using vtkSpyPlotReader with vtkFileSeriesReader. But I cannot figure out how to transfer the information from the meta file (*.spcth-timeseries) to the spyplot reader. a section of my code: vtkFileSeriesReader*

Re: [Paraview] Using vtkFileSeriesReader with vtkSpyPlotReader

2011-06-03 Thread Robert Maynard
Hi, The SpyPlotReader already handle file series. The file extension just need to be a numeric value ie, spcth-a.0,spcth-a.1,spcth-a.2 while the name of the file start with spct. On Fri, Jun 3, 2011 at 12:11 PM, Andreyev, Andrey aandre...@hpti.comwrote: Hi, I'm trying to read in a restarted

Re: [Paraview] multi-block datasets and line chart

2011-06-03 Thread Utkarsh Ayachit
Paul, Yes, this is on our 4.0 list. Utkarsh On Fri, Jun 3, 2011 at 1:02 PM, Paul Edwards paul.m.edwa...@gmail.com wrote: Hi, Is there any plan to make the line chart support multiple selection of blocks in a multiblock dataset? Thanks, Paul ___

Re: [Paraview] Curved triangles

2011-06-03 Thread Burlen Loring
If you had used vtk's quadratic cells you could use the tessellate filter to show their curvature. On 06/03/2011 04:16 PM, Ramsharan wrote: Is there a way to plot/visualize curved triangles in paraview? This seems essential when using higher order finite elements. Thanks!