Re: [Paraview] vtkBlockColors legend should show correct sideset IDs

2015-03-12 Thread Dan Lipsa
Hi Ondřej, On Tue, Mar 10, 2015 at 4:59 PM, Ondřej Čertík wrote: > Hi, > > I am testing the new vtkBlockColors feature in the latest Paraview (I > am using 0a4ad038370beb6d30f51f43e32555b3adcea123), as introduced in > the blog post: http://www.kitware.com/blog/home/post/859 > > Currently the le

[Paraview] Ghost and Blanking (Visibility) Changes

2015-04-02 Thread Dan Lipsa
Dear VTK and ParaView developers, We would like to draw your attention to the following updates to VTK/ParaView that change the way one interfaces to Ghost and Blanking cells and points. These changes have just been merged into master repositories for VTK/ParaView. http://www.kitware.com/blog/hom

Re: [Paraview] PV 4.1.0 programmimg the camera position using python

2015-05-22 Thread Dan Lipsa
Stephen, See ParaView User Guide section 4.4.3, section Interactions. Dan On Fri, May 22, 2015 at 12:06 PM, Stephen Wornom wrote: > Are there some examples available showing how to programming the camera > position using python? > The position would be a function (x,y,z,t). > Hope my question

Re: [Paraview] Number of cells don't match error

2015-05-25 Thread Dan Lipsa
Your grid has 2x2x2 points which means it has 1x1x1 cells. You'll need 3x3x3 points to get 2x2x2 cells. Dan On Sun, May 24, 2015 at 3:18 PM, Dmitry Grebennikov wrote: > Hello! > > What I want to be displayed as an illustration of LUT usage is the cube > composed of 8 multicolored cubes... > C

Re: [Paraview] PV 4.1.0 programmimg the camera position using python

2015-05-26 Thread Dan Lipsa
been answered. Why not try turning on the > trace (tools>trace) then moving the camera, then turning off the trace? I > think that'll get you want you want and is a generally helpful technique. > > -Chris > > On Fri, May 22, 2015 at 12:40 PM, Dan Lipsa wrote: > >

Re: [Paraview] Utilizing ParaView Server

2015-05-27 Thread Dan Lipsa
On Wed, May 27, 2015 at 5:49 PM, Dean, Kevin < kevin.d...@decisionsciencescorp.com> wrote: > Hey what's up? > > I have a couple questions about using ParaView server? > > 1. I have figured out how to connect to the localhost as an example. I am > trying to understand/figure out how paraview can ac

Re: [Paraview] Latex preamble (bold math ) in paraview

2015-06-01 Thread Dan Lipsa
Does this help? http://www.kitware.com/blog/home/post/509 On Mon, Jun 1, 2015 at 4:48 AM, Raj Kumar Manna wrote: > Hi, > > I want to use bold math like $\bm{x/a}$ in Paraview text. Is it possible > to inclue latex preamble like we do in matplotlib > > plt.rc('text', usetex=True) > plt.rcParams

Re: [Paraview] Latex preamble (bold math ) in paraview

2015-06-01 Thread Dan Lipsa
Try using \bf instead of \bm. On Mon, Jun 1, 2015 at 10:06 AM, Raj Kumar Manna wrote: > In paraview text, ${x/a}$ gives the latex font but $\bm{x/a}$ does not > work. Whereas in matplotlib we can set the latex preamble like I mentioned. > > Raj > > On Mon, Jun 1, 2015 at

Re: [Paraview] Latex preamble (bold math ) in paraview

2015-06-01 Thread Dan Lipsa
\mathbf also works. See http://tex.stackexchange.com/questions/595/how-can-i-get-bold-math-symbols second answer. On Mon, Jun 1, 2015 at 10:15 AM, Dan Lipsa wrote: > Try using \bf instead of \bm. > > On Mon, Jun 1, 2015 at 10:06 AM, Raj Kumar Manna > wrote: > >> In

Re: [Paraview] paraview for a "new" application

2015-06-06 Thread Dan Lipsa
Hi Paul, Indeed #2 makes sense, especially if you want to change the in-house format. To write the file (from the simulation) it seems to me you should checkout https://www.hdfgroup.org/HDF5/doc/fortran/index.html I don't see why ParaView would be used in that process. Am I missing something? Dan

