Re: [Paraview] Import of XDMF/HDF5:Cell centered attribute of 2D Rectangular grid

2015-03-12 Thread Armin Wehrfritz
Hi all! Thanks a lot Tim for the clarifications on the XDMF/HDF5 data format! You are right, without proper bug reports the potential problems won't be fixed. So, I probably should have reported the not working XDMF files with screenshots, but I just figured that I might do something wrong

Re: [Paraview] PV 4.1.0: save the data saves only 1/2 of a circle PROBLEM SOLVED - SAVE the csv file using the SCIENTIFIC NOTATION

2015-03-12 Thread Stephen Wornom
Recall that I have two cylinders. 1- extract a surface 2- connectivity 3- threshold 4 slice in the z-coordinate This produces two circles in the x-y plane. 5- I save the data in a csv file using the default format. 6- To read the cvs file in fortran, I replace the commas by a blank. 7- I read

[Paraview] Superbuild and code changes

2015-03-12 Thread Scott, W Alan
Is it possible to build ParaView with the superbuild, but change a few lines of code? I want to comment out a few warnings. These lines of source code keep getting written over. Thanks, Alan ___ Powered by www.kitware.com Visit other Kitware

Re: [Paraview] Superbuild and code changes

2015-03-12 Thread Ben Boeckel
On Fri, Mar 13, 2015 at 02:55:09 +, Scott, W Alan wrote: Is it possible to build ParaView with the superbuild, but change a few lines of code? I want to comment out a few warnings. These lines of source code keep getting written over. You could apply a patch[1] (using an ExternalData

[Paraview] Setting glyph color to be independent of color scale and color map

2015-03-12 Thread anton.piccardo-selg
Hi, We are building a customization of ParaView 3.98.1. Data sets are loaded with a signal range which is then used to set the scalar range for the color scale. Besides the data we plot some simple glyphs to indicate special points in our rendered data set. Currently they are all rendered

Re: [Paraview] Setting glyph color to be independent of color scale and color map

2015-03-12 Thread Moreland, Kenneth
The coloring of an object (in this case, the result of the glyph filter) is controlled by the representation object. The representation object can be set to be either a solid color or mapping a variable. It sounds like your glyph representation is already set to a solid color since the default

Re: [Paraview] vtkBlockColors legend should show correct sideset IDs

2015-03-12 Thread Dan Lipsa
Hi Ondřej, On Tue, Mar 10, 2015 at 4:59 PM, Ondřej Čertík ondrej.cer...@gmail.com wrote: Hi, I am testing the new vtkBlockColors feature in the latest Paraview (I am using 0a4ad038370beb6d30f51f43e32555b3adcea123), as introduced in the blog post: http://www.kitware.com/blog/home/post/859

[Paraview] Trying example in Paraview manual section 13.2.2 - can't get it to work

2015-03-12 Thread Adam Lyon
Hi, I'm trying to write a Python Programmable Source that can read files based on a time stamp (e.g. pick the file using the VCR buttons in Paraview). I see a nice example in the new Paraview manual (PDF) in section 13.2.2 - CSV file series, but I can't get that example to work. The

Re: [Paraview] PV 4.1.0: save the data saves only 1/2 of a circle

2015-03-12 Thread Stephen Wornom
I tried both PV 4.10 and PV 4.31 and get the same result. - extract surface - connectivity - threshold (defines the surface of the cylinder) information shows ymax= 0.5, ymin=-0.5 which is correct as the radius of the circle is 0.5. When I save data, the csv files has all of the y 0 values. For

Re: [Paraview] PV 4.1.0: save the data saves only 1/2 of a circle

2015-03-12 Thread Moreland, Kenneth
Stephen, I got your data and tried again. Once again I cannot replicate your error. When I open up the csv file in Excel, I get the number of rows I expect and the bounds of Y are what I expect. I tried both on a serial process and using a parallel job (in case there was a problem with writing