Re: [Paraview] [EXTERNAL] Opacity functions

2015-03-02 Thread Scott, W Alan
The most transparent you can make a cell is to just remove it. Try using the threshold filter, and threshold on damage? Alan From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of Colin McAuliffe Sent: Monday, March 02, 2015 5:03 PM To: ParaView Subject: [EXTERNAL] [Paraview] Opaci

[Paraview] Superbuilds and clusters

2015-03-03 Thread Scott, W Alan
I am trying to use the superbuild to create pvserver on a cluster. It appears to be running in parallel, but isn't remote rendering. The issue i believe is that the Superbuild isn't building with Mesa. I have done an ldd for mesa in the lib/paraview4-3 directory, and when I turn on Show Anno

Re: [Paraview] [EXTERNAL] How to check for duplicate nodes ?

2015-03-03 Thread Scott, W Alan
As Ken said, you get rid of duplicate nodes with Clean to Grid. I wonder if you could check for duplicate nodes using the Spreadsheet View, then sort on the cell locations? Alan -Original Message- From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of houssen Sent: Tuesday,

Re: [Paraview] [EXTERNAL] Re: Superbuilds and clusters

2015-03-04 Thread Scott, W Alan
K, I don't know what you are talking about, so I assume I am not running an X server. Let me rebuild overnight with OSMesa. What is the difference? Alan -Original Message- From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Sent: Wednesday, March 04, 2015 1:37 PM To: Scott,

Re: [Paraview] [EXTERNAL] PROBLEM IMPORTING ENSIGHT SOS FILE

2015-03-05 Thread Scott, W Alan
I just opened an .sos file, with a 16 file dataset, with ParaView 4.3.1. Worked fine. Linux, local server. * I wonder if you have a problem with your SOS file. * Mind posting a/the dataset? Alan -Original Message- From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of Ga

Re: [Paraview] [EXTERNAL] Re: Superbuilds and clusters

2015-03-05 Thread Scott, W Alan
Behalf Of Scott, W Alan Sent: Wednesday, March 04, 2015 7:33 PM To: Utkarsh Ayachit Cc: paraview@paraview.org Subject: Re: [Paraview] [EXTERNAL] Re: Superbuilds and clusters When I try to search the binaries (i.e., pvserver and associated libraries), as follows, I don't see mesa. When I do

Re: [Paraview] [EXTERNAL] PROBLEM IMPORTING ENSIGHT SOS FILE

2015-03-09 Thread Scott, W Alan
I believe my thoughts below were wrong. Ignore them. Could you give us a trivial dataset that shows this issue? Thanks, Alan -Original Message- From: Gaspare Argento [mailto:gaspare.arge...@gmail.com] Sent: Friday, March 06, 2015 12:47 AM To: Scott, W Alan Cc: paraview@paraview.org

[Paraview] Superbuild and code changes

2015-03-12 Thread Scott, W Alan
Is it possible to build ParaView with the superbuild, but change a few lines of code? I want to comment out a few warnings. These lines of source code keep getting written over. Thanks, Alan ___ Powered by www.kitware.com Visit other Kitware open

Re: [Paraview] [EXTERNAL] PROBLEM IMPORTING ENSIGHT SOS FILE

2015-03-13 Thread Scott, W Alan
ssage- From: Gaspare Argento [mailto:gaspare.arge...@gmail.com] Sent: Tuesday, March 10, 2015 5:04 AM To: Scott, W Alan Cc: paraview@paraview.org Subject: Re: [EXTERNAL] [Paraview] PROBLEM IMPORTING ENSIGHT SOS FILE Hi Scott, please find attached a case test that was launched on two cores. I

[Paraview] Superbuild, CGNS and debug

2015-03-13 Thread Scott, W Alan
I am trying to get a debugger into a CGNS build of ParaView. CGNS builds seems to be dying trying to link to HDF5. Has anyone else seen this? Any ideas how to compile debug with CGNS and the Superbuild? Here is some of the errors that I am seeing: checking whether build environment is sane..

Re: [Paraview] [EXTERNAL] Re: Superbuild, CGNS and debug

2015-03-13 Thread Scott, W Alan
ching the root CMakeCache.txt file from the superbuild. Alan -Original Message- From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Sent: Friday, March 13, 2015 6:51 PM To: Scott, W Alan Cc: paraview@paraview.org Subject: [EXTERNAL] Re: [Paraview] Superbuild, CGNS and debug I

Re: [Paraview] [EXTERNAL] Re: Superbuild, CGNS and debug

2015-03-16 Thread Scott, W Alan
Correct. Alan -Original Message- From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Sent: Friday, March 13, 2015 9:08 PM To: Scott, W Alan Cc: paraview@paraview.org Subject: Re: [EXTERNAL] Re: [Paraview] Superbuild, CGNS and debug Hmm...odd...not entirely sure why. So this

