[Paraview] buggy xdmfreader

2011-04-15 Thread Pratik Mallya
I am trying to read a huge hdf file (~2GB) using xdmf. However, the xdmfreader of paraview is showing this error: ERROR: In /home/pratik/Manually_Installed_Softwares/numerical/ParaView/ParaView-3.10.0/Utilities/Xdmf2/vtk/vtkXdmfReader.cxx, line 394 vtkXdmfReader (0xaef39b0): Failed to read

[Paraview] Structured grid, Reader, Metadata

2011-04-15 Thread papa ndéné NDIAYE
Hi everybody, I'm just writting a reader that outputs a structured grid from a file. There already is some code to visualize data in the file as a mesh, but it uses openGL and some custom objects (that i would like to reuse of course!). Wanting to port it in Paraview, I'm just wondering if my

Re: [Paraview] CGNS Reader fails in 3.10.0 final release

2011-04-15 Thread Richard GRENON
David Partyka a écrit : Hi Richard, we fixed the issue with the 32bit Windows binary. It is actually a pretty serious bug in the VisIt code because it attempts to delete memory allocated in one library in another. Amazingly it only crashed on 32bit Windows. We are going to release a 3.10.1

Re: [Paraview] CGNS Reader fails in 3.10.0 final release

2011-04-15 Thread David Partyka
Excellent, glad to hear! :-) On Fri, Apr 15, 2011 at 4:35 AM, Richard GRENON richard.gre...@onera.frwrote: David Partyka a écrit : Hi Richard, we fixed the issue with the 32bit Windows binary. It is actually a pretty serious bug in the VisIt code because it attempts to delete memory

Re: [Paraview] PV 3.10.0 filters contributing code

2011-04-15 Thread Utkarsh Ayachit
Regarding the contributing code, I applause! The work-flow you proposed is the simplest one. Do you think it would possible to use the submodule mechanism from git, so that the contributed plugins are directly built in the ParaView tree without interfering with the developers' branches ?

Re: [Paraview] PV 3.10.0 filters contributing code

2011-04-15 Thread Utkarsh Ayachit
I just posted these set of instructions for contributing plugins to the Wiki http://www.paraview.org/Wiki/ParaView/Guidelines_for_Contributing_Plugins Utkarsh On Fri, Apr 15, 2011 at 8:23 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Regarding the contributing code, I applause! The

Re: [Paraview] PV 3.10.0 filters contributing code

2011-04-15 Thread Michael Jackson
I was thinking the same thing with respect to using Git submodules for plugins. If I have my own git repository and I want to build the plugin as part of ParaView it might start making sense to add some sort of CMake variable similar to the PARAVIEW_EXTERNAL_MODULES but that would specifically

[Paraview] plotting vectors

2011-04-15 Thread Vishwa
Hi All, I have a data set for which I need to plot the vector field. The vectors look great, however, I don't see the axis, so that one knows geometry scale..Is there a way to do in paraview. Regards, Vishwa ___ Powered by www.kitware.com Visit other

Re: [Paraview] plotting vectors

2011-04-15 Thread Vishwanath Somashekar
Hi , Thanks for getting back to me.. I was able to enable the axes. However, I still have a problem, which is when I zoom into the data, the labels on the axes are not longer visible. Is there a way to make this happen in paraview itself. Regards, Vishwa On 04/15/2011 09:35 AM, David E

Re: [Paraview] plotting vectors

2011-04-15 Thread Utkarsh Ayachit
We are currently working on fixing that label scaling issue. It will be resolved in the next release. Utkarsh On Fri, Apr 15, 2011 at 11:17 AM, Vishwanath Somashekar dagarsh...@gmail.com wrote: Hi , Thanks for getting back to me.. I was able to enable the axes. However, I still have a

Re: [Paraview] PV 3.10.0 filters contributing code

2011-04-15 Thread Natalie Happenhofer
hi! Thanks for the guidelines, that's great. greetings, Natalie Am 15.04.2011 um 14:51 schrieb Utkarsh Ayachit utkarsh.ayac...@kitware.com: I just posted these set of instructions for contributing plugins to the Wiki

[Paraview] ANN: IEEE Symposium on Large-Scale Data Analysis and Visualization

2011-04-15 Thread Berk Geveci
CALL FOR PARTICIPATION IEEE Symposium on Large-Scale Data Analysis and Visualization VisWeek 2011 in Providence, RI October 23-24, 2011 Website: http://www.ldav.org/ In many areas of science, simulations and experiments begin to generate many petabytes of data, with some sciences facing

[Paraview] Proposed changes to ParaView Git Workflow

2011-04-15 Thread Utkarsh Ayachit
Folks, It has been almost an year since ParaView and VTK migrated to git from CVS as the version control system. Now that everyone has become accustomed to using git, it's time to unleash some of its capabilities to streamline the maintenance, development and release process. This email

Re: [Paraview] vtkSocket bugs

2011-04-15 Thread Burlen Loring
Hmm, I had tested it on XP with PV 3.8.1 and didn't have any problems. sorry about that, I'll have to try again. Burlen On 04/14/2011 07:54 PM, David Partyka wrote: Hi Burlen, I had to revert your patch as it doesn't compile on Windows.. You will have to make sure it compiles there as well

Re: [Paraview] vtkSocket bugs

2011-04-15 Thread David Partyka
Hey Burlen, David Gobbi just made some fixes to this and checked it into VTK moments ago. http://vtk.org/gitweb?p=VTK.git;a=commitdiff;h=d2a1fb9c5dd99830ad3cdfb753dcdd0e77268799 http://vtk.org/gitweb?p=VTK.git;a=commitdiff;h=d2a1fb9c5dd99830ad3cdfb753dcdd0e77268799

Re: [Paraview] vtkSocket bugs

2011-04-15 Thread Burlen Loring
That would be great! Thanks Daves. On 04/15/2011 11:46 AM, David Partyka wrote: Hey Burlen, David Gobbi just made some fixes to this and checked it into VTK moments ago. http://vtk.org/gitweb?p=VTK.git;a=commitdiff;h=d2a1fb9c5dd99830ad3cdfb753dcdd0e77268799

Re: [Paraview] vtkSocket bugs

2011-04-15 Thread David Partyka
Looks like David Gobbi's change did the trick. I'll merge that into release so it will be part of the next releases of ParaView/VTK. On Fri, Apr 15, 2011 at 2:56 PM, Burlen Loring blor...@lbl.gov wrote: That would be great! Thanks Daves. On 04/15/2011 11:46 AM, David Partyka wrote: Hey