Re: [Paraview] paraview for a "new" application

2015-06-07 Thread Dan Lipsa
es. > > My preference for hdf5 is partly due to other software in my organization > supporting this format, and my own familiarity with it. > > Paul > > > On 7. jun. 2015, at 04.07, Dan Lipsa wrote: > > > > Hi Paul, > > Indeed #2 makes sense, especially i

Re: [Paraview] Filters in paraview

2015-06-12 Thread Dan Lipsa
Also checkout ParaView Tutorial http://www.paraview.org/tutorials/ ParaView Catalyst user guide has a section on VTK datatypes (section 3.3) http://www.paraview.org/files/catalyst/docs/ParaViewCatalystUsersGuide_v2.pdf For a comprehensive study of VTK and visualization check out VTK User's Guide

Re: [Paraview] Visualization error

2015-06-15 Thread Dan Lipsa
Jennifer, It is quite possible that the files for time steps 0-2 specify a certain number of elements in the data array but the data array itself has fewer elements. You can see this by opening the file with a text editor. Can you share the file that produces the error? So the bug could be in prog

Re: [Paraview] Visualization error

2015-06-15 Thread Dan Lipsa
ike GoogleDrive? > > A cursory glance through the files with a text editor doesn't show any > significant differences between the time steps that are good and those that > throw the error. > > On Mon, Jun 15, 2015 at 11:48 AM, Dan Lipsa wrote: > >> Jennifer, >> I

Re: [Paraview] Visualization error

2015-06-15 Thread Dan Lipsa
:52 PM Dan Lipsa wrote: > Yes, sure. Send me a link. > > On Mon, Jun 15, 2015 at 3:47 PM Jennifer Mary Tarnowski > wrote: > >> Dan, >> >> The files are output from a finite element model and a file for each time >> step is ~41 MB. My attachment size limit

Re: [Paraview] Custom animation help? (Corrected image)

2015-07-10 Thread Dan Lipsa
Jesse, See also the following thread: http://markmail.org/search/?q=+programmimg+the+camera+position+using+python#query:%20programmimg%20the%20camera%20position%20using%20python+page:1+mid:nkm5rmw2hz52egnk+state:results On Fri, Jul 10, 2015 at 5:19 PM Cory Quammen wrote: > Hi Jesse, > > It shou

Re: [Paraview] Update data after timestep is taken

2015-08-03 Thread Dan Lipsa
Christopher, See the following wiki page http://www.paraview.org/Wiki/ParaView/Python/Dealing_with_time On Mon, Aug 3, 2015 at 8:58 PM Neal,Christopher R wrote: > Hi, > > > I have a Python script that opens an ENSIGHT data file that contains cell > data for several timesteps. I'd like to be ab

Re: [Paraview] How to detect valid read in Programmable filter

2015-08-03 Thread Dan Lipsa
Hi Dennis, Try isinstance(displ, vtk.numpy_interface.dataset_adapter.VTKNoneArray) Dan On Mon, Aug 3, 2015 at 4:40 PM Dennis Conklin wrote: > All, > > > > I want to try to read some point arrays in the Programmable Filter and > take action based on whether or not the arrays have been loaded i

Re: [Paraview] (no subject)

2015-08-06 Thread Dan Lipsa
Raphael, Indeed, the FIELD definitions have to be after the dataset details according to: http://www.vtk.org/wp-content/uploads/2015/04/file-formats.pdf On Thu, Aug 6, 2015 at 11:14 AM Schubert, Raphael < raphael.schub...@iwm.fraunhofer.de> wrote: > I use the following script to generate three

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

