Re: [Paraview] PV 3.14.1 crashes when disconnecting a dataset

2012-04-27 Thread Richard GRENON
Hello, Utkarsh. I made further tests with the sate file that makes PV 3.14.1 crash when disconnecting the dataset. I launch PV 3.14.1 in command line, and when I disconnect the dataset, it crashes with this short message : "segmentation fault" This state file has been written by PV 3.14.1 a

[Paraview] error: RegionIDs cannot be 0

2012-04-27 Thread Stéphane Backaert
Hello Paraviewers, (sorry for this long email but I wanted to give some pieces of code and the different things I tried before using the mailing list) I have a 3D field of a vector and I would like to create different renderings at different parts of it. So, I play with ExctractSubset, Programm

[Paraview] Cubic Spline

2012-04-27 Thread Abdullahi Sanusi
Hi All, I have a curve extracted from my Polydata and would like to perform cubic spline to retain specified number of points e.g 20 points. Please how can I achieve this? Your response is well appreciated. Cheers. ___ Powered by www.kitware.com Visit ot

[Paraview] High-order visualization

2012-04-27 Thread Sébastien Blaise
Hi, I'm a big fan of Paraview, but I am lacking the feature to visualize arbitrary order elements (more than 2). After some searches, I did not find any suitable solution (I currently split the elements into my code). Is anyone aware on a plugin doing that, or should I start writing one? Th

Re: [Paraview] PV 3.14.1 crashes when disconnecting a dataset

2012-04-27 Thread Utkarsh Ayachit
Why don't you send me the state file. I'll see if I can reproduce it without the dataset. Utkarsh On Fri, Apr 27, 2012 at 3:50 AM, Richard GRENON wrote: > Hello, Utkarsh. > > I made further tests with the sate file that makes PV 3.14.1 crash when > disconnecting the dataset. > > I launch PV 3.14

Re: [Paraview] VisitBridge - GMV Reader

2012-04-27 Thread Robert Maynard
Hi Terry, Make sure the VISIT_READER_TYPE in your CMakeLists is either STMD or MTMD. Secondly we expect the reader to return the correct number of of time steps or cycles when we call GetCycles or GetTimes. If this isn't how your reader behaves can you explain to me where you are storing the time

Re: [Paraview] VisitBridge - GMV Reader

2012-04-27 Thread Terry Jordan
Thanks for the reply. It uses vtkAvtSTMDFileFormatAlgorithm. As for the number of cycles that is not known by the file format or the user. Each time step is an individual file, similar to how the vtu file series behaves. In the file open dialog ParaView picks up all the files and groups the

[Paraview] How to calculate the gradient ?

2012-04-27 Thread Roba Binyahib
Hi everyone I have applyed the contour filter on a dataset with isosurface Temp and I want to calculate the gradient of a variable Temp on the combustion dataset and use the magnitude of the gradient as a color map for the Temp isosurface how can I do that ? Thanks ---

Re: [Paraview] VisitBridge - GMV Reader

2012-04-27 Thread Robert Maynard
This is an oversight on my part. Can you please submit a bug that STMD files don't support file series properly. On Fri, Apr 27, 2012 at 10:23 AM, Terry Jordan wrote: > Thanks for the reply. > > It uses vtkAvtSTMDFileFormatAlgorithm. As for the number of cycles that > is not known by the file f

Re: [Paraview] How to calculate the gradient ?

2012-04-27 Thread David E DeMarle
Apply the gradient filter first to make the temp gradient field, then contour the output of that but choose the original temp field as the one to contour. Finally choose the gradient field magnitude as the value to color the isosurface by. reader->gradient->contour David E DeMarle Kitware, Inc. R

Re: [Paraview] How to calculate the gradient ?

2012-04-27 Thread Roba Binyahib
Can you explain me how can I apply the gradient filter using python this is my code from paraview import servermanager from paraview.simple import* connection = servermanager.Connect() reader.FileName ="/Users/../disk_out_ ref.ex2" reader.UpdatePipeline() pointData = servermanager.filte

Re: [Paraview] VisitBridge - GMV Reader

2012-04-27 Thread Robert Maynard
The easiest solution will be to expand the visit_readers.xml file to have a second base visit reader base class. This second base class would be a file series reader and would be used for all single time database readers. On Fri, Apr 27, 2012 at 11:00 AM, Terry Jordan wrote: > I can submit a bug,

[Paraview] Transient Fluent Data

2012-04-27 Thread Terry Jordan
I am trying to enable file series reading for the fluent format. I have tried to follow the example from the wiki to no avail. I tried to enable it by adding the following entry to the sources in the readers.xml in the ServerImplementation folder. Reads flueent