Re: [Paraview] [vtkusers] (no subject)

2015-08-07 Thread David E DeMarle
A single data set has three FIELDs, one the collection of arrays that are aligned with the geometry(ie points ie nodes) (vtkPointData), one the collection of arrays that are aligned with the connectivity (aka cells aka elements) (vtkCellData) and another the collection of arrays which are not

Re: [Paraview] [EXTERNAL] Is there a way to make Spreadsheet view Text larger?

2015-08-07 Thread Scott, W Alan
Dennis, I just created a feature request for this. http://www.paraview.org/Bug/view.php?id=15628 Alan From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of Dennis Conklin Sent: Thursday, July 30, 2015 12:38 PM To: Paraview (paraview@paraview.org) Subject: [EXTERNAL] [Paraview] Is

Re: [Paraview] (no subject)

2015-08-07 Thread Schubert, Raphael
The way I understand the file format specification it should be illegal to define a FIELD dataset in addition to, e.g, STRUCTURED_POINTS, as I can find it neither explicitly allowed (there is only mention of one dataset per file) nor presented in an example. It therefore seems like an

Re: [Paraview] Differences between OpenGL and OpenGL2 versions of ParaView

2015-08-07 Thread Adam Lyon
Awesome! Thanks -- Adam On Friday, August 7, 2015, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Adam, The problem is that the OpenGL2 implementation doesn't work correctly for field-data arrays yet. I've reported a bug: http://www.paraview.org/Bug/view.php?id=15627 We'll have in

Re: [Paraview] [BUG] segfault playing a simulation

2015-08-07 Thread Cory Quammen
Sergi, Thanks for investigating and posting the information. I will take a look. - Cory On Sun, Aug 2, 2015 at 12:41 PM, Sergi Mateo Bellido sergi.mateo.bell...@gmail.com wrote: Hi, After a few hours debugging ParaView's code I think that I finally found the bug! :) The problem is that

[Paraview] ParaView Llvm on Supercomputer

2015-08-07 Thread Noah Taylor
Hi All, I have worked with one of the IT persons to finally be able to use the capabilities of ParaView to capture a high resolution image of each time step at the end of my model run on a supercomputer. The problem that I am seeing is that Llvm is taking quite some time per rendered image. I

Re: [Paraview] vtkTransmitImageDataPiece question

2015-08-07 Thread Jeff Becker
Hi again. I have a quick question below. On 08/07/2015 10:47 AM, Jeff Becker wrote: Hi Berk, On 08/07/2015 10:08 AM, Berk Geveci wrote: Hey Jeff, Can you clarify a bit? What kind of wrong is the output? I have an updated report in the mail I sent to the list on Wednesday. I will forward

Re: [Paraview] vtkTransmitImageDataPiece question

2015-08-07 Thread Berk Geveci
Hey Jeff, Can you clarify a bit? What kind of wrong is the output? Also, I would probably do this a bit differently, assuming you use a newer ParaView (= 4.2). The issue is that vtkTransmitImageDataPiece is not a CAN_PRODUCE_SUB_EXTENT() filter. Rather it is a CAN_HANDLE_PIECE_REQUEST() filter.

Re: [Paraview] vtkTransmitImageDataPiece question

2015-08-07 Thread Jeff Becker
Hi Berk, On 08/07/2015 10:08 AM, Berk Geveci wrote: Hey Jeff, Can you clarify a bit? What kind of wrong is the output? I have an updated report in the mail I sent to the list on Wednesday. I will forward you that directly. Please see updated code in that mail. Right now, if I run my

Re: [Paraview] [EXTERNAL] ParaView Llvm on Supercomputer

2015-08-07 Thread Scott, W Alan
Noah, I am not going to comment on implementing LLVM/Mesa – compile and parallel run issues are a pain and generally over my head. A few thoughts. · If you are not using MPI, you are only using 1 core of your node. ParaView is not multithreaded. Even more than having more nodes, you

Re: [Paraview] FullScreen and No Boraders

2015-08-07 Thread 周恒众
you are right!br/Thank you! At 2015-08-03 19:55:19, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: renderWindow-BordersOff(); renderWindow-SetFullScreen(true); That should have done the trick. Try moving this code to right after the RenderWIndow is created i.e. after