Re: [Paraview] PV 3.12.0 coprocessing problem when using multiple filters

2011-12-07 Thread Takuya OSHIMA
Thanks Andy. Takuya OSHIMA, Ph.D. Faculty of Engineering, Niigata University 8050 Ikarashi-Ninocho, Nishi-ku, Niigata, 950-2181, JAPAN From: Andy Bauer Subject: Re: [Paraview] PV 3.12.0 coprocessing problem when using multiple filters Date: Tue, 6 Dec 2011 16:05:57 -0500 > * Hi Takuya, > > So

Re: [Paraview] Is There A 3d Widget Plugin Demo Available?

2011-12-07 Thread Robert Maynard
3D widgets separate the logic of display from interaction be specifying two classes. The widget class it self handles the interaction, and a widget representation handles the how to display the widget. The documentation for vtkBoxWidget2 is a good starting place to understand the widget concept in

Re: [Paraview] Unable to write out EnSight format with VTK_POLYHEDRON

2011-12-07 Thread Robert Maynard
Hi, Can you create a bug report with the code attached as a patch please. On Thu, Dec 1, 2011 at 9:23 PM, kenichiro yoshimi wrote: > Hello, > > I tried to save data including VTK_POLYHEDRON meshes through "Save > Data" with "EnSight format", but the polyhedrons couldn't be written. > Probably, t

Re: [Paraview] Problem using FileSeriesReader and multiple output ports

2011-12-07 Thread Utkarsh Ayachit
vtkFileSeriesReader cannot support multiple output ports. Number of output ports has to be defined in the constructor of a class. Since the internal reader to use is not set until much later, vtkFileSeriesReader cannot report but 1 output port in the construtor and that cannot be changed afterwords

Re: [Paraview] PythonScriptCoProcessingExample mpirun Problem

2011-12-07 Thread peacemaker
Hi Andy, thanks for the quick answer. I've downloaded Paraview from: http://www.paraview.org/files/v3.12/ParaView-3.12.0.tar.gz and compiled it with coprocessing. When I run "ctest -V -R CoProcessing" in my Paraview-bin directory there seem to be just 2 Tests running and I get the following out

Re: [Paraview] PythonScriptCoProcessingExample mpirun Problem

2011-12-07 Thread Andy Bauer
You need to set the PARAVIEW_DATA_ROOT value in your paraview configuration. The information is in the previous email on where to download ParaViewData which is what you need to set PARAVIEW_DATA_ROOT to. That will enable checking the results of the coprocessing tests. The 2 tests which run essen