Re: [Paraview] eigenvector animation

2013-02-21 Thread Utkarsh Ayachit
It should be possible since you can animate arbitrary filter/source parameters. Can you share a sample dataset? I can see what I can do. Utkarsh On Thu, Feb 21, 2013 at 2:26 PM, Karl Merkley wrote: > I have a .vtu file with deformation data defined by an eigenvalue > analysis. There is no ti

Re: [Paraview] Disable Diffuse and Specular light

2013-02-21 Thread Utkarsh Ayachit
Through Python shell, you can. You can set the Diffuse and Specular properties on a representation to 0. The following sets the same for the active representation: > rep = GetDisplayProperties() > rep.Diffuse = 0 > rep.Specular = 0 > Render() On Wed, Feb 20, 2013 at 12:50 AM, the lily wrote: >

[Paraview] eigenvector animation

2013-02-21 Thread Karl Merkley
I have a .vtu file with deformation data defined by an eigenvalue analysis. There is no time data but I would like to apply a sinusoidal displacement over time so that I can see the animated eigenvectors.Is there a way to do this in Paraview? Thanks, Karl ___

Re: [Paraview] [EXTERNAL] vtkNetCDFCFReader parallel performance

2013-02-21 Thread Andy Bauer
I agree about the dependencies. I'm a bit worried about dealing with a vtkPNetCDFReader and a vtkPNetCDFCFReader but for parallel performance for climate data sets I think it's important enough to update it. Thanks, Andy On Thu, Feb 21, 2013 at 4:46 PM, Moreland, Kenneth wrote: > Both of these

Re: [Paraview] [EXTERNAL] vtkNetCDFCFReader parallel performance

2013-02-21 Thread Moreland, Kenneth
Both of these sound fine time. The only caveat is that (1) is a parallel-specific improvement that requires communication. I don't remember the dependencies of vtkNetCDFCFReader or the library it is in, but I would hesitate changing the dependencies. It might be necessary to make a vtkPNetCD

Re: [Paraview] [EXTERNAL] vtkNetCDFCFReader parallel performance

2013-02-21 Thread Andy Bauer
I've been looking at the code and there's a bunch of small reads in order to get all of the meta-data and set things up according to the CF conventions. I'm going through now just making process 0 do this work and broadcast it. I'm getting decent speedups on this for 240 processes on hopper where t

Re: [Paraview] Bugfix.

2013-02-21 Thread Robert Maynard
Thanks for the patch, we will merge merge it into next today. On Thu, Feb 21, 2013 at 9:53 AM, Nico Kruithof wrote: > Hello, > > When I tried to compile the latest release (3.98.1) with the intel > compiler, I received a compiler error. Attached is a fix. There was a > template function that wa

[Paraview] Bugfix.

2013-02-21 Thread Nico Kruithof
Hello, When I tried to compile the latest release (3.98.1) with the intel compiler, I received a compiler error. Attached is a fix. There was a template function that was implemented in the source file and therefore could not be found by the compiler. -- Nico Kruithof nghk.nl fix.diff Descript

Re: [Paraview] Field Data

2013-02-21 Thread Colin McAuliffe
Now, is it possible to plot field data over time? Plot selection over time seems not to work, and looking through the mailing list, Plot global variables over time will work only for the exodus II reader. Is there a way to do it for pvd's or vtu collections? Colin Quoting Karl König : Co

[Paraview] XDMF or VTK XML for multi-domain time-dependent data

2013-02-21 Thread Tomasz Koziara
Hi I work on a multi-body contact/impact simulation code. The code works with many (tens of thousands) separate unstructured meshed, each comprising from hundreds to thousands of nodes. Meshes can also fracture and fragment during simulation - hence their topology can change (although this is n

Re: [Paraview] PFlotran HDF5 format

2013-02-21 Thread Luis Manuel de Vries
Hi, Thanks very much! > Can we use the dataset you provided as part of the paraview test data? Sure, no problem! :-) Luis - Luis Manuel de Vries AMPHOS21 Passeig de Garcia i Faria, 49-51, 1-1 08019 Barcelona Spain Tel +34 935 830 500 Fax +34 933 075 928 *luis