2015-08-07 Thread Dan Lipsa
Hi Raphael, On Fri, Aug 7, 2015 at 5:02 AM Schubert, Raphael < raphael.schub...@iwm.fraunhofer.de> wrote: > 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 (th

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

2015-08-07 Thread Dan Lipsa
FIELD have to have the same number of tuples as the points (or cells). The terminology is kind of confusing as well. Would you mind filing a bug report. Thanks, Dan On Fri, Aug 7, 2015 at 10:16 AM Dan Lipsa wrote: > Hi Raphael, > > On Fri, Aug 7, 2015 at 5:02 AM Schubert

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

2015-08-14 Thread Dan Lipsa
Here is the bug I filed for this: http://www.vtk.org/Bug/view.php?id=15653 On Fri, Aug 7, 2015 at 12:39 PM, Dan Lipsa wrote: > Raphael, > In talking to Dave, it seems that indeed you have found a bug in the > writer (and in the specification). It does not seem to be a way to save >

Re: [Paraview] colormaps: white is not really white

2015-08-18 Thread Dan Lipsa
The ivory color comes from OpenGL lighting. The only way to get plain white is to disable OpenGL lighting - it does not seem to be a way to do this in ParaView. This would only make sense if you have a 2D only scene. On Tue, Aug 18, 2015 at 10:10 AM, Tanaka Simon wrote: > Hello, > > please see

Re: [Paraview] colormaps: white is not really white

2015-08-18 Thread Dan Lipsa
Turn off the checkmark next to "Light Kit" and turn on the one > next to "Additional Headlight." Your object should look white now. > Great tip! I was wondering what this additional light is good for. :-) ___ Powered by www.kitware.com Visit other Kitwa

Re: [Paraview] How to change value of index for time

2015-08-24 Thread Dan Lipsa
Denis, Try renaming the files name-01.vtu, name-02.vtu, ... On Mon, Aug 24, 2015 at 2:59 AM, denis cohen wrote: > Hello, > I have several vtu files with the same file names. > I'd like to make a movie of all these files so how can I increment the > value of index (for time) in these files. > How

Re: [Paraview] Writing a Paraview Reader - Only part of the data available

2015-08-24 Thread Dan Lipsa
James, You are missing image->SetDimensions() - that may be a reason why your scalar does not have all values. vtkRectilinear grid is like an image data with variable extents and warped grid. On Fri, Aug 21, 2015 at 6:55 AM, James Furness wrote: > Hello, > > I have a program that will produce

Re: [Paraview] Writing a Paraview Reader - Only part of the data available

2015-08-25 Thread Dan Lipsa
t; trying to shoehorn my problem into an inappropriate class at the moment. > Thanks for pointing this out. > > Many thanks, > James > > On 24 Aug 2015, at 15:31, Dan Lipsa wrote: > > James, > You are missing image->SetDimensions() - that may be a reason why your > s

Re: [Paraview] Writing a Paraview Reader - Only part of the data available

2015-08-26 Thread Dan Lipsa
an’t work out from the > documentation how to enter my scalar data into this grid for use within > paraview. > > Can you offer any advice on this? Or better point me to an example to > learn from? > > Many thanks, > James > > On 25 Aug 2015, at 15:39, Dan Lipsa wrote:

Re: [Paraview] python changes 4.0/4.1 to 4.3?

2015-08-31 Thread Dan Lipsa
Anton, I think the relevant change in ParaView 4.3 is that it now colors data resulted from a threshold operation using the default color map. This makes sense as you may see data with different values within a given threshold. (this is not the case in your particular case). This is why your Diffu

Re: [Paraview] Paraview 4.3.1 Python - Screenshot of specific size and ratio

2015-09-10 Thread Dan Lipsa
Ruggiero, The following script saves a 100x100 sphere. I created it using the trace option in ParaView. On Thu, Sep 10, 2015 at 5:07 AM, Ruggiero Guida wrote: > I am trying to create a screenshot of a specific size from a [VTK file][1]. > This is the code I am using > > from paraview.simple

Re: [Paraview] Paraview 4.3.1 Python - Screenshot of specific size and ratio

2015-09-10 Thread Dan Lipsa
ls. > > I would like to use paraview to render some textures that I will be using > in my code and I need the image ti fit perfectly the content. > > On 10 September 2015 at 23:19, Dan Lipsa wrote: > >> Ruggiero, >> The following script saves a 100x100 sphere. >&

Re: [Paraview] Paraview 4.3.1 Python - Screenshot of specific size and ratio