[Paraview] Trace recorder and presets (color table)

2015-03-16 Thread Scott, W Alan
I have a user that needs to change the ParaView preset from default (cool to warm) to another ParaView preset (Blue to Red Rainbow). He wants to do this in a python trace. So, he used the trace recorder to record his steps. Unfortunately, changing presets is not recorded with the trace record

Re: [Paraview] [EXTERNAL] RE: Trace recorder and presets (color table)

2015-03-16 Thread Scott, W Alan
ssage- From: ronald.fow...@stfc.ac.uk [mailto:ronald.fow...@stfc.ac.uk] Sent: Monday, March 16, 2015 5:09 PM To: Scott, W Alan; paraview@paraview.org Subject: [EXTERNAL] RE: Trace recorder and presets (color table) Are you sure that is a wise thing to do in the first place, at least the bit about

Re: [Paraview] [EXTERNAL] Re: Trace recorder and presets (color table)

2015-03-17 Thread Scott, W Alan
.CameraPosition = [0.0, 0.0, 66.92130429902464] renderView1.CameraParallelScale = 17.320508075688775 uncomment the following to render all views # RenderAllViews() # alternatively, if you want to write images, you can use SaveScreenshot(...). From: Burlen Loring [mailto:blor...@lbl.gov]

Re: [Paraview] [EXTERNAL] Re: Trace recorder and presets (color table)

2015-03-17 Thread Scott, W Alan
17, 2015 2:17 PM To: Scott, W Alan; paraview@paraview.org Subject: Re: [EXTERNAL] Re: [Paraview] Trace recorder and presets (color table) Hi Alan, The verbosity of the trace can be confusing, 90% of it is unnecessary, and can be removed. Here's how it looks in your example with unnecessary

[Paraview] Setting color maps in python

