[Paraview] How can I add timer to animtion screen?

2008-12-03 Thread Andrey Merdeev
Hello everyone! Does anybody know how add timer to paraview animation? -- Andrey ___ ParaView mailing list ParaView@paraview.org http://www.paraview.org/mailman/listinfo/paraview

Re: [Paraview] How can I add timer to animtion screen?

2008-12-03 Thread Hom Nath Gharti
If you mean time annotation - Sources - Annotate Time On Wed, Dec 3, 2008 at 8:03 AM, Andrey Merdeev [EMAIL PROTECTED] wrote: Hello everyone! Does anybody know how add timer to paraview animation? -- Andrey ___ ParaView mailing list

[Paraview] Adding axes

2008-12-03 Thread Hom Nath Gharti
My python script consists of following segments: import vtk sm=servermanager pm=sm.ProxyManager() view=sm.GetRenderView() #CreateRenderView() reader=pm.GetProxy('sources','py_3d_strike0_stack_XY.vti') rep=sm.CreateRepresentation(reader,view) ... ... ... # draw the axes. Add the actor to the

Re: [Paraview] [Xdmf] Problem when loading parallel data

2008-12-03 Thread Jens
Hi Jerry, I am lucky to find this thread... I am about to try exactly the same as Renato did (lot of timesteps of a big simulation - parallel mode nessessary) Therefor I was wondering if wildcards might work already. I found this website on XPath

Re: [Paraview] Multiple Screens

2008-12-03 Thread Moreland, Kenneth
Christian, Did you mistype the first mpirun command? Running pvclient in mpirun has never worked in any ParaView version. With ParaView 3.4, the following similar launch command should work (assuming that your version of mpirun supports the : argument): mpirun -np 1 ./pvserver -display :0.0

Re: [Paraview] Ghost cells for standalone Paraview

2008-12-03 Thread Moreland, Kenneth
OK, I understand now. What you are asking for is not exactly what VTK/ParaView considers ghost cells. You want add a layer of points around the boundary of an image data (i.e. 3D uniform regular grid) with minimum values to force the contour filter to create closed surfaces. I don't know of