2015-09-10 Thread Dan Lipsa
ted perfectly into it, but as soon as I > increase the ViewSize above 855x855, only the horizontal size increases. As > you can see from the VTK the source data is 24x24. > > Thanks > > > > On 11 September 2015 at 08:51, Dan Lipsa wrote: > >> What version of ParaView d

Re: [Paraview] Paraview 4.3.1 Python - Screenshot of specific size and ratio

2015-09-11 Thread Dan Lipsa
September 2015 at 09:34, Dan Lipsa wrote: > >> If you send me your test.vtk I can try to generate the script on my >> machine. >> >> Dan >> >> >> On Thu, Sep 10, 2015 at 9:10 PM, Ruggiero Guida > > wrote: >> >>> I am using the

Re: [Paraview] Paraview 4.3.1 Python - Screenshot of specific size and ratio

2015-09-14 Thread Dan Lipsa
fications apart from the > filenames. I still have an image with 1000x855 size (see attached). > > I will try to build paraview from source to see if this changes. > > Thanks > > [image: Inline images 1] > > On 12 September 2015 at 02:04, Dan Lipsa wrote: > >>

Re: [Paraview] Paraview 4.3.1 Python - Screenshot of specific size and ratio

2015-09-14 Thread Dan Lipsa
e colour mappings from colorbrewer > > > Sent from Outlook <http://aka.ms/Ox5hz3> > > > > > On Mon, Sep 14, 2015 at 9:51 AM -0700, "Dan Lipsa" > wrote: > > Hmm, >> I tried >> ~/ParaView-4.3.1-Linux-64bit/bin/pvpython test.py >>

Re: [Paraview] Problem with pvd/vtu --> csv convert

2015-09-16 Thread Dan Lipsa
This is an error when trying to open that file for writing: the file system is full maybe? On Wed, Sep 16, 2015 at 2:34 AM, David Larsson wrote: > Hi everyone, > > > I'm currently using paraview to simply open a pvd-file (with corresponding > vtu-files) and saving the data as csv-files (that is

[Paraview] Disable NPICAdaptor and ParticleAdaptor builds on Windows

2015-10-29 Thread Dan Lipsa
Hello ParaView Users, Is there anybody using NPICAdaptor or ParticleAdaptor Catalyst Adaptors on Windows? These two adaptors are built on Windows which create unnecessary maintenance work if nobody is using them on Windows. We plan to disable their build on Window if nobody is interested in that.

Re: [Paraview] Some questions about Catalyst Live Visualization

2015-10-30 Thread Dan Lipsa
Hi Adam, On Fri, Oct 30, 2015 at 10:20 AM, Adam Lyon wrote: > I'd like this code to only run if a ParaView client is actually connected > (because if there's no client connected then it's making VTK objects that > no human is looking at, so it's wasting time). So I'd like to know if > there's a

Re: [Paraview] Some questions about Catalyst Live Visualization

2015-11-02 Thread Dan Lipsa
Hi Andy, > (e.g. images, data extracts or to Catalyst Live via a connected client) > then RequestDataDescription() should return that there's no work to do so > that no cycles are wasted generating the VTK object. > This is a good idea. I think we could indeed return that there is no work on t

Re: [Paraview] Why are multiple csv files written?

2015-11-04 Thread Dan Lipsa
Alex, I assume your exodus file has 5 time steps. Try writer.UpdatePipelien() without any parameters. It should only write time step 0. You can also load your exodus file and/or cvs files in ParaView to look at them. Dan On Wed, Nov 4, 2015 at 12:23 PM, Alex Lindsay wrote: > I am running this

Re: [Paraview] Warning about Version while Reading File

2016-02-04 Thread Dan Lipsa
Hi Thomas, I am surprised that version 4.2 gets in the file. In our last upgrade to the file format we increased the version from 3.0 to 4.0. So format 4.2 is not out yet. I wonder if Paraview writes that. How did you generate the file? Thanks, Dan On Thu, Feb 4, 2016 at 11:20 AM, Berk Geveci

Re: [Paraview] Warning about Version while Reading File

2016-02-04 Thread Dan Lipsa
ParaView 5.0.0. Problem solved and sorry again, that was > unnecessary! > > > Best, Thomas > > -- > *From:* Dan Lipsa > *Sent:* Thursday, February 4, 2016 4:43 PM > *To:* Berk Geveci > *Cc:* Cory Quammen; Fastl, Thomas; paraview@para