2015-03-23 Thread Scott, W Alan
With a lot of help from Utkarsh, I now know how to set custom color maps in Python. Here is what I did, and the code, for coloring Sources/ Wavelet by the blue to red rainbow. (And has been said, blue to red rainbow is a poor color map for doing real work. It does create pretty pictures, howe

Re: [Paraview] [EXTERNAL] Re: How to use the Find Data function with a client/server connection?

2015-03-30 Thread Scott, W Alan
Another way to find out if you have python and numpy on the server side is to run ParaView, and connect to your remote server. Then, Help/ About/ Connection Information. This will show you where Numpy and Python are, whether you even have Numpy, and finally versions of both. If you don't have

[Paraview] Mean

2015-04-08 Thread Scott, W Alan
I want to take the mean EQPS from the can.exo dataset, and plot it over time. Any idea how I can do this? Thanks, Alan ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Pl

[Paraview] selecting a cell at a point

2015-04-27 Thread Scott, W Alan
I have a user that wants to select the cell that includes a point, for instance at 1,1,1. Any idea how to do this? (I bet I'm just being dumb, this is so simple...) Thanks, Alan ___ Powered by www.kitware.com Visit other Kitware open-source projec

Re: [Paraview] [EXTERNAL] Beginner's question: new data set with same filters. How?

2015-04-28 Thread Scott, W Alan
File/ Save State. File/ Load State. Alan From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of Stub via ParaView Sent: Tuesday, April 28, 2015 7:26 PM To: Paraview Subject: [EXTERNAL] [Paraview] Beginner's question: new data set with same filters. How? Hi, After going through th

Re: [Paraview] [EXTERNAL] Idiot's Guide to Programmable Filter

2015-04-28 Thread Scott, W Alan
Dennis, The Python/ Programmable filter is a black box to me (i.e., I won't be much additional help). However, the place i would start would be the new, super-duper ParaView Guide. Kitware - and especially Utkarsh - have done a great job on it. Rather than giving the link, here is how to find

Re: [Paraview] [EXTERNAL] Offscreen rendering? (UNCLASSIFIED)

2015-04-29 Thread Scott, W Alan
Rick, Do you mean Edit/ Settings/ Render View/ Use Offscreen Rendering for Screenshots? Alan -Original Message- From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of Angelini, Richard C (Rick) CIV USARMY ARL (US) Sent: Wednesday, April 29, 2015 11:59 AM To: paraview@paravie

Re: [Paraview] [EXTERNAL] Offscreen rendering? (UNCLASSIFIED)

2015-04-29 Thread Scott, W Alan
e advanced settings. Alan -Original Message- From: Angelini, Richard C (Rick) CIV USARMY ARL (US) [mailto:richard.c.angelini@mail.mil] Sent: Wednesday, April 29, 2015 1:13 PM To: Scott, W Alan Subject: RE: [EXTERNAL] [Paraview] Offscreen rendering? (UNCLASSIFIED) CLASSIFICATION: UN

[Paraview] coords not available

2015-05-01 Thread Scott, W Alan
Why aren't coords available to filters in ParaView? I have a user that wants to threshold on one of the components of coord, and every time he has to use the calculator to get at this variable. Thanks, Alan ___ Powered by www.kitware.com Visit oth

Re: [Paraview] [EXTERNAL] Re: coords not available

2015-05-01 Thread Scott, W Alan
Bauer [mailto:andy.ba...@kitware.com] Sent: Friday, May 01, 2015 10:57 AM To: Scott, W Alan Cc: paraview@paraview.org Subject: [EXTERNAL] Re: [Paraview] coords not available Remember that image data and rectilinear grids don't explicitly store point locations. Can the cut filter be used instea

Re: [Paraview] [EXTERNAL] Re: coords not available

2015-05-01 Thread Scott, W Alan
Good explanation. Would it be worthwhile creating a filter that exposes them (i.e., coords, normals, texture coordinates, etc) if available, and creates them if not? Alan From: David E DeMarle [mailto:dave.dema...@kitware.com] Sent: Friday, May 01, 2015 10:58 AM To: Scott, W Alan Cc: paraview

Re: [Paraview] [EXTERNAL] 4.3.1 warnings

2015-05-04 Thread Scott, W Alan
Rick, If this is a debug build, it is to be expected. Two issues – one is that release builds should never show warnings, debug builds always print out warnings. Second issue, which still needs to be fixed, but is smaller, is that the spyplot reader is passing incorrect information to the Prog

Re: [Paraview] [EXTERNAL] 4.3.1 warnings

2015-05-04 Thread Scott, W Alan
Just talked to Utkarsh. My bad, I gave you wrong information, you did find a bug. I will work on fixing it. Thanks, Alan From: Angelini, Richard C (Rick) CIV USARMY ARL (US) [mailto:richard.c.angelini@mail.mil] Sent: Monday, May 04, 2015 1:55 PM To: Scott, W Alan; paraview@paraview.org

[Paraview] How to show models simultaneously at independent timesteps

2015-05-06 Thread Scott, W Alan
A question from a user: Is there a way to load in multiple simulation files and have them show the results at independent times? For example: show simulation 1 at time = 10, simulation 2 at time = 20, and simulation 3 at time = 15, with all of them visible simultaneously in the same window. I

Re: [Paraview] [EXTERNAL] Re: Paraview stops rendering after a while

2015-05-11 Thread Scott, W Alan
Not sure if I understand perfectly - your input to Paraview is a series of 2d slices (i.e., images)? Could you just take one slice, and replicate it a few thousand times? I.e., could you just give Kitware that one slice, and then instruct them to replicate it a few thousand times? Alan -

[Paraview] build error

2015-05-15 Thread Scott, W Alan
I am getting the following build error when building ParaView. This is from master, on Linux, targeting a cluster (redsky). Clean build, new pull of a git tree. Any ideas? [ 0%] Built target vtksys [ 0%] Building CXX object VTK/Common/Core/CMakeFiles/vtkCommonCore.dir/vtkObjectBase.cxx.o .

Re: [Paraview] [EXTERNAL] Report a bug

2015-05-18 Thread Scott, W Alan
Agreed. Done. Alan -Original Message- From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of Weiguang guan Sent: Thursday, May 14, 2015 1:59 PM To: paraview@paraview.org Subject: [EXTERNAL] [Paraview] Report a bug Can someone report this bug (below) to the development team o

Re: [Paraview] [EXTERNAL] Running regression tests

2015-05-28 Thread Scott, W Alan
Jim, Very likely not what you are looking for (i.e., not automatic), but there is a list of tests that I run (manually) every time we release. They are on the wiki, bottom right. http://www.paraview.org/Wiki/Release_Testing Alan From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf

[Paraview] FW: (ParaView) Length of a Spline (INC000001156537)

2015-06-04 Thread Scott, W Alan
A question from a customer: Hello, I'm wondering if ParaView has the capability to return the length of a curve or spline. Ideally, I would like to draw a spline on my geometry, and ParaView return the nodes that most closely resemble that spline. Then, I would like to plot the length of t

Re: [Paraview] [EXTERNAL] Re: Selecting volume rendering causes output to vanish

2015-06-10 Thread Scott, W Alan
I tried this with an attachment, it was too big. Here is the e-mail without the attachment. Alan From: Scott, W Alan Sent: Wednesday, June 10, 2015 1:07 PM To: 'Aashish Chaudhary'; Jeff Becker Cc: ParaView Subject: RE: [EXTERNAL] Re: [Paraview] Selecting volume rendering causes

[Paraview] matplotlib

2015-06-15 Thread Scott, W Alan
I have a user that would like to use matplotlib to draw titles on 2d and 3d plots. Are there any examples around how to do this? Thanks! Alan ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/openso

Re: [Paraview] [EXTERNAL] Trouble plotting variables

2015-06-25 Thread Scott, W Alan
Patrick, I believe you are having multiple problems with your dataset. Here is what i found: · Your dataset appears to be good. It is a bunch of points (nodes) (cell type vertex). It displays well. Read in all of the data, hit apply. Go to the last time step, then color by Displace

Re: [Paraview] [EXTERNAL] Trouble plotting variables

2015-06-25 Thread Scott, W Alan
website, load in either can.exo or disk_out_ref.exo and try that. You can also try plot over line for Sources/ Wavelet. Alan From: patrick savidge [mailto:psavid...@gmail.com] Sent: Thursday, June 25, 2015 3:44 PM To: Scott, W Alan Subject: Re: [EXTERNAL] [Paraview] Trouble plotting variables Alan

Re: [Paraview] [EXTERNAL] Re: Visualize density (a galaxy of stars)

2015-06-26 Thread Scott, W Alan
Very nice. I don’t think it will improve on what you are doing, but you may want to try adding a glyph filter. Then, change the glyph type to sphere, and make the spheres really small. You could then color the spheres by velocity or star age or star size or ... You could also make the sphere

Re: [Paraview] [EXTERNAL] ParaView 4.4 ??

2015-06-26 Thread Scott, W Alan
Michael, I am cleaning up e-mails, and found yours. I don't think it was answered. Currently the ParaView/Kitware team are working on the next release. This release should go out late this summer (but looking at the bug list, could be very early fall). Kitware is working to update OpenGL - i

[Paraview] Superbuild

2015-07-10 Thread Scott, W Alan
I created a superbuild yesterday, and now when I run ParaView, I see the following error. Then, Linux basically locks up. I also get the second line below in the ParaView Output window. Has anyone else seen this? Thanks, Alan (:19814): Gtk-WARNING **: Attempt to load unknown IM context type

[Paraview] Qt

2015-07-10 Thread Scott, W Alan
I notice that the Superbuild is running Qt 5.4.1. Any idea where I can find the Windows installer (i.e., I don't want to build from source)? Thanks! Alan ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitwar

[Paraview] Plot cumulative integral over time of a variable

2015-07-14 Thread Scott, W Alan
Question from a user: I would like to use paraview to do the following: 1) Integrate a nodal variable over a volume (IntegrateVariables filter does this) 2) Then, integrate the result of the volume integral over time (cumulative integral) The "IntegrateVariables" filter works just f

Re: [Paraview] [EXTERNAL] Re: Plot cumulative integral over time of a variable

2015-07-15 Thread Scott, W Alan
Thanks! Are you going to get the patch into the next release? Alan From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Sent: Wednesday, July 15, 2015 9:06 AM To: Scott, W Alan; paraview@paraview.org Subject: [EXTERNAL] Re: [Paraview] Plot cumulative integral over time of a variable

Re: [Paraview] [EXTERNAL] Extract all points inside volume

2015-07-16 Thread Scott, W Alan
Select points through (i.e., frustum select)? Then, on the Find Data dialog, Freeze Selection. Last, Filter/ Extract Selection? Alan On Jul 16, 2015, at 10:47 AM, Thomas O'Toole mailto:thomas.oto...@pinntech.com>> wrote: Dear Paraviewers, I am trying to select and extract all points that li

[Paraview] Geezer mode for Spreadsheet?

2015-07-30 Thread Scott, W Alan
Is there a Geezer mode for the spreadsheet view? I.e., larger fonts, bold fonts? Thanks, Alan ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topi

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] [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] [EXTERNAL] Re: [EXT] Re: Exodus Block Names

2015-08-31 Thread Scott, W Alan
Excellent, thanks Dennis! Alan -Original Message- From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of Dennis Conklin Sent: Monday, August 31, 2015 12:47 PM To: David Thompson Cc: Paraview (paraview@paraview.org) Subject: [EXTERNAL] Re: [Paraview] [EXT] Re: Exodus Block Nam

[Paraview] External data

2015-09-09 Thread Scott, W Alan
How do I pull or acquire the "ExternalData" from Kitware? I am trying to find ghost_cells.vtu. Thanks, Alan ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep m

Re: [Paraview] External data

2015-09-09 Thread Scott, W Alan
Thanks Ken! Since some of my LANs and clusters can't see the outside world, I always manually pull the build files. Thus, ExternalData is not in my build directory. Is there a manual way to do the pull? Alan From: Moreland, Kenneth Sent: Wednesday, September 09, 2015 2:21 PM To: Sco

Re: [Paraview] [EXTERNAL] Volume Rendering 17GB 8.5 billion cell volume

2015-09-09 Thread Scott, W Alan
I have nothing to add, other than volume rendering 8 billion cells would be amazing. ParaView should grumble, but maybe you are running out of memory? Try using the View/ Memory Inspector for the datasets below that actually do work? Then, do the same for your big one? Alan -Original M

Re: [Paraview] [EXTERNAL] Re: External data

2015-09-10 Thread Scott, W Alan
I would say wait for 4.4. No rush, I am just going through and closing bugs. One needed ExternalData. I probably won’t get back to it until 4.4 is out. Alan From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Sent: Thursday, September 10, 2015 8:07 AM To: Scott, W Alan Cc: Moreland

Re: [Paraview] [EXTERNAL] How to run pvbatch without any output?

2015-09-21 Thread Scott, W Alan
Ruggiero, I believe you have to make a custom build with OSMesa. That way you are using a software framebuffer, rather than the one attached to your monitor. Then, you run with the offscreen-rendering flag. Alan From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of Ruggiero Guid

Re: [Paraview] [EXTERNAL] problem with particle tracer in release 4.3.1 and 4.4.0

2015-10-09 Thread Scott, W Alan
Markus, Would it be possible for you to post an example of this crash? Include what machine, local or remote server, a dataset (try to choose one from the ParaView data in the paraview.org web site, and steps (probably the ones given below)? I would think if it worked before, it should work no

Re: [Paraview] [EXTERNAL] Re: Select which fields to load when loading .vtm multi-block

2015-10-09 Thread Scott, W Alan
I couldn't find this in the bug tracker, so added it. http://www.paraview.org/Bug/view.php?id=15768 Alan -Original Message- From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of Deij-van Rijswijk, Menno Sent: Tuesday, September 22, 2015 4:40 AM To: paraview@paraview.org S

[Paraview] Cell volume

2015-10-15 Thread Scott, W Alan
I have a user that wants volume of cells moved into a new variable. There is a feature request pending for this ( http://www.paraview.org/Bug/view.php?id=10433 ), but in the meantime, is it possible with the programmable filter? Thanks, Alan ___ P

[Paraview] numpy build issues

2015-10-16 Thread Scott, W Alan
I am having issues getting ParaView, remote cluster, working with my own build of Python and numpy. Obviously, I don't have root on these clusters, and I want to use my own Python. (Clusters often have 10 year old python.) >From the following, it appears I am missing a libgfortran.so.1. Any i

Re: [Paraview] [EXTERNAL] Re: Cell volume

2015-10-16 Thread Scott, W Alan
Thanks! Both Cory and Utkarsh's solution works well. I will pass this on to my user. Alan -Original Message- From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Sent: Friday, October 16, 2015 8:27 AM To: Cory Quammen Cc: Scott, W Alan; paraview@paraview.org Subject: [EXT

Re: [Paraview] [EXTERNAL] Re: numpy build issues

2015-10-16 Thread Scott, W Alan
Ah, thanks Ben!! Um ... These are clusters... Nothing surprises me... :-) Alan -Original Message- From: Ben Boeckel [mailto:ben.boec...@kitware.com] Sent: Friday, October 16, 2015 1:00 PM To: Scott, W Alan Cc: paraview@paraview.org Subject: [EXTERNAL] Re: [Paraview] numpy build issues

Re: [Paraview] [EXTERNAL] Re: Volume Rendering 17GB 8.5 billion cell volume

2015-10-20 Thread Scott, W Alan
Berk, That’s really cool – thanks for testing and passing on the results. Alan From: ParaView mailto:paraview-boun...@paraview.org>> on behalf of Berk Geveci mailto:berk.gev...@kitware.com>> Date: Tuesday, October 20, 2015 at 2:00 PM To: David Trudgian mailto:david.trudg...@utsouthwestern.edu>

Re: [Paraview] [EXTERNAL] Wiggly annotated time

2015-10-25 Thread Scott, W Alan
ParaView version? This did occur about a version or two ago. Alan -Original Message- From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of Giordano Lipari Sent: Saturday, October 24, 2015 3:54 AM To: paraview@paraview.org Subject: [EXTERNAL] [Paraview] Wiggly annotated time

Re: [Paraview] [EXTERNAL] change default color map

2015-10-28 Thread Scott, W Alan
Two answers. ☺ 1) There was a great panel discussion at Viz this week about how horrible the rainbow color map is. It misrepresents data (green is much larger than yellow), and it is unusable for about 8% of male engineers (i.e., they are color blind to parts of the rainbow.). Thus, th

Re: [Paraview] [EXTERNAL] problem using CSV table as input

2015-11-05 Thread Scott, W Alan
Mind trying a newer version of ParaView? 4.0.1 is a few years old. Thanks, Alan From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of Einat Lev Sent: Thursday, November 05, 2015 8:28 PM To: paraview@paraview.org Subject: [EXTERNAL] [Paraview] problem using CSV table as input Hello

Re: [Paraview] [EXTERNAL] Re: plot title

2015-11-16 Thread Scott, W Alan
Another way is the Sources/ Text. Then, as Samuel says, move it anywhere you want, or to one of the default locations. Alan -Original Message- From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of Samuel Key Sent: Monday, November 16, 2015 8:26 AM To: paraview@paraview.org

Re: [Paraview] [EXTERNAL] Bug in the Animation export?

2015-12-02 Thread Scott, W Alan
That is strange. Can you pass the dataset, along with good directions, to Kitware? Write up a bug report? To get around your specific issue, one idea would be to do it in multiple steps. In other words: * Set up visualization. * Save state file * Save Animation for timesteps 0 through 99 a

[Paraview] Can ParaView create "envelope" or cumulative maximums?

2015-12-03 Thread Scott, W Alan
I have a user that needs to create a new array, with each cell in the array holding the maximum value of each cell over all time. I have heard this called a cumulative maximum for all cells. The then wants to paint his 3d object with this new array. For instance, if you have a variable array

[Paraview] Selecting a point in Python

2015-12-09 Thread Scott, W Alan
I am trying to create a python script that will create a plot selection over time. Here is what I am trying to do: * Read in the can.exo. All vars on. Apply * Select point on can. (This is the line that does not record in the Trace Recorder, and I need). * Plot selec

[Paraview] Plot3D function files over time

2015-12-09 Thread Scott, W Alan
Berk helped me loading Plot3D function files over numerous time steps, and I wanted to document it here. Here is my e-mail I sent to my user. ParaView can read and correctly handle Plot3D function files over numerous time steps. The trick is that you need to create a master file that tells t

Re: [Paraview] [EXTERNAL] Re: Axes labels

2015-12-14 Thread Scott, W Alan
Windows help is weird because ParaView is broken (regarding the command line help on Windows). You can see this by running ParaView from a Command Prompt. ParaView creates a new window, writes the output there, then immediately closes the window. I created the command line help on Linux. Her

Re: [Paraview] [EXTERNAL] Re: Axes labels

2015-12-14 Thread Scott, W Alan
http://www.paraview.org/Bug/view.php?id=15880 Alan -Original Message- From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of Scott, W Alan Sent: Monday, December 14, 2015 12:39 PM To: Utkarsh Ayachit; Fernando G. del Cueto Cc: ParaView Subject: Re: [Paraview] [EXTERNAL] Re

Re: [Paraview] [EXTERNAL] Re: ANN: ParaView 5.0.0-RC2 now available for download

2015-12-15 Thread Scott, W Alan
Scott/Utkarsh, I just replicated this, and posted a bug. We really need it fixed for 5.0 – it shows up all the time with something as simple as Whipple Shield! http://www.paraview.org/Bug/view.php?id=15881 Thanks for reporting. Alan From: ParaView [mailto:paraview-boun...@paraview.org] On Be

Re: [Paraview] [EXTERNAL] Re: Selecting a point in Python

2015-12-18 Thread Scott, W Alan
Excellent! Thanks. One more question – is it possible to select the cell or point with a maximum value, as opposed to a hard coded cell or point? Alan From: Cory Quammen [mailto:cory.quam...@kitware.com] Sent: Friday, December 18, 2015 8:02 AM To: Scott, W Alan Cc: paraview@paraview.org

[Paraview] Erode and Dilate filters

2016-02-01 Thread Scott, W Alan
Does anyone know the python (programmable filter, I suppose) needed to expose the Erode and Dilate filters? Thanks, Alan ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Pl

Re: [Paraview] [EXTERNAL] Re: Erode and Dilate filters

2016-02-02 Thread Scott, W Alan
Excellent, thanks. Alan On 2/2/16, 12:51 PM, "Utkarsh Ayachit" wrote: >Attached XML should do the trick. Load this as a plugin and then two >filters will be available ContinuousDilate3D and ContinuousErode3D. > >On Mon, Feb 1, 2016 at 3:17 PM, Scott, W Alan wrote: &

Re: [Paraview] [EXTERNAL] [Paraview-developers] ANN: ParaView 5.0.1 coming soon

2016-02-08 Thread Scott, W Alan
Utkarsh, Thanks for the heads up. All, The link below didn’t work for me. It just shows a huge number of bugs. However, if you select “Target Version” 5.0.1, then Apply Filter, you will see the upcoming changes for the small patch release. The main one of interest for folks that build and us

Re: [Paraview] [EXTERNAL] Cylinder axis for slices spatially limited within bounding box

2016-02-09 Thread Scott, W Alan
Felix, Complicated answer to a simple question. Here goes. The cylinder slice and clip were added in 4.4.0. The error you ask about below is in ParaView 4.4.0. It was fixed for PV 5.0.0. You may want to upgrade to ParaView 5.0.0. However, in researching this issue, I did find a few annoying

Re: [Paraview] [EXTERNAL] Paraview 5 crashes openning any chemiical format

2016-02-15 Thread Scott, W Alan
Do you have a dataset you could share? Alan From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of Henrique C. S. Junior Sent: Sunday, February 14, 2016 1:19 PM To: paraview@paraview.org Subject: [EXTERNAL] [Paraview] Paraview 5 crashes openning any chemiical format Using Windows 10

[Paraview] Transforming vs transform filter

2016-02-19 Thread Scott, W Alan
Why are the Properties tab/ Transforming controls and the Transform filter different? The Properties Tab/ Transforming looks like this: * Translation * Scale * Orientation * Origin The Transform filter looks like this: * Translate * Rotate

Re: [Paraview] [EXTERNAL] Importing Vector (i.e., CSV text) files

2016-02-23 Thread Scott, W Alan
I’m not sure if white space works – but comma’s do work. For instance, X, Y, Z, Var does work. Then, use the Table to Point filter. There is more information here: http://www.paraview.org/Wiki/Data_formats Does that answer the question? Alan From: ParaView [mailto:paraview-boun...@paraview.o

Re: [Paraview] [EXTERNAL] Importing Vector (i.e., CSV text) files

2016-02-25 Thread Scott, W Alan
...@gmail.com] Sent: Thursday, February 25, 2016 4:26 PM To: Scott, W Alan Subject: Re: [EXTERNAL] [Paraview] Importing Vector (i.e., CSV text) files I saw the comma separation, but very inconvenient not to have whitespace delimit. That means I have to go through 30,000 files and change the format - sure

