Re: [Paraview] programmable sourece-programmable filter - streamtracer parallel

2011-04-07 Thread Atanas Atanasov
Hello, yes i can render the structured grid and velocities via colormapping. Regards, A.Atanasov On 04/07/2011 01:07 AM, Sohail Shafii wrote: Have you tried to display each parts of the pipeline when in parallel? In other words, see if you can render something related to the programmable

[Paraview] visualizing individual pieces

2011-04-07 Thread Bart Vandewoestyne
Hello list, I have the following UnstructuredGrid file: http://www.kuleuven-kortrijk.be/~bartv/HxHyHzExEyEz_t02.vtu where I have partitioned my data into different Pieces. Up until now, I haven't found a way to visualize the individual Pieces. Say for example I only want to see Piece 1,

Re: [Paraview] visualizing individual pieces

2011-04-07 Thread Sven Buijssen
Bart, Apply a Connectivity filter, followed by a threshold filter to limit display to an individual or several selected pieces. Sven Bart Vandewoestyne wrote, On 04/07/11 10:47: Hello list, I have the following UnstructuredGrid file:

[Paraview] Paraview: using contour filter directly on a velocity componant

2011-04-07 Thread Buffat
Hello, I am using Paraview to visualize large 3D velocity field (uniform rectilinear grid) I want to draw 3D Isovalue (contour filter) of a component of the field. In paraview 3.10, I cannot select the contour filter directly and I have to create with the calculator a new scalar field equal to

[Paraview] some points are not shown

2011-04-07 Thread Bart Vandewoestyne
Hello list, I have the following file which contains 20 different points on the surface of, or inside a tetrahedron: http://www.kuleuven-kortrijk.be/~bartv/20points.vtu Each edge of the tetrahedron should have 4 points on it (I double-checked this by visualizing the points with matlab). For as

Re: [Paraview] visualizing individual pieces

2011-04-07 Thread Bart Vandewoestyne
On Thu, Apr 07, 2011 at 11:01:09AM +0200, Sven Buijssen wrote: Bart, Apply a Connectivity filter, followed by a threshold filter to limit display to an individual or several selected pieces. Sven Thanks for the quick reply! I can live with this solution. However, for as far as I can

Re: [Paraview] visualizing individual pieces

2011-04-07 Thread Sven Buijssen
Bart, There is nothing that bars you from applying multiple threshold filters to the connectivity filter's output. This way you can select region ID 1 plus the range 3 to 4. Sven Bart Vandewoestyne wrote, On 04/07/11 11:45: On Thu, Apr 07, 2011 at 11:01:09AM +0200, Sven Buijssen wrote: Bart,

Re: [Paraview] Paraview: using contour filter directly on a velocity componant

2011-04-07 Thread David E DeMarle
Try the Python Calculator with an expression of: vectorarrayname[:,0] David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 2011/4/7 Buffat marc.buf...@univ-lyon1.fr: Hello, I am using Paraview to visualize large 3D velocity field

Re: [Paraview] Paraview: using contour filter directly on a velocity componant

2011-04-07 Thread David E DeMarle
Alternatively, turn on Auto Convert Properties under Preferences/Settings and ParaView will make the intermediate filter for you letting you directly contour any of the components or the magnitude. David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone:

Re: [Paraview] some points are not shown

2011-04-07 Thread David E DeMarle
The points representation shows only the vertices of the external cells (ditto for edges representation). Apply a glyph filter with a 2D Glyph - VERTEX to make the internal ones visible as well. David E DeMarle Kitware, Inc. RD Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone:

Re: [Paraview] h5 reader not avaialable?

2011-04-07 Thread David E DeMarle
Even with introspection, H5 is open ended enough to make writing a fully automatic yet completely generic reader difficult. xdmf is generic enough, but it isn't automatic. One way to go about making an automatic reader that should cut down on development time would be to write a utility to

Re: [Paraview] some points are not shown

2011-04-07 Thread Bart Vandewoestyne
On Thu, Apr 07, 2011 at 06:17:00AM -0400, David E DeMarle wrote: The points representation shows only the vertices of the external cells (ditto for edges representation). I'm confused. Looking at the online help at http://paraview.org/OnlineHelpCurrent/ViewMenu.html#Representation

Re: [Paraview] h5 reader not avaialable?

