Re: [Paraview] [EXTERNAL] PROBLEM IMPORTING ENSIGHT SOS FILE

2015-03-13 Thread Scott, W Alan
Gaspare, I tried opening your .case files with ParaView and EnSight, and they seem OK. I then tried opening the .sos file, and had issues - even after removing the site specific information. I had issues with ParaView, and it crashed EnSight. Thus, I believe the issue is with the .sos

Re: [Paraview] [EXTERNAL] Re: Superbuild, CGNS and debug

2015-03-13 Thread Utkarsh Ayachit
Hmm...odd...not entirely sure why. So this worked with the same settings but Release mode earlier and now it's failing with Debug? Utkarsh On Fri, Mar 13, 2015 at 9:02 PM, Scott, W Alan wasc...@sandia.gov wrote: I wasn't very clear, was I? :-) I am trying to do a superbuild. I have enabled

[Paraview] Superbuild, CGNS and debug

2015-03-13 Thread Scott, W Alan
I am trying to get a debugger into a CGNS build of ParaView. CGNS builds seems to be dying trying to link to HDF5. Has anyone else seen this? Any ideas how to compile debug with CGNS and the Superbuild? Here is some of the errors that I am seeing: checking whether build environment is

Re: [Paraview] [EXTERNAL] Re: Superbuild, CGNS and debug

2015-03-13 Thread Scott, W Alan
I wasn't very clear, was I? :-) I am trying to do a superbuild. I have enabled CMAKE_BUILD_TYPE:STRING=Debug and ENABLE_cgns:BOOL=ON (along with lots of other stuff). I blow away my previous build. I run cmake. I then try to compile the superbuild, and it dies as shown below. Attaching

[Paraview] Algorithm to find grain neighbors

2015-03-13 Thread Zhang,Ying
Dear Paraview developers, I sent a question a while ago and probably didn’t get to the list. But here is my question again: I have a grain image in vti format and use Paraview to visualize the grains. In Paraview I use Representation/Surface along with xml template for coloring to display the

Re: [Paraview] Superbuild, CGNS and debug

2015-03-13 Thread Utkarsh Ayachit
I don't follow...what do you mean by get a debugger into a CGNS build of ParaView? You are getting these errors when building ParaView or running in in a debugger? On Fri, Mar 13, 2015 at 8:19 PM, Scott, W Alan wasc...@sandia.gov wrote: I am trying to get a debugger into a CGNS build of

Re: [Paraview] Temporal collection problem

2015-03-13 Thread Gottfried Necker
Am Freitag, 13. März 2015, 14:13:36 schrieb Armin Wehrfritz: At a first glance I don't see anything wrong with the XDMF file, but if you could upload the HDF5 file somewhere and post the link, it would be easier to figure out whats going wrong. It would already help to see the structure of

Re: [Paraview] Superbuild and code changes

2015-03-13 Thread Ben Boeckel
On Thu, Mar 12, 2015 at 23:18:54 -0400, Ben Boeckel wrote: Without looking, I can't remember the exact names of the cache variables, but they're something like paraview_GIT_URL and paraview_GIT_HASH. They are PARAVIEW_GIT_REPOSITORY and PARAVIEW_GIT_TAG (which is any git refname, not just a

Re: [Paraview] Temporal collection problem

2015-03-13 Thread Armin Wehrfritz
At a first glance I don't see anything wrong with the XDMF file, but if you could upload the HDF5 file somewhere and post the link, it would be easier to figure out whats going wrong. It would already help to see the structure of the HDF5 file, essentially the output of this: h5dump -H

[Paraview] Gauraud shading when reading from HDF5 file.

2015-03-13 Thread Feijoo, Gonzalo
Hello, Everyone, How can I use normals defined at each node to visualize a triangulation using Gouraud shading? If I write my data in the .vtk format, then this is automatically done by Paraview by saving the normals in the NORMALS field within the POINT_DATA field. But how can I do this from