Re: [Paraview] [EXTERNAL] Importing Vector (i.e., CSV text) files

2016-02-25 Thread Scott, W Alan
4 -0.5 -0.5 1 5 -0.5 -0.5 1 6 -0.5 -0.5 1 7 From: Zach [mailto:zach...@gmail.com] Sent: Thursday, February 25, 2016 7:53 PM To: Scott, W Alan Cc: paraview@paraview.org Subject: Re: [EXTERNAL] [Paraview] Importing Vector (i.e., CSV text) files Alan, I have tried the " ", and it didn&

Re: [Paraview] [EXTERNAL] Re: Threshold filter: range does not update to newly selected cell-centered data array

2016-03-19 Thread Scott, W Alan
Menno Deij - van Rijswijk/ Ken, I have seen cases where something gets messed up in the configuration files. Try running ParaView with the -dr option (disable registry), or you could just delete the configuration files. http://www.paraview.org/Wiki/ParaView_Settings_Files Alan From: ParaVie

[Paraview] plot min/max/average of a variable in all cells/point of a block over time?

2016-03-23 Thread Scott, W Alan
I have a user that is trying to do the following. What is the "best" way to do this? Is there a method to plot the min/max/average value of a variable in a block(s) over time? Similar to the query functionality available in EnSight? Thanks, Alan _

