[Paraview] Writing IntegrateAttributes to CSV using Python

2009-04-06 Thread bart.boonacker
Dear All, I am looking for an example script/pointers on how to write IntegrateAttributes (Integrate01 = servermanager.filters.IntegrateAttributes(registrationGroup='sources',registrationName='Integrator',Input=Calculator01)) to a CSV file, when using Python. I cannot find the right functions

[Paraview] animations in Paraview

2009-04-06 Thread Dinesh Kumar
Dear Xdmf users and developers, I'd like to know if it is possible to run animations in Paraview, with XDMF2 format? I asked the same question few days ago, without any response. I was not sure if the email got through. Can someone respond even if he/she is doesn't know the answer, so that I know

Re: [Paraview] visualization a lot of models

2009-04-06 Thread Yixun Liu
Thanks for your hint. Berk Geveci wrote: I don't think ParaView is the right fit for your application. You should probably look at renderers that support on demand loading, specially if you are interested only rendering the models and not filtering them. Maybe something along the lines of

Re: [Paraview] just an observation--resample with dataset filter

2009-04-06 Thread Moreland, Kenneth
Geometry sounds good. Data is a bit vague. How about probe points? Or probe locations? Or just locations? -Ken On 4/5/09 12:30 PM, Berk Geveci berk.gev...@kitware.com wrote: That sounds good to me. Any objections? On Sat, Apr 4, 2009 at 6:40 PM, Jacques Papper jacques.pap...@gmail.com

Re: [Paraview] Writing IntegrateAttributes to CSV using Python

2009-04-06 Thread Utkarsh Ayachit
What version of ParaView are you using? Utkarsh On Mon, Apr 6, 2009 at 11:28 AM, bart.boonac...@actiflow.com wrote: Dear All, I am looking for an example script/pointers on how to write IntegrateAttributes (Integrate01 =

Re: [Paraview] just an observation--resample with dataset filter

2009-04-06 Thread Jacques Papper
Well the idea is that the Geometry is composed of the probe points and locations Whilst the Data is the original data that will be interpolated onto the Geometry Geometry and probe points I think would be even more confusing 2009/4/6 Moreland, Kenneth kmo...@sandia.gov Geometry sounds

Re: [Paraview] just an observation--resample with dataset filter

2009-04-06 Thread Berk Geveci
Keep in mind that the filter is called Resample with dataset not Probe. I don't think Probe will be clear to users that are not familiar with VTK. -berk On Mon, Apr 6, 2009 at 3:33 PM, Moreland, Kenneth kmo...@sandia.gov wrote: Geometry sounds good.  Data is a bit vague.  How about probe

Re: [Paraview] Delaunay triangulation

2009-04-06 Thread Berk Geveci
Hmmm, I assumed that this was a bug but it is not. It is a feature of the filter (see the documentation for alpha). The only way I can see of turning it off is to change the source code of the filter. I also can't think of a filter that would remove everything but tets... It would be fairly easy

*****SPAM***** [Paraview] *****SPAM***** Re: extract surface of multiblock mesh

2009-04-06 Thread Takuya OSHIMA
I would vote for the ghost points. This is really a cool feature for datasets that doesn't have overlapping cells. Takuya OSHIMA, Ph.D. Faculty of Engineering, Niigata University 8050 Ikarashi-Ninocho, Nishi-ku, Niigata, 950-2181, JAPAN From: Berk Geveci berk.gev...@kitware.com Subject: Re:

Re: [Paraview] extract surface of multiblock mesh

2009-04-06 Thread Samuel Key
Renato. Spatial discrete algorithms based on the finite element method rarely if ever require ghost cells extending beyond the physical boundary. Algorithms based on finite difference technology almost always require a layer of ghost cells around the analysis domain to allow the

Re: [Paraview] Question about wrapping my own class within a reader

2009-04-06 Thread Michael Jackson
Yep. Here is the fun part. Paste _exactly_ your line 40 of vtkSgn.h and lets see what we can come up with. _ Mike Jackson mike.jack...@bluequartz.net BlueQuartz Softwarewww.bluequartz.net Principal