[Paraview] Calculate with global data

2016-10-28 Thread Scott, W Alan
Is there a way to use global data in the calculator, Python Calculator or Programmable Filter? For example, if I want to multiply a variable by the TMSTEP in can.exo, and put this back into a new variable, how do I do it? Thanks, Alan ___ Powered by

Re: [Paraview] Data structure type

2016-10-28 Thread Moreland, Kenneth
Chris, Ultimately to represent your data in the way you describe, you will need to store it in an unstructured grid. Even though your data are regular in the X and Y directions, the structured data types will insist on connecting the points of the cells, which you explicitly stated that you do

Re: [Paraview] Paraview 4.4.0 crashes when exporting scene without rasterization of 3D objects

2016-10-28 Thread David Lonie
On Fri, Oct 28, 2016 at 2:46 PM, Simon Couture wrote: > I try to export scene with the cylinder source as I described in my first > e-mail, I save it to .svg format, unchecking the Rasterize 3D geometry. > This time Paraview does not crash, however upon opening the .svg

Re: [Paraview] Paraview 4.4.0 crashes when exporting scene without rasterization of 3D objects

2016-10-28 Thread Simon Couture
Hello Dave, I appreciate your feedback. I was hesitant to try the newest version (5.2.0 Windows 64 bit build for me) since I read that there was a new backend which changed the way the vector format was being output, I wanted to go for something more "proven" with 4.4 =D Still I went ahead

Re: [Paraview] Paraview 4.4.0 crashes when exporting scene without rasterization of 3D objects

2016-10-28 Thread David Lonie
I just grabbed the 4.4 release on linux and it works fine, so it sounds like something specific to the windows builds. 4.4 is quite dated at this point. Do you still see this issue on newer versions of paraview? http://www.paraview.org/download/ Dave On Fri, Oct 28, 2016 at 12:27 AM, Simon

Re: [Paraview] Programmed generation of ParaView state file ?

2016-10-28 Thread Cory Quammen
Florian, How about using a state file exported from ParaView as a template? You can modify the template to add text tags for things that should be customized per simulation output. When generating the simulation, just search/replace the tags with the necessary values. HTH, Cory On Fri, Oct 28,

[Paraview] Superbuild WIKI page

2016-10-28 Thread Angelini, Richard C (Rick) CIV USARMY RDECOM ARL (US)
I went to the Paraview SuperBuild page and found this message: "Updated for ParaView Superbuild have moved to the source repository starting with ParaView 5.2. For docs for earlier versions, please check out the history tab for this

Re: [Paraview] Data structure type

2016-10-28 Thread Christian Gabriel
Thanks Dave, I’ll take a closer look. I think I’m still a little confused about cell based data versus node based data at the top and bottom of the cell …. I found this which was generated with Paraview, so I know it can be done ☺ [cid:image001.jpg@01D230F1.D9A2EA70] From: David E DeMarle

Re: [Paraview] Data structure type

2016-10-28 Thread David E DeMarle
Try vtkStructuredGrid and the Cell Data to Point Data filter. hth On Oct 27, 2016 9:30 PM, "Christian Gabriel" wrote: > Good day. > > > > I’m looking into Paraview for 3D visualisation of modelling results from > an integrated surface water/groundwater model. > >

[Paraview] Collapse in pqPipelineBrowserWidget

2016-10-28 Thread Зиганшин Шагит
Hi! I'm tryng to implement autocollapse in pipeline browser, but overriding pqPipelineBrowserWidget::expandWithModelIndexTranslation or implement my method for autocollapse cause crashes, e.g ``` c++ void pqPipelineBrowserWidget::collapseWithModelTranslation(const QModelIndex& index) {

[Paraview] Programmed generation of ParaView state file ?

2016-10-28 Thread Florian Hoffmann
Dear all, Has anybody ever tried to automatically (=by a program) generate a PV state file for a known pipeline with known settings ? My code is writing its simulation results into a HDF5 file. In an additional step I am processing this file in order to generate a/several corresponding XDMF