Re: [Paraview] Parallel unfriendly filters?

2016-02-08 Thread Dan Lipsa
David, Why do you need to do 'cell data to point data'? Can you try without that step? On Mon, Feb 8, 2016 at 3:14 PM, David Ortley wrote: > I'm running Paraview in client/server mode with the server running on an > HPC platform across multiple nodes. > > My input is a multi-block silo file that

Re: [Paraview] Parallel unfriendly filters?

2016-02-09 Thread Dan Lipsa
> > > > Cell Data to Point Data is the only way I know of to activate the contour > filter for silo files. The results are stored in cell arrays, which > apparently don't activate the contour filter. I stumbled upon using Cell > Data to Point Data by accident, so if there's a better way to do thi

Re: [Paraview] EGL build of ParaView

2016-02-11 Thread Dan Lipsa
Alexandre, Can you check EGL_INCLUDE_DIR EGL_LIBRARIES in CMakeCache.txt and make sure they point to the libraries that come with the NVidia driver. You will need: libEGL, libOpenGL and libGLdispatch On my machine nvidia libraries are inside /usr/lib32/nvidia-346. (My machine has an older driv

Re: [Paraview] EGL build of ParaView

2016-02-11 Thread Dan Lipsa
Alexandre, On Thu, Feb 11, 2016 at 11:13 AM, Alexandre Ancel < alexandre.an...@cemosis.fr> wrote: > Hello Dan, > > Regarding to the values of the variables, I have: > > //No help, variable specified on the command line. > EGL_INCLUDE_DIR:UNINITIALIZED=/data/software/install/EGL/include > > //Pat

Re: [Paraview] EGL build of ParaView

2016-02-11 Thread Dan Lipsa
n. > > > In any case and if it might help someone else on this list, I wrote some > notes about how to make everything work together: > > https://github.com/aancel/admin/wiki/Compile-ParaView-with-EGL-support-on-Ubuntu-14.04 > > > Hope I could have been of some help, &

Re: [Paraview] Display vector components on Paraview

2016-04-28 Thread Dan Lipsa
Malik, You can use the Calculator filter to generate a new scalar with the same value as one of the components of your vector. Then, you can color by that scalar. Dan On Thu, Apr 28, 2016 at 1:43 PM, Malik Shukeir wrote: > Dear all, > > Currently, I am a phd student and I am using paraview on

Re: [Paraview] Particle tracer

2012-11-19 Thread Dan Lipsa
Hi all, I have found this thread after I tried unsuccessfully to trace pathlines from a list of vti files using paraview 3.98.0-RC1-2-ge3fcf70 64-bit on Linux. http://www.paraview.org/pipermail/paraview/2012-April/024587.html I execute the following steps: 1. add the temporal, regular dataset (li

[Paraview] Fwd: Particle tracer

2012-11-19 Thread Dan Lipsa
-- Forwarded message -- From: Dan Lipsa Date: Mon, Nov 19, 2012 at 8:47 PM Subject: Re: [Paraview] Particle tracer To: Yuanxin Liu Yuanxin, Thanks for your reply, When I press play, the particles seem to stay in the same place. However, they do change color as they are colored

Re: [Paraview] Fwd: Particle tracer

2012-11-20 Thread Dan Lipsa
s to the particle tracing. You can > find a summary on page of 11 the Kitware Source July > issue<http://www.kitware.com/media/thesource/jul2012.html> > . > > > > On Mon, Nov 19, 2012 at 3:47 PM, Dan Lipsa wrote: > >> >> >> -- Forwarded

Re: [Paraview] Fwd: Particle tracer

2012-11-20 Thread Dan Lipsa
on, Nov 19, 2012 at 3:47 PM, Dan Lipsa wrote: > > >> >> ------ Forwarded message -- >> From: Dan Lipsa >> Date: Mon, Nov 19, 2012 at 8:47 PM >> Subject: Re: [Paraview] Particle tracer >> To: Yuanxin Liu >> >> >> Yuanxin, &

Re: [Paraview] Fwd: Particle tracer

2012-11-20 Thread Dan Lipsa
with the animation control. You must > explicitly animate the TerminationTime parameter. > > Leo > > > On Tue, Nov 20, 2012 at 5:43 AM, Dan Lipsa wrote: > >> Leo, >> Thanks for the suggestion with the calculator filter. I was able to use >> it to increase t

Re: [Paraview] ParticleTracer particle lifetime

2014-01-14 Thread Dan Lipsa
Hi Ryan, The following thread might be useful in trying to get pathlines/streaklines to work in paraview. http://paraview.markmail.org/search/?q=Dan%20Lipsa#query:Dan%20Lipsa+page:1+mid:lr6wjdwan2ixidlg+state:results Dan On Tue, Jan 14, 2014 at 2:20 PM, Ryan Abernathey wrote: > Hello, > > I a

Re: [Paraview] Optimise PNGs

2014-04-16 Thread Dan Lipsa
Hi Joe, We recently solved a bug related to PNG optimization. http://vtk.org/Bug/view.php?id=14426 So you might need to upgrade ParaView. Dan On Wed, Apr 16, 2014 at 12:17 PM, Joe Borġ wrote: > Currently, when running pvbatch, I am running a thread with optipng > running. When an image is

Re: [Paraview] how to draw domain boundary lines‏

2014-05-02 Thread Dan Lipsa
Click on the eye next to the data source and then choose for Display, Representation: Outline. Dan On Fri, May 2, 2014 at 9:31 AM, Michel Dupront wrote: > To make my question easier to understand I added a screen shot > of the paraview windows. > Thanks. > > ___

Re: [Paraview] Catalyst question

2014-09-29 Thread Dan Lipsa
Hi John, We just posted more information about Catalyst Live features that went into ParaView 4.2. http://www.kitware.com/blog/home/post/722 Regards, Dan On Tue, Aug 26, 2014 at 9:39 AM, Biddiscombe, John A. wrote: > Andy > > > > Thanks for the info, great news that the live stuff is ongoing

Re: [Paraview] Catalyst question

2014-10-16 Thread Dan Lipsa
Hi John, I had imagined that I’d run a simulation on N ranks, have catalyst bound to > them and be able to do vis on those N ranks. But in fact, when I connect to > a live simulation, I have to “extract” results from them and then render > them back on the client. > > > > Is this the case or did I

Re: [Paraview] Interfacing with FE simulation using Catalyst

2014-11-21 Thread Dan Lipsa
Hi Alexandre, The following blog post describes how to pause the simulation and how to manipulate data in Catalyst Live. http://www.kitware.com/blog/home/post/722 Could you try the scripts attached in the blog post? Do those work? Thanks, Dan On Fri, Nov 21, 2014 at 8:30 AM, Alexandre Ancel wr

Re: [Paraview] Interfacing with FE simulation using Catalyst

2014-11-21 Thread Dan Lipsa
> > > When I click on the icon located near the producer to visualize the data, > I get an Extract component added to the pipeline. Trying to visualize this, > then throws me the following errors: > > --- > ERROR: In > /home/ancel/Downloads/ParaView-v4.2.0-source/VTK/Common/ExecutionModel/vtkDemand

Re: [Paraview] Interfacing with FE simulation using Catalyst

2014-11-21 Thread Dan Lipsa
On Fri, Nov 21, 2014 at 12:14 PM, Dan Lipsa wrote: > >> When I click on the icon located near the producer to visualize the data, >> I get an Extract component added to the pipeline. Trying to visualize this, >> then throws me the following errors: >> >> --- >

Re: [Paraview] Data set Size limit in ParaView/HDF5

2014-12-04 Thread Dan Lipsa
Mike, hd5 1.8.13 is now the version bundled with ParaView (the git version and superbuild). Best regards, Dan On Wed, Nov 5, 2014 at 4:01 PM, Utkarsh Ayachit wrote: > > Not recent enough. > > Noted. > > > PS: We are just trying to get everyone to build ParaView on their > systems. The issue

Re: [Paraview] Data set Size limit in ParaView/HDF5

2014-12-05 Thread Dan Lipsa
> THanks for the update. Just FYI, they just released 1.8.14 a few weeks > back. > Yes, I have seen that. It happened just after we completed the update to 1.8.13. Any chances of just jumping to that version? > Just a guess: It would take a while to update again, unless there is a paying custom

Re: [Paraview] Data set Size limit in ParaView/HDF5

2014-12-05 Thread Dan Lipsa
Diff will give you the details: mainly integrate the library into vtk,paraview build system and fixing any issues on platforms an external library was not tested on (but VTK/ParaView is) On Fri, Dec 5, 2014 at 2:44 PM, Michael Jackson wrote: > > On Dec 5, 2014, at 2:14 PM, Dan Lipsa

Re: [Paraview] EnSightReader: Change input file

2014-12-11 Thread Dan Lipsa
tware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > From c2694

Re: [Paraview] EnSightReader: Change input file

2015-01-05 Thread Dan Lipsa
On Sat, Dec 20, 2014 at 4:09 AM, Ian Krukow wrote: > Hi Dan, > > thanks for the patch, but unfortunately I have not been able to test it > yet, though I tried different things. > > I work with pvpython on a compute server with Ubuntu 12.04. For > configuration I have CMake 2.8.7, and I built Para

Re: [Paraview] error building silo reader

2015-02-17 Thread Dan Lipsa
Hi Jeff, You'll need Qt version 4.8.6. https://download.qt.io/archive/qt/4.8/ QList<>::reserve has been introduced in version 4.7 so probably you have something earlier than that. See also http://www.paraview.org/Wiki/ParaView/Binaries for required versions for ParaView libraries. Dan On Tue

[Paraview] Fwd: Catalyst simple test

2015-02-17 Thread Dan Lipsa
(just a forward of my previous response to the list) -- Forwarded message -- From: Dan Lipsa Date: Tue, Feb 17, 2015 at 12:19 PM Subject: Re: [Paraview] Catalyst simple test To: Felipe Bordeu Hi Felipe, Have you seen: http://www.kitware.com/blog/home/post/722? This blog post

Re: [Paraview] Fwd: Catalyst simple test

2015-02-18 Thread Dan Lipsa
LiveInsituLink class know > about the vtkPBTrivialProducer. > > Thanks to all. > > Felipe > > > Le 17/02/2015 21:43, Dan Lipsa a écrit : > > (just a forward of my previous response to the list) > > > > -- Forwarded message -- > > F

Re: [Paraview] Fwd: Catalyst simple test

2015-02-20 Thread Dan Lipsa
; I think for my case is easier to build pipelines with the Catalyst plugin > for paraview. And anyway my paraview is already compiled with python. > > Thanks to all for this great feature. > > Felipe > > > Le 18/02/2015 16:18, Dan Lipsa a écrit : > > Hi Felipe

Re: [Paraview] Query on paraview software rendering vs GPU rendering on ubuntu server

2017-02-01 Thread Dan Lipsa
Bishwajit, On Wed, Feb 1, 2017 at 1:26 PM, Bishwajit Dutta wrote: > Hi All, > > I am setting up paraview in different modes in my university for research > and had the below queries on paraview wrt ubuntu. Thanks if anyone can > answer them. > > a) Is it possible to dynamically switch between C