2011-04-07 Thread Biddiscombe, John A.
Dave One way to go about making an automatic reader that should cut down on development time would be to write a utility to produce xdmf files from the content of arbitrary h5 files. https://hpcforge.org/projects/xdmfgenerator/ wiki (with very little help!) here

Re: [Paraview] some points are not shown

2011-04-07 Thread David E DeMarle
On Thu, Apr 7, 2011 at 7:34 AM, Bart Vandewoestyne bart.vandewoest...@telenet.be wrote: On Thu, Apr 07, 2011 at 06:17:00AM -0400, David E DeMarle wrote: The points representation shows only the vertices of the external cells (ditto for edges representation). I'm confused.  Looking at the

Re: [Paraview] programmable sourece-programmable filter - streamtracer parallel

2011-04-07 Thread Utkarsh Ayachit
Any reason why you are using ArbitrarySourceStreamTracer instead of StreamTracer especially since you say you are seeding over a line or point. Utkarsh On Thu, Apr 7, 2011 at 2:39 AM, Atanas Atanasov atana...@in.tum.de wrote: Hello, yes i can render the structured grid and velocities via

Re: [Paraview] How to get the vtkPolyData from ParaView representations?

2011-04-07 Thread Utkarsh Ayachit
The short answer is you can't. However if you don't care about this code working in client-server mode, then you can do something like follows: vtkPVDataRepresentation* rep =   repProxy-GetClientSideObject(); vtkDataObject* dobj = rep-GetRenderedDataObject(0); Utkarsh On Sun, Apr 3, 2011 at

Re: [Paraview] h5 reader not avaialable?

2011-04-07 Thread Jeff Baumes
On Thu, Apr 7, 2011 at 7:51 AM, Biddiscombe, John A. biddi...@cscs.chwrote: Dave One way to go about making an automatic reader that should cut down on development time would be to write a utility to produce xdmf files from the content of arbitrary h5 files.

Re: [Paraview] [paraview] Texture Map To Plane

2011-04-07 Thread Brian Panneton
I am able to somewhat get what I need. I need to first create the plane using vtkPlaneSource and then apply the vtkTextureMapToPlane. However, this will only show up as a blank plane in the 3D view. I can manually apply the image, but I would prefer to have it load automatically. Is there

Re: [Paraview] h5 reader not avaialable?

2011-04-07 Thread Michael Jackson
On Apr 7, 2011, at 9:54 AM, Jeff Baumes wrote: On Thu, Apr 7, 2011 at 7:51 AM, Biddiscombe, John A. biddi...@cscs.ch wrote: Dave One way to go about making an automatic reader that should cut down on development time would be to write a utility to produce xdmf files from the content

Re: [Paraview] Error using Python Trace in PV3.10-RC1

2011-04-07 Thread pat marion
Hi Adriano, I pushed a fix for this. The fix is in master and release branches, and will be in the upcoming 3.10.1 release. Pat On Wed, Feb 23, 2011 at 10:51 AM, pat marion pat.mar...@kitware.com wrote: I can repeat this bug. Thanks for reporting. Pat On Wed, Feb 23, 2011 at 10:07 AM,

Re: [Paraview] Error using Python Trace in PV3.10-RC1

2011-04-07 Thread Adriano Gagliardi
Pat, Thanks for the update. Looking forward to the new release! Regards, Adriano === Adriano Gagliardi MEng PhD Business Sector Leader Computational Aerodynamics Aircraft Research Association Ltd. Manton Lane Bedford Tel: 01234 32 4644 E-mail:

[Paraview] course of Paraview

2011-04-07 Thread wang
Hello all, I'm a Paraview user. I just wondering whether there is a course over Paraview for it's users. Any information will be welcome. Thanks! X. Wang ___ Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [Paraview] course of Paraview

2011-04-07 Thread Moreland, Kenneth
There are numerous ParaView tutorials available on the ParaView wiki. Here is a good one to start. http://www.paraview.org/Wiki/The_ParaView_Tutorial Keep your eye out on the ParaView mailing list. In person tutorials are given periodically, particularly in conjunction with conferences such as

Re: [Paraview] course of Paraview

2011-04-07 Thread David E DeMarle
Besides the free ones, Kitware offers a different set of tailored courses either at our offices or at your site usually coupled with one-on-one developer access time. We will also be starting a set of short online courses covering CMake, ITK, VTK and ParaView soon. see:

