[Paraview] Suddenly cannot volume render?

2014-06-16 Thread Robert.Atwood
Hi Paraview on my desktop (windows 7 64 bits ) is refusing to volume-render, I am sure exactly the same sequence of commands gave me some images the other day. What configuration of the system could result in only 'outline' when 'volume' is selected?? Other displays (point, wireframe, surfeac, s

Re: [Paraview] Suddenly cannot volume render?

2014-06-16 Thread Utkarsh Ayachit
Is multi-core support enabled? That may cause the problem. To test, try running with "-dr" command line. Does it work? I am assuming you are not running into the same remote-rendering issue you reported earlier. But just for completeness, if you're running in client-server mode, just ensure Remote

Re: [Paraview] Suddenly cannot volume render?

2014-06-16 Thread Utkarsh Ayachit
Can you try running with "-dr" command line argument?Launch ParaView from a terminal as follows: > cd ...\bin > paraview -dr On Mon, Jun 16, 2014 at 8:30 AM, wrote: > No, AFAICT this is just running local on my desktop ([built-in])? > > I tried saving a little (50x50x50) volume as either 'Float

Re: [Paraview] Suddenly cannot volume render?

2014-06-16 Thread Robert.Atwood
Hi, Yes, it works with -dr ! What does this mean? Thanks > -Original Message- > From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] > Sent: 16 June 2014 14:01 > To: Atwood, Robert (DLSLtd,RAL,SCI) > Cc: ParaView > Subject: Re: [Paraview] Suddenly cannot volume render? > > Can y

Re: [Paraview] Suddenly cannot volume render?

2014-06-16 Thread Utkarsh Ayachit
You've have turned on multi-core support. Go to your settings dialog (Edit |Settings) and uncheck "Use Multi-Core". When checked this internally runs a pvserver to attempt to use all your cores for data processing-- thus effectively in client-server mode with remote rendering forced to off. Which m

Re: [Paraview] Suddenly cannot volume render?

2014-06-16 Thread Robert.Atwood
Ok! That works. > -Original Message- > From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] > Sent: 16 June 2014 14:09 > To: Atwood, Robert (DLSLtd,RAL,SCI) > Cc: ParaView > Subject: Re: [Paraview] Suddenly cannot volume render? > > You've have turned on multi-core support. Go t

Re: [Paraview] Particle tracer filter: trajectories integrator

2014-06-16 Thread Enrico Calore
Thank you John for your answer. Do you know how can I check it? Enrico 2014-06-15 23:28 GMT+02:00 Biddiscombe, John A. : > The integration can be set, but by default it should use vtkRungeKutta4 if > memory serves me correctly > > JB > > From: Enrico Calore mailto:enryka...@gmail.com>> > Date:

[Paraview] Problem displaying only point data

2014-06-16 Thread Keith Kelly
Hi, I have a function to write pvtu and vtu files to disk containing information about position (3 values) and value (2 values). For Cell connectivity, I only connect a point to itself, and my cell offset is then just increasing by 1 every time. For cell type I use 1. I can open these files in Par

Re: [Paraview] Problem displaying only point data

2014-06-16 Thread David E DeMarle
Give the Calculator filter the expression "coords" to make up an attribute array corresponding to the coordinate values. David E DeMarle Kitware, Inc. R&D Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Mon, Jun 16, 2014 at 10:54 PM, Keith Kelly wrote: > Hi, > >

Re: [Paraview] Problem displaying only point data

2014-06-16 Thread kenichiro yoshimi
Hi Keith, I load your example into ParaView and save to ASCII vtk legacy VTK Files (*.vtk). Then open a saved vtk file in text editor, all "CELL_TYPES" are "0" instead of "1". This may cause display failure. Thanks, yoshimi 2014-06-17 13:16 GMT+09:00 Keith Kelly : > David, > > I'm sorry, I'm n

Re: [Paraview] Particle tracer filter: trajectories integrator

2014-06-16 Thread Biddiscombe, John A.
Enrico I think you’ll have to have a look at the code to be sure. I skimmed through the headers before I replied but didn’t double check which was used initially. When I wrote the code originally, I’m firly certain I set the default to RungeKutta4, but since then the classes have been ‘cleaned’