Re: [Paraview] Duplicate Renderview

2017-02-23 Thread Dan Lipsa
Adam, You can show the same data in different views. Just click on the eye next to the filter which output you want to see. So for instance, if you show the data from the last filter in one view, clicking on the eye next to that filter will show the same thing in the second view. So, the starting

Re: [Paraview] Duplicate Renderview

2017-02-27 Thread Dan Lipsa
for is “copy current pipeline visibility” and then apply > that to another view. Or, “create new view as copy of current view” Then, > I can start making changes from that point. > > > > I don’t see a way to do that. > > > > Thanks, > > > > -- Adam &

Re: [Paraview] How to configure ParaView 5.2.0 to use off screen rendering?

2017-03-20 Thread Dan Lipsa
It seems you are missing KHR/khrplatform.h You can download it from the EGL website: https://www.khronos.org/registry/EGL/ On Sat, Mar 18, 2017 at 3:51 AM, 张驭洲 wrote: > > > Hello, > > I'm building ParaView 5.2.0 on a machine that uses NVIDIA Tesla K80 GPUs. > The K80 GPUs have no interface for m

Re: [Paraview] How to configure ParaView 5.2.0 to use off screen rendering?

2017-03-20 Thread Dan Lipsa
platform.h is required by the current EGL (1.5), but my EGL version > is 1.4. Maybe it doesn't need that file? > > Thank you again! > > -Zhang > > -原始邮件- > *发件人:* "Dan Lipsa" > *发送时间:* 2017年3月20日 星期一 > *收件人:* "张驭洲" > *抄送:* paraview

