[Paraview] paraview guide 4th edition print version?

2013-03-14 Thread Anton Shterenlikht
Hi http://kitware.stores.yahoo.net/paraviewebook.html Will there be a print version of this edition? We have the paraview guide from 2007 in the library and it's not very helpful. Thanks Anton ___ Powered by www.kitware.com Visit other Kitware open-

Re: [Paraview] Reading PLOT3D into Paraview

2013-03-14 Thread Paul Edwards
Make sure you de-select "Binary" and select "Multigrid" (i.e. all checkboxes off except "multigrid") Regards, Paul On 13 March 2013 21:17, Nikolaos Beratlis wrote: > Hi, > > I have problems reading PLOT3D files into paraview. Here is a small test > file containing the grid: > > 1 > 3 2 2 > 0.0

[Paraview] help with pvpython commands

2013-03-14 Thread Anton Shterenlikht
I'm trying to follow this example: Example 2 In the second example the python script reads a raw binary file with 3Dimensional data and creates a contour at the values 0.1 and -0.1. A Colour bar is also provided. from paraview.servermanager import * Connect() reader=sources.ImageReader(FilePre

[Paraview] TypeError: WriteImage() takes exactly 3 arguments (1 given)

2013-03-14 Thread Anton Shterenlikht
I get this error: >>> view.WriteImage("z.png") Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/paraview-3.10/site-packages/paraview/servermanager.py", line 331, in __ConvertArgumentsAndCall retVal = func(*newArgs) TypeError: WriteImage() takes exactly 3 argume

[Paraview] SOLVED: TypeError: WriteImage() takes exactly 3 arguments (1 given)

2013-03-14 Thread Anton Shterenlikht
From mexas Thu Mar 14 15:28:50 2013 To: paraview@paraview.org Subject: TypeError: WriteImage() takes exactly 3 arguments (1 given) Reply-To: me...@bristol.ac.uk I get this error: >>> view.WriteImage("z.png") Traceback (most recent call last)

Re: [Paraview] Reading PLOT3D into Paraview (Paul Edwards)

2013-03-14 Thread Joelle Caro
ware.com/opensource/opensource.html > > > > Please keep messages on-topic and check the ParaView Wiki at: > > http://paraview.org/Wiki/ParaView > > > > Follow this link to subscribe/unsubscribe: > > http://www.paraview.org/mailman/listinfo/paraview > > &

[Paraview] Programmable source and time steps

2013-03-14 Thread Nasos Iliopoulos
Dear all, I am trying to create a programmable source with time steps on an unstructured grid. After consulting (http://www.paraview.org/Wiki/ParaView/Simple_ParaView_3_Python_Filters) and some attempts I managed to get something meaningful to work for Paraview 3.14.1 on Ubuntu. Now I want to

Re: [Paraview] help with pvpython commands

2013-03-14 Thread Utkarsh Ayachit
Anton, Try: > a = ImageReader() > help(a) FYI, I'm hoping to setup a Python docs webpage soon that will document all of ParaView's Python module API similar to Python's module documentation. Utkarsh On Thu, Mar 14, 2013 at 8:20 AM, Anton Shterenlikht wrote: > I'm trying to follow this example

Re: [Paraview] Programmable source and time steps

2013-03-14 Thread Nasos Iliopoulos
Oops! it seems I had forgotten to switch on the advanced options button. Both are there now. -Nasos On 03/14/2013 12:32 PM, Nasos Iliopoulos wrote: Dear all, I am trying to create a programmable source with time steps on an unstructured grid. After consulting (http://www.paraview.org/Wiki/

[Paraview] Compile failure

2013-03-14 Thread Scott, W Alan
Anyone seen this compiler error: [ 31%] Built target mpi4py.MPE Linking C shared module ../../../lib/site-packages/mpi4py/MPI.so CMakeFiles/mpi4py.MPI.dir/src/MPI.c.o: In function `OPENMPI_dlopen_libmpi': /projects/viz/paraview/src/ParaView/3.98.2-alan/ParaView3/ThirdParty/mpi4py/vtkmpi4py/src/com

Re: [Paraview] Compile failure

2013-03-14 Thread Utkarsh Ayachit
Just shooting in the dark here: Are you building with BUILD_SHARED_LIBS off? Is your MPI OpenMPI? Are you linking against a static OpenMPI? Utkarsh On Thu, Mar 14, 2013 at 7:45 PM, Scott, W Alan wrote: > Anyone seen this compiler error: > > [ 31%] Built target mpi4py.MPE > Linking C shared modul