Re: [Paraview] Status of BoxLib AMR reader

2016-08-29 Thread Gallagher, Timothy P
I have to throw in the towel on this one for now and get back to some other deadlines... but, I put what I have so far online and created a merge request with information about the error and an example dataset attached. Hopefully somebody better with VTK than I am can take a look and figure

Re: [Paraview] Is USE_EXTERNAL_VTK supported with ParaView 5.1.2?

2016-08-29 Thread corinna reuter
You'll save many people's frustration by including VTKTargets.cmake in the "make install" target, thank you. I found a workaround is to copy VTKTargets.cmake from ParaView's build directory to the same place as the installed VTKConfig.cmake, and to replace all occurrences of the build directory by

[Paraview] X and Y bounds in python

2016-08-29 Thread Salazar De Troya, Miguel
Hello I’ve got an object opened that consists on an unstructured mesh with some cell data. In the Information tab, I can read the bounds for the X and Y coordinates, how can I extract this information in a python script? Thanks Miguel ___ Powered by

[Paraview] paraview.5.1.renderingbackend.opengl on server and paraview.5.1.renderingbackend.opengl2 on client

2016-08-29 Thread John Patchett
I have built a ParaView on a parallel machine with: 1) intel/16.0.32) openmpi/1.6.5 3) cmake/3.5.2 And "Classic OSMesa” Mesa-9.2.5 configured with instructions at: http://www.paraview.org/Wiki/ParaView/ParaView_And_Mesa_3D#Installing_Classic_OSMesa My problem is a handshake issue and

[Paraview] Paraview Web inside web app - pv is not defined

2016-08-29 Thread Daniel Zuidinga
Hi, I try to get pv web visualizer to work inside an angular2 component. The window opens on server and connection object seems right. But I get pv is not defined when try to call Snippet pv.initializeVisualizer(...) . Any ideas why this could be? ReferenceError: pv is not defined at

[Paraview] contour filter: customize values

2016-08-29 Thread Zenker, Dr. Matthias
Hi, I have a (hopefully) simple question: In the contour filter (on a 2D slice of a 3D dataset), I want to visualize contours corresponding to the values I give in the "Isosurfaces" table. But I get also contours corresponding apparently to min and max values of the corresponding data set. How

Re: [Paraview] Paraview Web inside web app - pv is not defined

2016-08-29 Thread Daniel Zuidinga
I looked into it. Seems that I have to get rid of the vtkweb-loader.js and load the js, tpl and css myself. Am 29.08.2016 um 10:19 schrieb Daniel Zuidinga: Hi, I try to get pv web visualizer to work inside an angular2 component. The window opens on server and connection object seems

Re: [Paraview] contour filter: customize values

2016-08-29 Thread Zenker, Dr. Matthias
And another question: When I apply the contour filtert to a slice and display both, the slide hides aprt oft he contour line. Is there anything I can do to avoid that? Thank you, Matthias > -Ursprüngliche Nachricht- > Von: Zenker, Dr. Matthias > Gesendet: Montag, 29. August 2016 15:40

Re: [Paraview] Status of BoxLib AMR reader

2016-08-29 Thread Utkarsh Ayachit
Tim, It doesn't know what the class is. Multiple things could have gone wrong: 1. is there call to ADD_VISIT_READER() for the new reader? 2. does the case match between the XML's class="" and the name specified in 1? If it makes it easier, create a MR on the

Re: [Paraview] Is USE_EXTERNAL_VTK supported with ParaView 5.1.2?

2016-08-29 Thread Utkarsh Ayachit
> Would it be easy for you to make the ParaView installation directory usable > as VTK_DIR by adding the required cmake files? Or is there a more difficult > problem underneath? The missing VTKTargets.cmake has been discussed several > times in the past with no real solution. We can certainly

Re: [Paraview] Is USE_EXTERNAL_VTK supported with ParaView 5.1.2?

2016-08-29 Thread Christophe Trophime
> From: "corinna reuter" > To: "Utkarsh Ayachit" > Cc: "ParaView" > Sent: Sunday, August 28, 2016 3:28:51 PM > Subject: Re: [Paraview] Is USE_EXTERNAL_VTK supported with ParaView 5.1.2? > Thank you, I will try if

Re: [Paraview] contour filter: customize values

2016-08-29 Thread Zenker, Dr. Matthias
Hi Utkarsh, thanks for replying so quickly. I have realized that in fact I see numerical fluctuations in my simulated data (nonzero electrical field in a normally field free region), so ParaView is not to blame... ;) My mesh being a bit coarse in some regions of the geometry, the contours have

Re: [Paraview] contour filter: customize values

2016-08-29 Thread Utkarsh Ayachit
Matthias, You should not get contours for min/max values unless you asked for them. Note, original input is not hidden when you apply the Contour filter. Is that what you're seeing? On Mon, Aug 29, 2016 at 6:59 AM, Zenker, Dr. Matthias wrote: > Hi, > > > > I have a

Re: [Paraview] Status of BoxLib AMR reader

2016-08-29 Thread Utkarsh Ayachit
Tim, Did you also add it to visit_readers.xml [1]? The proxy definition should also have a section like so [2]. Utkarsh [1] https://gitlab.kitware.com/paraview/visitbridge/blob/master/databases/visit_readers.xml [2]

Re: [Paraview] Status of BoxLib AMR reader

2016-08-29 Thread Gallagher, Timothy P
Thanks for the quick response, the case didn't match between the two files and that was the issue. I'm able to use the reader to select the file and it sees the names of the variables in it properly, but when I hit Apply it throws: ERROR: In

Re: [Paraview] Paraview Web inside web app - pv is not defined

2016-08-29 Thread Sebastien Jourdain
Did you figure out how to load everything by hand? On Mon, Aug 29, 2016 at 4:47 AM, Daniel Zuidinga wrote: > > I looked into it. > Seems that I have to get rid of the vtkweb-loader.js and load the js, tpl > and css myself. > > > > > Am 29.08.2016 um 10:19 schrieb Daniel

Re: [Paraview] Status of BoxLib AMR reader

2016-08-29 Thread Gallagher, Timothy P
Utkarash, Thanks, I had added it to the xml file, but I didn't reconfigure (just rebuilt) so it didn't get added to the list. I'm making some progress it seems, it is picking the right reader now. But it is crashing with a rather unhelpful message: ERROR: In