[Paraview] Your thred on Kitware forum about particle tracing

2017-04-24 Thread Dan Lipsa
Hi Jagan, Sorry for my delayed reply - I have been in vacation last week. This shows why it is a good idea to send questions to the ParaView list rather than individual developers. This way, you'll probably get answers quicker. 1. You probably seeded your streamlines in areas where vector values

Re: [Paraview] Visualization ternary saturation

2017-05-09 Thread Dan Lipsa
o skip this silly use of the Programmable Filter > altogether and color the Sphere source by 'Normals', then turn Map > Scalars off. > > I believe the capability to treat floating-point arrays of 3-tuples > was added to VTK in commit > > commit 00de9a942ff74e797fbe4cd

Re: [Paraview] troubles with netCDF reader ?

2017-06-23 Thread Dan Lipsa
Cynthia, It seems that the files you send us are not CF compliant. The problem is that the Time dimension does not have a unit. Here are some quotes from the CF Conventions document: - The use of coordinate variables is required for all dimensions that correspond to one dimensional space or time

Re: [Paraview] troubles with netCDF reader ?

2017-08-08 Thread Dan Lipsa
we’d need to change, > every time we do a model run, and this is a process we’d like to actually > automate daily. I am unable to force the output to be compliant as it is > created. Can you help? > > > > Sincerely, > > > > Cynthia Hart > > > > &g

