Re: [Paraview] pvbatch MPI error

2013-03-19 Thread Anton Shterenlikht
From utkarsh.ayac...@kitware.com Tue Mar 19 03:30:31 2013 What is the version of ParaView on the other Linux box? 3.12: mexas@hector-xe6-8:~ pvpython Python 2.7.2 (default, Nov 9 2011, 15:37:53) [GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)] on linux2 Type help, copyright,

Re: [Paraview] pvbatch MPI error

2013-03-19 Thread Anton Shterenlikht
From me...@bristol.ac.uk Tue Mar 19 09:10:58 2013 From utkarsh.ayac...@kitware.com Tue Mar 19 03:30:31 2013 What is the version of ParaView on the other Linux box? 3.12: mexas@hector-xe6-8:~ pvpython Python 2.7.2 (default, Nov 9

[Paraview] Tools - Start Trace answered most my python questions - great tool!

2013-03-19 Thread Anton Shterenlikht
___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to

Re: [Paraview] Error in Cmake

2013-03-19 Thread David E DeMarle
I suspect your ParaView doesn't have its git submodules. In your ParaView source directory. Type git submodule init and git submodule update. Then rerun cmake in your build directory. On Mar 19, 2013 7:06 AM, Hedieh Ebrahimi hedieh.ebrah...@amphos21.com wrote: Hello everybody, I am trying to

Re: [Paraview] Filtering Triangle Data based on single value of 2 component vector

2013-03-19 Thread Michael Jackson
Just to follow up I figured out how to do this with Xdmf: Attribute Name=Label 0 AttributeType=Scalar Center=Cell DataItem ItemType=HyperSlab Dimensions=23403757 1 Type=HyperSlab Name=Zero DataItem Dimensions=3 2 Format=XML 0 0 1 1 23403757 1 /DataItem DataItem

[Paraview] Error in Cmake

2013-03-19 Thread Hedieh Ebrahimi
Thanks David, It helped a lot. Now it works and installed :) On 19 March 2013 12:12, David E DeMarle dave.dema...@kitware.com wrote: I suspect your ParaView doesn't have its git submodules. In your ParaView source directory. Type git submodule init and git submodule update. Then rerun cmake

[Paraview] Inaccurate results with Probe filter

2013-03-19 Thread Tony McDaniel
I'm using the Probe Location filter to extract data from a 3D CFD solution for an internal flow, and I'm not getting the data that I should be for some (but not all) of the points. The dataset is approximately 7 million nodes saved in Ensight format. I'm comparing the data returned by

Re: [Paraview] Line thickness vector image

2013-03-19 Thread David Lonie
On Sat, Mar 16, 2013 at 4:25 PM, Nikolay Kostov kos...@rice.edu wrote: Is it possible to specify the line thickness in some way when exporting an image as a vector format (e.g. pdf)? ** I know it used to be possible before*.* It is not possible to change this at the moment. In which

Re: [Paraview] Export spreadsheet values through python scripting

2013-03-19 Thread Masquelet, Matthieu (GE Global Research)
Hum, I tried your suggestion but I can't get it to work: - if I try threshold as argument for CreateWriter I get messages of the like: Traceback (most recent call last): File string, line 123, in module File /software/paraview-3.98.1/lib/paraview-3.98/site-packages/paraview/simple.py, line

Re: [Paraview] Export spreadsheet values through python scripting

2013-03-19 Thread Utkarsh Ayachit
By threshold, I meant the Python object representating the threshold filter you applied, not the string threshold. So, in your script you must have the following somewhere: Threshold() Save that to a vairable: threshold = Threshold(...) Now pass that to CreateWriter(...). After reading

[Paraview] CoProcessing with Fortran and ParaView 3.98

2013-03-19 Thread Pettey . Lucas
Hello everyone, I am trying to run a simple Fortran coprocessing example with a complex data type. I am following the example here: http://en.wikibooks.org/wiki/Parallel_Spectral_Numerical_Methods/Visualization_with_ParaView_CoProcessing#ParaView_CoProcessing_Resources I have written a basic

Re: [Paraview] Inaccurate results with Probe filter

2013-03-19 Thread Berk Geveci
Hi Tony, What kind of cells are these? Can you make the data available to us? -berk On Tue, Mar 19, 2013 at 12:16 PM, Tony McDaniel tonymcdan...@gmail.comwrote: I'm using the Probe Location filter to extract data from a 3D CFD solution for an internal flow, and I'm not getting the data that

Re: [Paraview] Export spreadsheet values through python scripting

2013-03-19 Thread Masquelet, Matthieu (GE Global Research)
Ok that makes sense. It worked great, thank you for the help. Matthieu -Original Message- From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Sent: Tuesday, March 19, 2013 2:20 PM To: Masquelet, Matthieu (GE Global Research) Cc: paraview@paraview.org Subject: Re: [Paraview]

Re: [Paraview] CoProcessing with Fortran and ParaView 3.98

2013-03-19 Thread Vanmoer, Mark W
Message: 5 Date: Tue, 19 Mar 2013 18:31:28 + From: Pettey . Lucas lpet...@drc.com Subject: [Paraview] CoProcessing with Fortran and ParaView 3.98 To: paraview ?[paraview@paraview.org]?paraview@paraview.org Message-ID: c7acf6f2c9304a4c81eac2e2c96b5e165f1e0...@exmb01.drc.com

Re: [Paraview] CoProcessing with Fortran and ParaView 3.98

2013-03-19 Thread Berk Geveci
You can simply delete this line: Grid-SetNumberOfScalarComponents(2); It is redundant given the following later: field-SetNumberOfComponents(2); You also need to #include vtkSmartPointer.h. Best, -berk On Tue, Mar 19, 2013 at 2:31 PM, Pettey . Lucas lpet...@drc.com wrote: Hello everyone,

Re: [Paraview] Inaccurate results with Probe filter

2013-03-19 Thread Magician
Sorry. I forgot to add an address of PV mailing list. Magician On 2013/03/20, at 10:33, Magician wrote: Hi Tony, I discussed similar problems. http://www.paraview.org/pipermail/paraview/2012-June/025273.html The interpolation and integration method (both space and time domain) of

Re: [Paraview] animating multiple vtp files

2013-03-19 Thread Magician
Hi Jelle, There are 3 problems to be solved: 1) Combine .pvd files as a transient dataset 2) Generate ParticlePaths 3) Animate ParticlePaths 1) is a FAQ: http://www.paraview.org/pipermail/paraview/2007-June/005165.html ...and 3) too:

[Paraview] XDMF and structured grid in cylindrical coordinates (curvilinear)

2013-03-19 Thread Nikolaos Beratlis
I am using a 3D structured orthogonal grid in cylindrical coordinates. I can read the grid as a cartesian grid using the following XDMF file by specifying TopologyType 3DRectMesh and GeometryType=VXVYVZ (see attached image): ?xml version=1.0 ? !DOCTYPE Xdmf SYSTEM Xdmf.dtd [] Xdmf Version=2.0