Re: [Paraview] [EXTERNAL] BadAlloc Error

2016-03-30 Thread Scott, W Alan
Lloyd, I see the same thing, ... um ... sort of. Mine occurs when ssh -X'ing into a remote blade. New ParaView (i.e., 5.0.0 and later) needs OpenGL 3.2. I suspect that X forwarding isn't supporting OpenGL 3.2. If I log onto the blade directly, the OGL version is sufficient. But, when ssh

Re: [Paraview] [EXTERNAL] Save set-range-values

2016-03-31 Thread Scott, W Alan
Lukasz, Not that I know of. This really shouldn't be a setting - this should be default behavior. Min/max shouldn't change for a variable as you explore your data. I took the liberty of writing this bug up. It is here: http://www.paraview.org/Bug/view.php?id=16052. I also targeted it for th

[Paraview] ParaView 5.0 Python and Batch

2016-03-31 Thread Scott, W Alan
Question from a user: Quick question, I'm looking through the documents and can't seem to find what I am looking for. I want to create a batch script to save an image every few seconds of my simulation. I'm aware of vtkAnimationPlayer, where I can use GetAnimationScene and use GoToNext() to get

Re: [Paraview] [EXTERNAL] Re: ParaView 5.0 Python and Batch

2016-03-31 Thread Scott, W Alan
Perfect, thanks. -Original Message- From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Sent: Thursday, March 31, 2016 2:58 PM To: Scott, W Alan Cc: paraview@paraview.org Subject: [EXTERNAL] Re: [Paraview] ParaView 5.0 Python and Batch Here's a sample script:

