[Paraview] Mixed Formulation FEM in Paraview

2014-12-09 Thread Teo Ioannis
I would like to ask if it is possible to display scalar, vector or tensor values at distinct nodes in a finite element mesh. To make things clearer, there exist finite element formulations where not all nodes have the same number of degrees of freedom. Consider the case of a 20 node hexahedral

Re: [Paraview] Mixed Formulation FEM in Paraview

2014-12-09 Thread Andy Bauer
Hi, Currently ParaView assumes that all field variables have the same interpolation/shape functions for point data. You would have to either throw out the higher order interpolation/shape functions or compute the dofs for them for the lower order field approximation. Regards, Andy On Tue, Dec

[Paraview] RGB color coding

2014-12-09 Thread Martin Genet
Dear ParaView people, I'm trying to make a periodic but non-symmetric color map. I tried the attached xml definition, but it seems that between red and magenta, ParaView interpolates in the other direction, see attached png screenshot. Is that the expected behavior? Is there a way to

Re: [Paraview] [EXTERNAL] Re: Streaklines

2014-12-09 Thread Pradeep Jha
I am also trying to figure out the streakline filter. Still don't understand how to make it function :) On 5 December 2014 at 14:10, Scott, W Alan wasc...@sandia.gov wrote: Andy, Mind giving me an example of how to run this streakline filter? I have never used it before. Thanks!

[Paraview] Starting a batch animation in the middle -- fail

2014-12-09 Thread Bill Sherman
Hello, I have been successfully using pvbatch to generate animated image sequences of state files created with the ParaView GUI. However, I am not able to begin an animation in the middle -- which I desperately need to do in order to parallelize my renderings. I mentioned this before in July

Re: [Paraview] Mixed Formulation FEM in Paraview

2014-12-09 Thread Samuel Key
Theofilos, These may not be the most elegant solutions, but they are simple and will work very nicely. ParaView is capable of reading multiple datum sets and displaying the results either in the same window or in side-by-side windows (and, probably both

Re: [Paraview] Axis Labels in superscript scientific notation

2014-12-09 Thread Cory Quammen
Hi Venkatt, As far as I know, scientific notation with the exponent in superscipt is not currently possible. Cory On Thu, Dec 4, 2014 at 10:31 PM, Venkattraman A vayyasw...@ucmerced.edu wrote: I was wondering if there was a way to use the traditional scientific notation (1x10^16) instead of

Re: [Paraview] [EXTERNAL] Re: Axis Labels in superscript scientific notation

2014-12-09 Thread Scott, W Alan
It doesn't sound like a bad idea, however. Mind writing up a feature request? Thanks, Alan -Original Message- From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of Cory Quammen Sent: Tuesday, December 09, 2014 12:23 PM To: Venkattraman A Cc: ParaView Subject: [EXTERNAL]

Re: [Paraview] [EXTERNAL] Re: Streaklines

2014-12-09 Thread Andy Bauer
Hi, The streakline filter requires a time dependent input as well as a vector field input (probably point data required but didn't verify this). After that, an input needs to be created for the seeds of the streaklines (i.e. the location that the streaklines go through). Select the time dependent

Re: [Paraview] [EXTERNAL] Re: Axis Labels in superscript scientific notation

2014-12-09 Thread Venkattraman A
Thanks Cory and Alan. I will put in a Feature request online. Venkatt On 12/09/2014 11:36 AM, Scott, W Alan wrote: It doesn't sound like a bad idea, however. Mind writing up a feature request? Thanks, Alan -Original Message- From: ParaView [mailto:paraview-boun...@paraview.org] On

[Paraview] animate parameter for python programmable filter

2014-12-09 Thread Ryan Abernathey
Hi, I would like to animate a parameter with a python programmable filter using keyframes. In this simple example, I just want to rescale a scalar variable by a constant factor (alpha). But I want to animate this factor. Here is my filter: from paraview.vtk import dataset_adapter as DA