Re: [Paraview] particle tracing and particle tails help

2011-04-07 Thread Biddiscombe, John A.
Dan, cc'ing paraview list again in case anyone else needs the information 1. You suggestion of using the 'Find Data' was great, but I found that I needed to use the 'ExtractSelection' before going ahead with the 'ParticlePathlines' filter. From what you described that didn't seem necessary.

[Paraview] A new problem compiling Paraview 3.10 on linux RHEL 5 clusters with Visit Bridge

2011-04-07 Thread Cook, Rich
Hi, I'm making some progress, but now I'm stuck on including the visit silo reader. Our silo library seems to depend on HDF5. If I set the following variables: VISIT_BUILD_READER_Silo:BOOL=ON SILO_INCLUDE_DIR:PATH=/usr/gapps/visit/silo/4.8/linux-x86_64_gcc-4.1/include

Re: [Paraview] A new problem compiling Paraview 3.10 on linux RHEL 5 clusters with Visit Bridge

2011-04-07 Thread Robert Maynard
Hi, You need to need to do a clean build with VTK_USE_SYSTEM_HDF5 turned on and set to the hdf5 you used to build silo with. On Thu, Apr 7, 2011 at 1:59 PM, Cook, Rich coo...@llnl.gov wrote: Hi, I'm making some progress, but now I'm stuck on including the visit silo reader.  Our silo library

Re: [Paraview] A new problem compiling Paraview 3.10 on linux RHEL 5 clusters with Visit Bridge

2011-04-07 Thread Cook, Rich
Aha, thank you. Could you tell me, what's the difference between HDF5_LIBRARY and HDF5_hdf5_LIBRARY ? Do I just set them both to the same thing? Thanks On Apr 7, 2011, at 11:06 AM, Robert Maynard wrote: Hi, You need to need to do a clean build with VTK_USE_SYSTEM_HDF5 turned on and set

Re: [Paraview] A new problem compiling Paraview 3.10 on linux RHEL 5 clusters with Visit Bridge

2011-04-07 Thread Cook, Rich
Never mind, I just set them all and it seems to be building now. Thanks for the help! -- Rich On Apr 7, 2011, at 11:20 AM, Cook, Rich wrote: Aha, thank you. Could you tell me, what's the difference between HDF5_LIBRARY and HDF5_hdf5_LIBRARY ? Do I just set them both to the same thing?

[Paraview] ParaView's EnSight Reader Capability Question.

2011-04-07 Thread Samuel Key
I have a question regarding ParaView's EnSight reader capability. For geometrically complex, multi-material geologic simulations that include faults, I am planning on creating a capability that starts with a set of regular cubes (an unstructured 8-node hexahedral finite element mesh that

Re: [Paraview] particle tracing and particle tails help

2011-04-07 Thread Dan Lussier
Ok - thanks for the more detailed rundown. Cheers, Dan On 7-Apr-11, at 11:50 AM, Biddiscombe, John A. wrote: Dan, cc’ing paraview list again in case anyone else needs the information 1. You suggestion of using the 'Find Data' was great, but I found that I needed to use the

[Paraview] ParaView Collaboration Overview

2011-04-07 Thread Utkarsh Ayachit
Following Sebastien's recent emails to the mailing list about forthcoming changes to enable collaboration support in ParaView, some of you may be wondering what this collaboration support entails. Here's a quick summary of the major features we plan. If you have any ideas or suggestions, please

[Paraview] Still more trouble compiling VisitBridge with Paraview 3.10 on RHEL 5

2011-04-07 Thread Cook, Rich
So, our libmili.a, libsiloh5.a and libhdf5.a libraries have dependencies on another library, libsz. I've tried adding -lz /usr/gapps/visit/szip/2.1/linux-x86_64_gcc-4.1/lib/libsz.a to every STRING I can in the CMakeCache.txt file, but I'm stuck on this error. How can I append linker flags

Re: [Paraview] Still more trouble compiling VisitBridge with Paraview 3.10 on RHEL 5

2011-04-07 Thread Cook, Rich
OK, I just solved this by hacking into all the link.txt files I found laying around. This has been one ugly build process! -- Rich On Apr 7, 2011, at 4:00 PM, Cook, Rich wrote: So, our libmili.a, libsiloh5.a and libhdf5.a libraries have dependencies on another library, libsz. I've tried