Re: [Paraview] paraview 5.4.1 rc3, mac os 10.11.6, volume rendering broken

2017-08-08 Thread Dan Lipsa
On Tue, Aug 8, 2017 at 5:09 PM, Dan Lipsa wrote: > > Hi all, > > Volume rendering seems to be broken on my laptop. > > The first version of ParaView this works correctly on is ParaView 5.2.0. > > (it is broken on 5.4.0 and 5.3.0) > > > > Here is the info about my gr

Re: [Paraview] Building Paraview 5.4.1 in Ubuntu 16.04

2017-09-06 Thread Dan Lipsa
Joel, You can install Qt 5.6 from the web and make sure you you set Qt5_DIR=/opt/Qt/5.6/gcc_64/lib/cmake/Qt5 (the dir containing Qt5Config.cmake) when you build ParaView HTH, Dan On Wed, Sep 6, 2017 at 12:15 PM, Joel Manning < joel.mann...@prevailinganalysis.com> wrote: > Hi, > > > > I am atte

Re: [Paraview] ParaView not reading time in netcdf file

2017-10-06 Thread Dan Lipsa
Hi David, If you send me the file I can take a look. Thanks, Dan On Fri, Oct 6, 2017 at 10:11 AM, Deepwell, David wrote: > Hi, > > I have a netcdf file which I’d like to read in ParaView. The reading and > rendering works fine, but the time is not displayed. I’ve declared the > variable to be

Re: [Paraview] ParaView not reading time in netcdf file

2017-10-17 Thread Dan Lipsa
David, What version of ParaView are you using? I tried your file with the latest release 5.4.1 and it works fine. Thanks, Dan On Mon, Oct 16, 2017 at 10:18 AM, Deepwell, David wrote: > Ok, no problem. Just checking in. > > Thanks, > David > > > On Oct 16, 2017, at 9:29

Re: [Paraview] ParaView not reading time in netcdf file

2017-11-09 Thread Dan Lipsa
> Thanks for your help, > David > > > On Nov 9, 2017, at 10:57 AM, Dan Lipsa wrote: > > I was just looking at that. Indeed, your variable did not depend on time. > So it seems that the reader does report the correct information: > > The following script: > i