[Paraview] Is there any develop guide?

2013-09-12 Thread 庞庆源
I want to write a new reader plugin.But I cannot find any detailed tutorial. -- 庞庆源 ___ 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

Re: [Paraview] Statically linking catalyst to fortran simulation code on Titan

2013-09-12 Thread Andy Bauer
If I remember correctly, FindMPI.cmake is trying to set the language specific libraries (e.g. MPI_CXX_LIBRARIES) and if those aren't set then it will try to find them and finally overwrite what is in MPI_LIBRARY. So I would suggest changing what Dave D. suggested with MPI_{C,CXX,Fortran}_LIBRARIES

Re: [Paraview] Statically linking catalyst to fortran simulation code on Titan

2013-09-12 Thread David E DeMarle
I preset these config flags to make sure I got the static MPI libs. list(APPEND PARAVIEW_OPTIONS "-DBUILD_SHARED_LIBS:BOOL=OFF") list(APPEND PARAVIEW_OPTIONS "-DPARAVIEW_USE_MPI:BOOL=ON") list(APPEND PARAVIEW_OPTIONS "-DMPI_INCLUDE_DIRS:STRING=/opt/cray/mpt/5.5.5/gni/mpich2-gnu/47/include") list(A

[Paraview] Statically linking catalyst to fortran simulation code on Titan

2013-09-12 Thread Hong Yi
I am able to successfully build our Fortran simulation code as well as Catalyst Fortran example code linked to catalyst (built with superbuild), but the resulting executable is not static, but have some dependencies on shared libraries such as libmpichf90_gnu_47.so.1, limxpmem.so.1, etc., which

Re: [Paraview] time step from within a programmable filter

2013-09-12 Thread joseph insley
Awesome, exactly what I was looking for. Thanks, Berk. joe On Sep 12, 2013, at 3:46 PM, Berk Geveci wrote: > This will give you the time value despite the name of the key. > > -berk > > > On Thu, Sep 12, 2013 at 4:46 PM, Berk Geveci wrote: > t = inputs[0].GetInformation().Get(vtk.vtkDataObj

Re: [Paraview] Statically linking catalyst to fortran simulation code on Titan

2013-09-12 Thread David E DeMarle
They are overridden in the CMakeCache then? Ie you preset them and something later changes them. In situations like that cmake --trace is helpful. It tells cmake to spit out everything it does to the terminal. Pipe that into a file, and then grep the file for the cmake variable in question. You wi

Re: [Paraview] include paths for building examples with superbuild

2013-09-12 Thread Andy Bauer
Hi Mark, Yes, ParaView_DIR is what needs to be set with that value. Andy On Wed, Sep 11, 2013 at 6:20 PM, Vanmoer, Mark W wrote: > Hi Andy, > > > > I have ParaView_DIR set to that in ccmake, is that what you mean, or is > there another variable? > > ** ** > > Mark > > ** ** >

Re: [Paraview] Statically linking catalyst to fortran simulation code on Titan

2013-09-12 Thread Hong Yi
Thanks for the info, David. I did try setting all these flags you indicated when building simulation code and Catalyst Fortran example code with CMake, but it does not seem to help. Let me know if you have any other suggestions. Regards, Hong From: David E DeMarle [mailto:dave.dema...@kitware.c

Re: [Paraview] time step from within a programmable filter

2013-09-12 Thread Berk Geveci
t = inputs[0].GetInformation().Get(vtk.vtkDataObject.DATA_TIME_STEP()) or t = self.GetInputDataObject(0,0).GetInformation().Get(vtk.vtkDataObject.DATA_TIME_STEP()) On Thu, Sep 12, 2013 at 4:03 PM, joseph insley wrote: > Hi, all, > > I believe there must be a way to do this, but thus far all

Re: [Paraview] time step from within a programmable filter

2013-09-12 Thread Berk Geveci
This will give you the time value despite the name of the key. -berk On Thu, Sep 12, 2013 at 4:46 PM, Berk Geveci wrote: > t = inputs[0].GetInformation().Get(vtk.vtkDataObject.DATA_TIME_STEP()) > > > or > > > t = > self.GetInputDataObject(0,0).GetInformation().Get(vtk.vtkDataObject.DATA_TIME_ST

Re: [Paraview] Paraview tar archive

2013-09-12 Thread Sebastien Jourdain
Hi Curtis, are you talking about the nightly ones or the release ones? I'm asking as the current nightly might be broken in some manner. Seb On Thu, Sep 12, 2013 at 11:44 AM, Curtis Saunders wrote: > Hello, > > I am trying to install Paraview from the Linux 64bit binary, but there are > symbo

[Paraview] time step from within a programmable filter

2013-09-12 Thread joseph insley
Hi, all, I believe there must be a way to do this, but thus far all of my attempts have been unsuccessful. I have a programmable filter which calculates a new scalar field, which I then would like to write some information about to a file. This much I have working successfully. I would now li

[Paraview] Paraview tar archive

2013-09-12 Thread Curtis Saunders
Hello, I am trying to install Paraview from the Linux 64bit binary, but there are symbolic links embedded in the tar archive that prevent the archive extraction from completing. I did not have the same extraction problem with the 32 bit version (but I do need the 64 bit version). Can you

Re: [Paraview] Tube Filter for ExodusII-BEAM

2013-09-12 Thread David Thompson
Hi Ken, >> Hmm, I'm not sure you have access to the element attribute or block >> properties within ParaView. ... >> Dave, do you know if there is a way to get at this information from an >> Exodus file? > > Here is a small patch that will get the VTK reader loading data. A vtkpython > script is

Re: [Paraview] Has Paraview been ported to BlueGene/L,P or Q?

2013-09-12 Thread David E DeMarle
Short story: Not done yet. It has been taking more patience than I expected. I expect to have it early next week. Long story: I've had a nearly working bgq_xlc target for mira since last Thursday. Unfortunately it fails at final link time of the executables with this message: /bgsys/drivers/pp

Re: [Paraview] How to use Calculator for Visualisation of wind speed with isocurves

2013-09-12 Thread Andy Bauer
There is a webpage on the calculator filter at: http://www.paraview.org/Wiki/ParaView/Users_Guide/Calculator On Thu, Sep 12, 2013 at 6:55 AM, Rafael Castro wrote: > Time ago I asked for help to visualise isocurves like this pictures > using wind speed data: > http://i.imgur.com/OmUXWWj.png > >

[Paraview] How to use Calculator for Visualisation of wind speed with isocurves

2013-09-12 Thread Rafael Castro
Time ago I asked for help to visualise isocurves like this pictures using wind speed data: http://i.imgur.com/OmUXWWj.png In the forum it was suggested to use Calculator linked with contour filter. I tried to learn how to use calculator filter but I can't understand how I should write the expressi

Re: [Paraview] ParaView 4.0.1 Opacity performance (UNCLASSIFIED)

2013-09-12 Thread Biddiscombe, John A.
Rick I also had many problems working with transparency using paraview. My case was probably slightly different as the data is completely unstructured (I'm not familiar with CTH datasets), and the partitioning code in paraview was taking very long and executing repeatedly. I'd like to write a