[Paraview] Parallel IO with paraview

2013-03-28 Thread Ryan Crocker
My flow solver uses parallel MPI writes to make ensight gold formatted files. These work in paraview, no problem. What i'd like to do is take the raw ensight data files, read them, and spit back out ascii arrays. If i could do this painlessly with something written in fortran, or C without usi

[Paraview] Quadrature in Paraview

2013-03-28 Thread afad sfgsfdgsfd
I am trying to understand quadrature in paraview. I am running finite element simulations in which I have displacements at the nodes of the element, and stress/strain at the quadrature points. I have linear and quadratic hexahedral or tetrahedral elements. I have been spending days tryin

[Paraview] Geometric center of Dataset

2013-03-28 Thread Hedieh Ebrahimi
Hi all, I have a question. Is there anyway to get the geometric center of all the cells in the dataset ? Is there any filter or anyway to do it with python calculator filter ? Thanks. ___ Powered by www.kitware.com Visit other Kitware open-source pro

Re: [Paraview] [EXTERNAL] Geometric center of Dataset

2013-03-28 Thread Moreland, Kenneth
Does the Cell Centers filter do what you want? -Ken Sent from my iPad so blame autocorrect. On Mar 28, 2013, at 11:36 AM, "Hedieh Ebrahimi" wrote: > Hi all, > > I have a question. Is there anyway to get the geometric center of all the > cells in the dataset ? > > Is there any filter or an

Re: [Paraview] [EXTERNAL] Geometric center of Dataset

2013-03-28 Thread Hedieh Ebrahimi
Hi, No Cell Centers filter will just find the center of each cell in the data set. I am looking for a way to get the Geometric Center of a dataset. So that is I am looking to find a point from all the number of points I have got. Is there anyway to do that ? any ideas ? Thanks On 28 March 2013

[Paraview] custom TreeWidgetitems in custom panel

2013-03-28 Thread Felipe Bordeu
Hello, I have QTreeWidget derived class instance in my homemade reader (custom panel), managed automatically by ParaView (using the xml description), but the fields are alphabetically sort (1, 10, 100, 101, ..., 11, 12,...) and not numerically (1,2,3,...10,11,); So a created a new a functio

[Paraview] Issues with pvpython and python

2013-03-28 Thread Chukwudi Chukwudozie
Hi, Am am still unable to resolve me two issues with pvpython and python on my mac OSX 10.7.5. 1.) I saved a python trace which I ran successfully on terminal. I tried to run the same script using python and I get the following error messages. Chukwudis-MacBook-Pro:Python chukwudichukwudozie$

[Paraview] State files and plugins

2013-03-28 Thread Reuter, Michael A.
Hi, I have a dumb question about state files. When a plugin is called while loading a state file, what function calls are executed on the plugin? I'm specifically wondering about RequestInformation and RequestData. Thanks, M Dr. Michael Reuter Data Analysis and Visualization Group Neutron Data

Re: [Paraview] [EXTERNAL] Issues with pvpython and python

2013-03-28 Thread Scott, W Alan
Is this a kitware download, or did you do your own build? Assuming this is something like Linux, you may have an issue with PYTHONPATH. Try setting that to the python libraries. Alan From: paraview-boun...@paraview.org [mailto:paraview-boun...@paraview.org] On Behalf Of Chukwudi Chukwudozie S

Re: [Paraview] State files and plugins

2013-03-28 Thread Sebastien Jourdain
When a state file is read, ParaView will create the proxy the same way as they used to be with the same set of values for their properties. That's about it, nothing special regarding the RequestInformation and RequestData. The only thing that could happen is if your plugin classes expect a certain