[Paraview] Surface LIC plugin

2016-04-04 Thread Scott, W Alan
I just tried the Surface LIC plugin, and got totally confused. Does anyone have any directions on how to make pretty pictures using one of the Sources, or disk_out_ref.exo or the can.exo? Thanks, Alan ___ Powered by www.kitware.com Visit other Kit

Re: [Paraview] [EXTERNAL] bug in ExodusII reader for general polyhedral meshes

2016-04-05 Thread Scott, W Alan
Ethan/ all, Good catch, good research. Since this is an Exodus bug, and thus will affect Sandia, I wrote it up in the bug tracker. I also took it as a Sandia bug. Unless things change, it is scheduled to be fixed for the next release - version 5.1. You can keep up with this bug here: http:

Re: [Paraview] [EXTERNAL] Re: [EXT] Re: v5.0.1 & RealVNC

2016-04-13 Thread Scott, W Alan
I just tried, and have the following error: ./paraview --mesa-llvm .../lib/paraview-5.0/paraview: error while loading shared libraries: libatomic.so.1: cannot open shared object file: No such file or directory Ideas? Thanks, Alan -Original Message- From: ParaView [mailto:paraview-bou

[Paraview] Help with Programmable Filters

2016-04-15 Thread Scott, W Alan
>From a user: Hi I'm trying to get started with programmable filters and am having a little trouble putting it together from the material in the paraview user guide. I have a few questions below: 1. Is there any documentation generally describing the input and output data objects that

Re: [Paraview] [EXTERNAL] Client-server mode fails with 5.0.1

2016-04-18 Thread Scott, W Alan
Paul, Ssh -X is not working with newest ParaView. X forwarding does not support the needed version of OpenGL for ParaView 5.0.1. Could that be your problem? Alan -Original Message- From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of Paul Melis Sent: Monday, April 18, 201

Re: [Paraview] [EXTERNAL] Store defaults for "Save data..." with CSV data

2016-04-19 Thread Scott, W Alan
This sounds reasonable. I wrote it up here http://www.paraview.org/Bug/view.php?id=16080. Alan From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of Schlottke-Lakemper, Michael Sent: Tuesday, April 19, 2016 2:01 AM To: ParaView Subject: [EXTERNAL] [Paraview] Store defaults for "S

Re: [Paraview] [EXTERNAL] Store defaults for "Save data..." with CSV data

2016-04-19 Thread Scott, W Alan
Click on the bug link I gave below. Then, add your name to the Users monitoring this issue. You may need to get an account, I don’t know. From: Schlottke-Lakemper, Michael [mailto:m.schlottke-lakem...@aia.rwth-aachen.de] Sent: Tuesday, April 19, 2016 11:42 AM To: Scott, W Alan Cc: ParaView

Re: [Paraview] [EXTERNAL] Store defaults for "Save data..." with CSV data

2016-04-19 Thread Scott, W Alan
Nice. I'll test when it hits master. Thanks! Alan -Original Message- From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Sent: Tuesday, April 19, 2016 3:15 PM To: Scott, W Alan Cc: Schlottke-Lakemper, Michael ; ParaView Subject: Re: [Paraview] [EXTERNAL] Store default

Re: [Paraview] [EXTERNAL] Re: [EXT] Re: v5.0.1 & RealVNC

2016-04-19 Thread Scott, W Alan
s always, Alan -Original Message- From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Sent: Thursday, April 14, 2016 8:55 AM To: Scott, W Alan Cc: Dennis Conklin ; ParaView Mailing List Subject: Re: [EXTERNAL] Re: [Paraview] [EXT] Re: v5.0.1 & RealVNC Alan, > ./paraview --mesa-l

Re: [Paraview] [EXTERNAL] Extracting cells by label

2016-04-20 Thread Scott, W Alan
You mean like the threshold filter? Threshold out those blocks you don't want... Alan From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of Carlson, Neil Sent: Wednesday, April 20, 2016 4:13 PM To: paraview@paraview.org Subject: [EXTERNAL] [Paraview] Extracting cells by label I ha

Re: [Paraview] [EXTERNAL] Help with Programmable Filters

2016-04-20 Thread Scott, W Alan
Ping? -Original Message- From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of Scott, W Alan Sent: Friday, April 15, 2016 3:18 PM To: paraview@paraview.org Subject: [EXTERNAL] [Paraview] Help with Programmable Filters >From a user: Hi I'm trying to get star

  1   2   3   4   5   6   7   >