Re: [Paraview] Which file format to use for time series on tetrahedral mesh

2017-04-27 Thread Christopher Neal
I've enjoyed using the EnsightGold format for visualizing my datasets. It can separate the grid from the solution data, so that you don't need to have a grid for every single timestep. On Thu, Apr 27, 2017 at 4:43 PM, Michael Bieri wrote: > Hello > > I have an FEM simulation,

[Paraview] Which file format to use for time series on tetrahedral mesh

2017-04-27 Thread Michael Bieri
Hello I have an FEM simulation, mostly based on Numpy. The simulation happens on a tetrahedral mesh and generates data for multiple time steps. There are less than several million nodes. Currently I'm not sure to which file format I should output my simulation results in order to visualize with

Re: [Paraview] Color legend not working properly

2017-04-27 Thread Ben Boeckel
On Thu, Apr 27, 2017 at 17:04:24 +, Lawson, Joel M. wrote: > It worked! Thank you very much. > Out of curiousity, what does the --mesa option do? We build Mesa as part of our packages and place the required libraries under `lib/paraview-5.3/mesa`. The `--mesa` flag just adds that directory to

Re: [Paraview] Color legend not working properly

2017-04-27 Thread Lawson, Joel M.
It worked! Thank you very much. Out of curiousity, what does the --mesa option do? Regards, Joel From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of Lawson, Joel M. Sent: Wednesday, April 26, 2017 6:39 PM To: Utkarsh Ayachit Cc: paraview@paraview.org

[Paraview] Best format for constant structure, varying scalars over time?

2017-04-27 Thread Nicolas Cedilnik
Hello, I come here for advice. I need to visualize scalars that change over time, on a constant mesh structure. The points don't move, the triangles don't move. What I'm doing right now is save the scalar values and mesh structure in a legacy VTK for each time step. It works but doesn't sound

Re: [Paraview] Displaying frame rate?

2017-04-27 Thread David E DeMarle
Also take note of Tools->TimerLog (from GUI) and Wrapping/Python/paraview/benchmarks (for scriptability). David E DeMarle Kitware, Inc. R Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Thu, Apr 27, 2017 at 11:28 AM, Cory Quammen

Re: [Paraview] Displaying frame rate?

2017-04-27 Thread Cory Quammen
Ah - it is an advanced property that won't show up unless you click the little gear icon. Text searching reveals all properties, normal or advanced. On Thu, Apr 27, 2017 at 11:25 AM, David Doria wrote: > Awesome, thanks! It is strange that "Show Annotation" doesn't show up

Re: [Paraview] Displaying frame rate?

2017-04-27 Thread David Doria
Awesome, thanks! It is strange that "Show Annotation" doesn't show up in the list in the Render View tab - I had to search "annotation" to see it. David On Thu, Apr 27, 2017 at 10:19 AM, Cory Quammen wrote: > Yes. Settings -> Render View tab -> Show Annotation > >

Re: [Paraview] Displaying frame rate?

2017-04-27 Thread Cory Quammen
Yes. Settings -> Render View tab -> Show Annotation HTH, Cory On Thu, Apr 27, 2017 at 11:03 AM, David Doria wrote: > Hello, > > Is it possible to display the framerate that Paraview is achieving? I'd like > to profile a few hardware setups a little more quantitatively than

[Paraview] Displaying frame rate?

2017-04-27 Thread David Doria
Hello, Is it possible to display the framerate that Paraview is achieving? I'd like to profile a few hardware setups a little more quantitatively than "it feels smooth or not", but on the actual types of operations I will be doing rather than some arbitrary benchmark suite. Thanks! David

Re: [Paraview] Python View + Matplotlib

2017-04-27 Thread Cory Quammen
Jay, I think I see the problem. Simply add import vtk to the top of your script and then change view.SetAttributeArrayStatus(i, vtkDataObject.POINT, "p", 1) to view.SetAttributeArrayStatus(i, vtk.vtkDataObject.POINT, "p", 1) That should do the trick. Cory On Thu, Apr 27, 2017 at 10:53 AM,

Re: [Paraview] Python View + Matplotlib

2017-04-27 Thread Cory Quammen
Arvind, Please explain how the code breaks at the line you cited. What error message are you seeing? Thanks, Cory On Wed, Apr 26, 2017 at 12:18 PM, Jayaprakash, Arvind wrote: > Dear All, > > > > I am interested in using the matplotlib library to plot the data

Re: [Paraview] Export Scene in Vector Graphic Format not Working Correctly

2017-04-27 Thread David Lonie
Hi Faraz, The vector graphic export in VTK/ParaView has always been tricky and, unfortunately, somewhat flaky. Many objects, most notably those that have textures applied for color, do not come out correctly when exporting through the GL2PS library, which VTK/ParaView are currently using. These