[Paraview] Disconnect and save animation

2018-02-07 Thread Utkarsh Ayachit
Folks, I am trying to get a feel is anyone uses this functionality at all. If not, we'd like to remove it as it simplifies a few interactions, besides reducing code complexity. The functionality I am referring to allows one to disconnect from a remote server and then save animation on the server

Re: [Paraview] ParaView 5.4.1 | Segmentation Fault

2018-01-31 Thread Utkarsh Ayachit
> In addition, execution of './paraview --mesa' works, meaning there's an > issue with the graphics drivers? That'd be my guess. ___ Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [Paraview] ParaView 5.4.1 | Segmentation Fault

2018-01-31 Thread Utkarsh Ayachit
Thomas, Check your graphics drivers. You can use tools like `glxinfo` to tell you which OpenGL version is supported. ParaView now requires 3.2 or newer. If you cannot upgrade your graphics drivers, you can use software OpenGL implementation packaged by ParaView binaries as follows: .../paraview

Re: [Paraview] display problems paraview

2018-01-31 Thread Utkarsh Ayachit
This may be same as the issue described here: https://gitlab.kitware.com/paraview/paraview/issues/17499 Try switching to NVidia GPU, if you can, if Intel graphics is indeed the issue in your case. Utkarsh On Wed, Jan 31, 2018 at 6:09 AM, Ott Richard wrote: > Hi, > > I

Re: [Paraview] Can I tie Z Axis Grid labels to the unscaled range of the Scalar Value used in the Warp By Scalar filter?

2018-01-30 Thread Utkarsh Ayachit
to the Z Axis Data Scale the axes exploded out > of view-ability. I'm not sure what's going on there; I had assumed that this > would only change the labels and not the size of the axes. > > Thanks, > Wyatt > > On Tue, Jan 30, 2018 at 6:29 AM, Utkarsh Ayachit > <utkar

Re: [Paraview] Display Problem

2018-01-30 Thread Utkarsh Ayachit
X. Y., Your cells seem odd. Try changing the representation type to "Wireframe", you'll see a grid. Then use spreadsheet view, in "Cell Data" mode, clicking on each cells to see if the cell seems correct. You have cells that form lines and hence the default "surface" representation is failing to

Re: [Paraview] Can I tie Z Axis Grid labels to the unscaled range of the Scalar Value used in the Warp By Scalar filter?

2018-01-30 Thread Utkarsh Ayachit
Another option is to use the "Data Transform" properties on the Axes Grid. In the "Edit" Axes Grid dialog, if you press the gear icon to show advanced properties, you'll see the "Data Transform" properties. For example, if I scale my dataset by (1, 1, 10), I can set the "Data Scale" to (1, 1, 10)

Re: [Paraview] OpenGL Vendor

2018-01-26 Thread Utkarsh Ayachit
To add to what Ken said, the "Client Information" tab shows you info about OpenGL for the "paraview" executable, while the "Connection Information" gives you info for the "pvserver", if any. On Fri, Jan 26, 2018 at 10:54 AM, Ken Martin wrote: > OpenGL is loaded at runtime

Re: [Paraview] Multiple identical "sources" proxies in a saved XML state file (GlyphType)

2018-01-26 Thread Utkarsh Ayachit
Artem, You raise good points. In reality, only saving the state of the currently selected proxy from proxy-list domain should be sufficient. There are challenges to doing that given the current implementation, however. Let me try to figure out a viable solution and get back to you. Utkarsh On

Re: [Paraview] Error when trying to turn on Volume Rendering for large tetrahedral data in ParaView 5.4.1

2018-01-24 Thread Utkarsh Ayachit
Joe, Sorry, doesn't ring a bell. One thing to try is to turn of "Use Data Partitions" (see [1]) if your data is already partitioned between ranks such that we can build a sorting order. Utkarsh [1] https://blog.kitware.com/improved-parallel-rendering-in-paraview/ On Wed, Jan 24, 2018 at 3:16

Re: [Paraview] Extracting data on the surface of a block?

2018-01-24 Thread Utkarsh Ayachit
> > Thanks again, > > Louis Steytler > Department of Mechanical Science and Engineering > University of Illinois at Urbana-Champaign > 1206 West Green Street > Urbana, Il 61801 > steyt...@illinois.edu > > From: Utkarsh Ayach

Re: [Paraview] Extracting data on the surface of a block?

2018-01-24 Thread Utkarsh Ayachit
> How is "Chart View" selected again? I didn't find it in the "View" drop down > menu at the top, but I was able to open a new layout and select > "SpreadSheetView". By selecting the "Chart View", I meant simply click on the view that's showing the plots after you applied the

Re: [Paraview] Segmentation fault when loading representation plugin on Linux paraview

2018-01-23 Thread Utkarsh Ayachit
Paraview3DLICPlugin.zip > <https://drive.google.com/a/ucdavis.edu/file/d/1toVCur-Iie9khbPjMFJXueUwB15UJsxn/view?usp=drive_web> > ​ > > > On Tue, Jan 23, 2018 at 10:56 AM, Utkarsh Ayachit < > utkarsh.ayac...@kitware.com> wrote: > >> Maybe if you share the c

Re: [Paraview] Segmentation fault when loading representation plugin on Linux paraview

2018-01-23 Thread Utkarsh Ayachit
gt; I run this paraview on TACC Maverick, which I have no access to debug build. > But I run the same plugin on my Windows Paraview build and there is no such > error. How could I fix it? > Thanks > > On Tue, Jan 23, 2018 at 10:49 AM, Utkarsh Ayachit > <utkarsh.ayac...@kitware.co

Re: [Paraview] Segmentation fault when loading representation plugin on Linux paraview

2018-01-23 Thread Utkarsh Ayachit
My guess would be that you're accessing a nullptr in `vtkLIC3DRepresentation::AddToView`. I'd recommend doing a debug build of ParaView, and then attaching a debugger to confirm and fix. Utkarsh On Mon, Jan 22, 2018 at 8:18 PM, Yangguang Liao wrote: > Hi, > > I get some

Re: [Paraview] Extracting data on the surface of a block?

2018-01-23 Thread Utkarsh Ayachit
By "Export View", I meant "Export Scene" under the "File" menu. On Tue, Jan 23, 2018 at 10:31 AM, Utkarsh Ayachit <utkarsh.ayac...@kitware.com> wrote: > Louis, > >> This seemed to produce reasonable looking results, but I was not able to >>

Re: [Paraview] Extracting data on the surface of a block?

2018-01-23 Thread Utkarsh Ayachit
Louis, > This seemed to produce reasonable looking results, but I was not able to > specify the number of points along the arc where data was extracted. PlotOnIntersectionCurves essentially slices the dataset using a implicit plane. The points you get are indeed the insection points between your

Re: [Paraview] PV4.1.0 multiple rulers

2018-01-14 Thread Utkarsh Ayachit
Not in 4.1.0. I believe this was fixed in 5.2. 5.2 onwards, you can create and show multiple rulers. Utkarsh On Sun, Jan 14, 2018 at 7:54 AM, Stephen Wornom wrote: > I have a slice plane with 2 cylinders separated. > > I use rule to measure the length of the

Re: [Paraview] ParaView - Variables and different Time Steps

2018-01-11 Thread Utkarsh Ayachit
Carolin. > > > > Am 10.01.2018 um 16:06 schrieb Utkarsh Ayachit: >> >> The easiest way to do such a thing is as follows: >> >> 1. Apply Extract TimeSteps filter to your reader/source to choose the >> timesteps of interest. >> 2. Apply Group TimeSte

Re: [Paraview] CS Wrapper for plugins ignores preprocessor variable

2018-01-11 Thread Utkarsh Ayachit
Two approaches: 1. put the two is separate headers and pick the approach header based on if _DETAILED was defined at cmake configure time. 2. change header as follows: #ifndef __VTK_WRAP__ #ifdef __DETAILED #define vtkAlgorithm vtkMultiBlockDataSetAlgorithm #else #define vtkAlgorithm

Re: [Paraview] ParaView - Variables and different Time Steps

2018-01-10 Thread Utkarsh Ayachit
The easiest way to do such a thing is as follows: 1. Apply Extract TimeSteps filter to your reader/source to choose the timesteps of interest. 2. Apply Group TimeSteps filter to it to group the timesteps extracted in (1) into a mutliblock dataset with 1 block for each selected timestep in order.

Re: [Paraview] About CmakeLists.txt for paraview plugin

2018-01-07 Thread Utkarsh Ayachit
Doesn't your plugin need other classes from VTK/ParaView? If so, you can't mix and match. I am afraid you'll have to build ParaView from source and then compile the plugin against it. On Sun, Jan 7, 2018 at 12:20 AM, Yangguang Liao wrote: > Hi, > > I used some vtkOpenGL class

Re: [Paraview] PV client-server: browsing remote files

2018-01-06 Thread Utkarsh Ayachit
Robert, Sorry I missed the email earlier. What you have as an alternative is indeed a reasonable approach. Once can also use ParaView's infrastructure used by the file dialog, but it's a little clunky currently, since it needs to be pythonified for easier user. Here's how you'd do this with

Re: [Paraview] Python shell, os.environ

2017-12-20 Thread Utkarsh Ayachit
Randy, No, `os` hasn't been hijacked by PV. Here's what I get on Linux. ./bin/pvpython Python 3.5.2 (default, Nov 23 2017, 16:37:01) [GCC 5.4.0 20160609] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import os >>> os.environ["FOO"] '12' I suspect it's

Re: [Paraview] PV4.10 extracting a surface

2017-12-20 Thread Utkarsh Ayachit
I believe you're getting the warning because the threshold ended up not producing any output. If you can attach the state/data file, I may be able to can give more info. Utkarsh On Wed, Dec 20, 2017 at 10:15 AM, Stephen Wornom wrote: > The geometry is a cylinder. >

Re: [Paraview] v5.4.0 and v5.4.1 client-server disconnect while splitting views

2017-12-13 Thread Utkarsh Ayachit
Bucky, What happens if you don't split, instead close the current view and create a new render view in its stead? Do you get the same segfault? Utkarsh On Wed, Dec 13, 2017 at 9:49 AM, Kashiwa, Bucky wrote: > We are getting a very weird kind of client-server disconnect that

Re: [Paraview] animation: files, pgmable source

2017-12-09 Thread Utkarsh Ayachit
the last one. When they’re content with the vis on a single file, > they’d like to view an animation in PV on all (or mod N) files. When they’re > happy with that, they’d like to save .png’s - preferably batch/offscreen, but > whatever. > > Randy > > >> On Dec 8,

Re: [Paraview] animation: files, pgmable source

2017-12-08 Thread Utkarsh Ayachit
Randy, Mind explaining to me what;s your ultimate goal? The way I see it, there are two options: 1. Provide your users with a state file that they load in ParaView UI and then use the UI to save animation or images. Use the UI to move back and forth through the timesteps, etc. 2. Provide your

Re: [Paraview] animation: files, pgmable source

2017-12-08 Thread Utkarsh Ayachit
Oops. I meant to say -- "I am a little confused here" :). On Fri, Dec 8, 2017 at 10:10 AM, Utkarsh Ayachit <utkarsh.ayac...@kitware.com> wrote: > Hmm, little confused here? Why not keep the timesteps in the reader > unchanged and explcitly do the timestep of interest

Re: [Paraview] animation: files, pgmable source

2017-12-08 Thread Utkarsh Ayachit
mes = [600,] > > -Randy > > > >> On Dec 6, 2017, at 10:44 PM, Utkarsh Ayachit <utkarsh.ayac...@kitware.com> >> wrote: >> >> Randy, >> >> You attempting to mix the Python scripting for data processing and >> Python scripting for batch sc

Re: [Paraview] Filter suddenly stopped working "did not create output for port 0"

2017-12-08 Thread Utkarsh Ayachit
> I had previously configured paraview with ccmake and set build type to > Release and enabled Python. > Any idea how that may impact this? Not entirely sure how, unless some incorrect libraries are getting loaded. Are you on Windows? Is your PATH sane? Utkarsh

Re: [Paraview] animation: files, pgmable source

2017-12-06 Thread Utkarsh Ayachit
Randy, You attempting to mix the Python scripting for data processing and Python scripting for batch scripting. The two environments are separate. Here's how I'd tackle it. 1. Make your "Programmable Source" become a temporal source i.e. report to ParaView that it can produce timesteps matching

Re: [Paraview] ERROR: Cannot read points array from Points in piece 0. The data array in the element may be too short.

2017-12-04 Thread Utkarsh Ayachit
There should be 10137 (3379*3) values in the "Points" array, looks like there are only 10117. Utkarsh On Mon, Dec 4, 2017 at 2:25 PM, Salazar De Troya, Miguel wrote: > I am trying to open these two files, which are both similar. They are the > result of the same

Re: [Paraview] Assemble Variables into Tensor

2017-11-30 Thread Utkarsh Ayachit
ssemble the arrays > into a tensor. Programmable Filter never occurred to me and I am now looking > forward to exploring Chapter 13 of the Paraview Guide to see what else I can > do with it. > > Many thanks, > Nick Richmond > > On Wed, Nov 29, 2017 at 9:56 PM, Utkarsh Aya

Re: [Paraview] Assemble Variables into Tensor

2017-11-29 Thread Utkarsh Ayachit
Nick, You can use the *Programmable Filter* instead with something like the following script as the *Script*: from paraview.vtk.numpy_interface import dataset_adapter as dsa import numpy def make_tensor(xx,yy,zz, xy, yz, xz): t = numpy.vstack([xx,yy,zz,xy, yz,

Re: [Paraview] FEM

2017-11-29 Thread Utkarsh Ayachit
Paul, Welcome to the community! If your data is not in one of the large number of formats ParaView already supports, using Python to read an map to VTK data model sounds like a reasonable strategy. The "Programmable Source" would be the way to go. The ParaView Guide has examples that should help

Re: [Paraview] Python Scripting - Acess vtkOpenGL cameras from .pvx files information

2017-11-27 Thread Utkarsh Ayachit
y of Rio de Janeiro - COPPE > Rio de Janeiro, RJ, Brasil > > > 2017-10-25 11:12 GMT-03:00 Utkarsh Ayachit <utkarsh.ayac...@kitware.com>: >> >> Leo, >> >> To handle 90-degree pitch or elevation, do the following: >> >> camera.Pitch(90) >> came

Re: [Paraview] Misleading facts about Catalyst

2017-11-27 Thread Utkarsh Ayachit
Kolja, > Last week I asked how the server side can notify the client of recent > changes. Utkarsh wrote this wouldn't be supported by Paraview. After I > clarified that exactly this is happening during a Catalyst Live simulation, > the discussion was mute. I am still hoping for an answer how to

Re: [Paraview] server-side InvokeEvent(...) doesn't call client-side observer

2017-11-27 Thread Utkarsh Ayachit
Kolja > > On Wed, Nov 22, 2017 at 7:54 PM, Kolja Petersen <petersenko...@gmail.com> > wrote: >> >> Oh, well, but how is Catalyst forwarding new time step information from >> server to client? >> Time step updates can occur at any time. Which event mechanism no

Re: [Paraview] Segfault with simple C++ filter derived from vtkMultiTimeStepAlgorithm

2017-11-27 Thread Utkarsh Ayachit
Mark, You're simply missing a call to `this->SetNumberOfOutputPorts(1)` in your constructor. That will get past the segfault. Besides that, look at `vtkTemporalArrayOperatorFilter` as an example for how to overload `RequestDataObject` to create correct output dataset type, `RequestInformation`

Re: [Paraview] server-side InvokeEvent(...) doesn't call client-side observer

2017-11-22 Thread Utkarsh Ayachit
This is not a use-case supported in ParaView. We don't forward events from server to client. On Wed, Nov 22, 2017 at 12:53 PM, Kolja Petersen wrote: > Hello, > I would like to invoke a callback on a proxy in a pvpython session from a > server-side method. > > In my

Re: [Paraview] Input multiple arrays for processing in ProgrammableFilter

2017-11-21 Thread Utkarsh Ayachit
Mark, Add another property on the filter and add `default_values="1"` attribute it. For example see this [1]. Utkarsh [1] https://gitlab.kitware.com/paraview/paraview/blob/master/ParaViewCore/ServerManager/SMApplication/Resources/filters.xml#L5759-5780 On Tue, Nov 21, 2017 at 3:34 PM,

Re: [Paraview] paraview osmesa render on supercomputer nodes

2017-11-20 Thread Utkarsh Ayachit
Di, While it's not entirely obvious to me what could be going wrong, you may to check these docs out instead: https://www.paraview.org/Wiki/Reverse_connection_and_port_forwarding#A_Forward_Connection_Over_an_ssh_Tunnel Utkarsh On Sat, Nov 18, 2017 at 7:04 AM, 程迪 wrote:

Re: [Paraview] steps to add class with ClientServer and Python wrapping

2017-11-09 Thread Utkarsh Ayachit
ils about the modules system. I'll try > your suggestions. > Is the modules system documented somewhere? I don't remember reading > anything about it in the ParaView Guide. > Kolja > > On Thu, Nov 9, 2017 at 7:38 PM, Utkarsh Ayachit < > utkarsh.ayac...@kitware.com> w

Re: [Paraview] steps to add class with ClientServer and Python wrapping

2017-11-09 Thread Utkarsh Ayachit
Where are you adding your classes? If you add them to one of the "modules" e.g. ParaViewCore/VTKExtensions/Default, you'd only need to add them to the CMakeLists.txt and they'd get wrapped. You'll then need to add a XML config for the proxy e.g in

Re: [Paraview] Python calculator sum_per_block()

2017-11-08 Thread Utkarsh Ayachit
I've reported an issue : https://gitlab.kitware.com/paraview/paraview/issues/17824 On Wed, Nov 8, 2017 at 4:13 PM, Utkarsh Ayachit <utkarsh.ayac...@kitware.com> wrote: > That sounds like a bug to me. `sum_per_block` should work as you > expect `sum_per_block(Volume)`. Let me see

Re: [Paraview] Python calculator sum_per_block()

2017-11-08 Thread Utkarsh Ayachit
That sounds like a bug to me. `sum_per_block` should work as you expect `sum_per_block(Volume)`. Let me see what's going on. On Mon, Nov 6, 2017 at 3:10 PM, Dennis Conklin wrote: > All, > > > > Anyone know how this works? > > > > I have an element variable called

Re: [Paraview] Remote rendering through reverse SSH breaks with a GLX error

2017-11-06 Thread Utkarsh Ayachit
Thanks for the update, Robert. Utkarsh On Fri, Nov 3, 2017 at 4:22 PM, Robert Sawko wrote: > Utkarsh, > > Again, thanks again for the comment and sorry for missing the email. I am > checking my filter rules as this didn't get through to my inbox. > > Your insight was

Re: [Paraview] Error with plot selection over time

2017-10-31 Thread Utkarsh Ayachit
Jairaj, If you have dataset that can help reproduce this issue that you can share, that'll be great. Utkarsh On Mon, Oct 30, 2017 at 3:40 PM, Jairaj Mathur wrote: > Hey all > > I was thinking more about this, and I was wondering, is this because > paraview can't find

Re: [Paraview] pvbatch

2017-10-30 Thread Utkarsh Ayachit
Seems like pvbatch is not in the path. Can you confirm that `module load paraview/5.4.0-osmesa` is indeed pointing to a valid PATH and that contains a `pvbatch` executable? Utkarsh On Mon, Oct 30, 2017 at 8:14 PM, White, Judy wrote: > I am having problems using pvbatch on the

Re: [Paraview] POV Exporter, spheres/geom/colors

2017-10-26 Thread Utkarsh Ayachit
Randy, That's indeed a bug, I've reported the issue and the cause here: https://gitlab.kitware.com/paraview/paraview/issues/17802 Utkarsh On Thu, Oct 26, 2017 at 8:38 PM, Heiland, Randy wrote: > I have a simple 2-point Pgmable Source (below) and render it 1) as 2D >

Re: [Paraview] Script for exporting multiple scenes

2017-10-26 Thread Utkarsh Ayachit
Claudio, Attached is an example script with a demo vtu file used for it. Hope that helps. Utkarsh On Mon, Oct 23, 2017 at 8:55 AM, Ing. Claudio Pascarelli < claudio.pascare...@unisalento.it> wrote: > Hi, > > these are the first times that I'm using Paraview and Python. > > > I would like to

Re: [Paraview] my current State/.pvsm ?

2017-10-26 Thread Utkarsh Ayachit
> Is the current State filename hiding somewhere in the GUI? Alas no. There's no notion of current state file in ParaView and hence no way to know what state file was loaded in the current instance. ___ Powered by www.kitware.com Visit other Kitware

Re: [Paraview] Python Scripting - Acess vtkOpenGL cameras from .pvx files information

2017-10-25 Thread Utkarsh Ayachit
gt; Thanks in advance! > > > > Leonardo Pessanha > Laboratory of Computational Methods in Engineering > Federal University of Rio de Janeiro - COPPE > Rio de Janeiro, RJ, Brasil > > > 2017-10-23 13:01 GMT-02:00 Utkarsh Ayachit <utkarsh.ayac...@kitware.com>: >

Re: [Paraview] Remote rendering with pvpython + grab remote image data

2017-10-23 Thread Utkarsh Ayachit
Koija, > But I have still no clue how to make the pvserver render the scene remotely > and only transfer the rendered image to the pvpython client instead of all 3D > datasets (which will be huge). By default, ParaView will do remote rendering, if possible when the geometry size exceeds

Re: [Paraview] Equally spaced points on a slice (for the streamlines)

2017-10-23 Thread Utkarsh Ayachit
Is the slice axis aligned? If so, you can use a regular source eg. Wavelet or Mandlebrot to generate the evenly spaced points by setting the extents appropriately. Utkarsh On Mon, Oct 23, 2017 at 2:41 AM, Andrew wrote: > Hello. > I need to distribute points on a slice

Re: [Paraview] Python Scripting - Acess vtkOpenGL cameras from .pvx files information

2017-10-23 Thread Utkarsh Ayachit
Leo, You can't access it in Python since the Python script is not run on the server side. If your goal is to debug what thet camera is set to, you can put cout's to print the camera in `vtkCaveSynchronizedRenderers::HandleStartRender`. That's where the local camera on each rank is "prepped" for

[Paraview] ParaView Release Roadmap

2017-10-23 Thread Utkarsh Ayachit
Folks, We have a change in the ParaView release plan, as follows: *1. ParaView 5.5 October/November 2017 release has been postponed.* We have already had 3 releases this year, hence we have decided to postpone the 5.5 release. The next release will be according to the release plan described

Re: [Paraview] How to run a python script in every interaction

2017-10-23 Thread Utkarsh Ayachit
For camera interaction, you can add an observer to vtkCommand::[InteractionEvent|StartInteractionEvent|EndInteractionEvent] fired by vtkRenderWindowInteractor. e.g. def callback(caller, event): print ("ineraction") from paraview.vtk import vtkCommand view = GetActiveView()

Re: [Paraview] Setting glyph "Scalars" property in a C++ pipeline

2017-10-23 Thread Utkarsh Ayachit
Jimmy, You can use `vtkSMPropertyHelper(glyph, "Scalars").SetInputArrayToProcess(vtkDataObject::POINT, "Diameters")`. Utkarsh On Mon, Oct 23, 2017 at 5:19 AM, A . wrote: > Dear community, > > > I'm having a hard time figuring out how to set the "Scalars" property of

Re: [Paraview] Hidden Line Removal in Parallel

2017-10-17 Thread Utkarsh Ayachit
That's correct. It currently is not implemented for that configuration. Here's an issue for the same if you want to follow it: https://gitlab.kitware.com/paraview/paraview/issues/16947 Utkarsh On Tue, Oct 17, 2017 at 9:41 AM, PALUSZEK, Lukasz < lukasz.palus...@airbus.com> wrote: > Hello, > > >

Re: [Paraview] Add data to the pipeline browser via CLI

2017-10-16 Thread Utkarsh Ayachit
This is currently not supported, I am afraid. On Mon, Oct 16, 2017 at 6:57 AM, Nicolas Cedilnik wrote: > Hello, > > I'm wondering if there is an option somewhere or a CLI argument to "open" > a file (from the file manager or terminal) in the last opened paraview >

Re: [Paraview] [EXTERNAL] pvserver MPI issue

2017-10-14 Thread Utkarsh Ayachit
ve checked both. > > > > Quentin d’Avout | Aerodynamics > > [image: Arrivo Loop] <http://www.arrivo-loop.com/> > > > > *From:* Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] > *Sent:* Saturday, October 14, 2017 4:55 PM > *To:* Quentin d'Avout <quen..

Re: [Paraview] [EXTERNAL] pvserver MPI issue

2017-10-14 Thread Utkarsh Ayachit
Are you sure you ParaView is built with MPI support enabled? If so, are you sure you're using the correct mpirun executable that goes with the MPI implementation you used to build ParaView? Utkarsh On Sat, Oct 14, 2017 at 2:49 PM, Quentin d'Avout wrote: > Actually, it

Re: [Paraview] Help files (.pdf) not opening v5.4.1

2017-10-13 Thread Utkarsh Ayachit
We simply use QDesktopServices [1] to open the PDF. I think it uses the window manager to determine which app to use. [1] http://doc.qt.io/qt-5/qdesktopservices.html On Thu, Oct 12, 2017 at 11:09 AM, Dennis Conklin wrote: > All > > > > Help files (.pdf) clicked on

Re: [Paraview] Saving as csv data

2017-10-09 Thread Utkarsh Ayachit
Teng, In your attached VTK file, stress is a cell data i.e. associated with each of the cells rather than the points. When you export data as CSV you can only save points along with point data or cells data and not both. If you want to save out stress associated with each of the points, you can

Re: [Paraview] Hardware for local install

2017-10-09 Thread Utkarsh Ayachit
Keith, There's no easy answer for this, I am afraid. It depends on the type of data and kind of processing you intend to do. A few things to note: 1. most data processing is done on CPU. 2. rendering, including rendering of image volumes using volume rendering techniques as well as

Re: [Paraview] Animate Clip - Cue does not have domain or property set!

2017-10-09 Thread Utkarsh Ayachit
That's indeed a bug. Here's a fix: https://gitlab.kitware.com/paraview/paraview/merge_requests/1955 For your build of ParaView (assuming you are using 5.4), you can load the adding XML as a plugin and then create the filter. The XML will override the builtin definition for the proxy and hence

Re: [Paraview] Question about modify data in VTK files

2017-10-06 Thread Utkarsh Ayachit
You can do similar things simply using Python and numpy, instead of matlab. Numpy is included in the Python distributed with ParaView, so you can use it in pvpython or Python shell in the GUI to open csv [1] and process it add appropriate before saving out. [1]

Re: [Paraview] [EXT] Re: Details of XML filter with lists of input arrays

2017-10-04 Thread Utkarsh Ayachit
RequestData script that I could branch on. > > Thanks for your patience. > > Dennis > > > -Original Message- > From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] > Sent: Tuesday, October 03, 2017 4:07 PM > To: Dennis Conklin <dennis_conk...@goodyear.com>

Re: [Paraview] [EXT] Re: Details of XML filter with lists of input arrays

2017-10-03 Thread Utkarsh Ayachit
> So, after the user chooses some variables, are the chosen variable names in > "input_array"? > Or does "input_array" contain True or False based on which he chose, in > which case where are the corresponding names of the variables? When user selects variables, he's doing it on the

Re: [Paraview] [EXT] Re: Details of XML filter with lists of input arrays

2017-10-03 Thread Utkarsh Ayachit
> To be more exact, I wrote a routine here that does an area-weighted average > of some variables.Now the users are asking if I can give them a list of > variables in the model and they can choose which ones to calculate a weighted > average. There are many filters you can base this on.

Re: [Paraview] Details of XML filter with lists of input arrays

2017-10-03 Thread Utkarsh Ayachit
Dennis, Before I answer the question, I need to know what are you adding this property on? Is this a filter or a reader? The difference is that for a reader, the information about arrays available is provided by the reader itself; while for filter, that information is obtained from its input.

Re: [Paraview] Remote rendering through reverse SSH breaks with a GLX error

2017-10-02 Thread Utkarsh Ayachit
Robert, A few suggestions: 1. let's see what GL you're getting. If you run the following, what it the output? pgc104% DISPLAY=:0.0 glxinfo 2. What GPU do you have and which drivers? If it's NVidia with new enough drivers that support EGL, an EGL-enabled build may be a good way to

Re: [Paraview] Force or deactivate some Readers. Reuse the Paraview already running

2017-09-28 Thread Utkarsh Ayachit
> 1) I always work with xmdf files and every time I have to choose the reader > to use in the menu, can we deactivate or force the use of a specific reader > in the command line? Not currently, but that's a nice and easy feature to add. Feel free to report a feature request. > 2) also if I run a

Re: [Paraview] Trouble running paraview 5.4.1 with client-server mode.

2017-09-26 Thread Utkarsh Ayachit
Zhen, Seems like the pvserver process is segfaulting/aborting. When does it happen, as soon as the client connects or after someone steps? It hard to gauge what could be going on. Is it possible for you to do a "debug" build of ParaView on your cluster and then run through gdb? If can get the

Re: [Paraview] ParaView GPU support (UNCLASSIFIED)

2017-09-15 Thread Utkarsh Ayachit
Simon, The answer depends on whether you want to ParaView to use GPU for rendering alone or also for computation e.g. contours. For former, it's automatic via OpenGL. So long as your environment and/or your build is set up such that ParaView picks up the OpenGL implementation provided by your GPU

Re: [Paraview] [EXTERNAL] Select points based on coordinates

2017-09-13 Thread Utkarsh Ayachit
On Tue, Sep 12, 2017 at 6:10 PM, Scott, W Alan wrote: > This is on the todo list. > https://gitlab.kitware.com/paraview/paraview/issues/15530 A fix is available in master (https://gitlab.kitware.com/paraview/paraview/merge_requests/1724).

Re: [Paraview] Using 64 or more cores on a single node when running client/server

2017-09-13 Thread Utkarsh Ayachit
> It should be related to your mpi environment: may be oversubscribing (more > than one mpi process by core) is not the default behavior. I am tempted to second that. There's nothing in ParaView that checks how many cores your node has, as a result if there's a cap, it's coming from the MPI

Re: [Paraview] SelectInputVector attribute in the SurfaceLIC plugin

2017-09-11 Thread Utkarsh Ayachit
ks in advance, > > Lionel > > De : Utkarsh Ayachit <utkarsh.ayac...@kitware.com> > Envoyé : lundi 11 septembre 2017 16:43 > À : Wilhelm Lionel > Cc : Paraview@paraview.org > Objet : Re: [Paraview] SelectInputVector attribute in

Re: [Paraview] SelectInputVector attribute in the SurfaceLIC plugin

2017-09-11 Thread Utkarsh Ayachit
Lionel, Does your Python script load the plugin explcitly? Currently none of the state files capture which plugins are loaded, you have to manually load the plugin. You can use the following to load the plugin in your script before creating any of the proxies.

Re: [Paraview] Opacity editor with log scale

2017-09-08 Thread Utkarsh Ayachit
Steven, That's done so because the opacity mapping doesn't support log scale yet. Utkarsh On Thu, Sep 7, 2017 at 6:28 PM, Hahn, Steven E. wrote: > Hi, > > > > I noticed that when “Use log scale when mapping data to colors” is selected, > the color opacity editor isn’t being

Re: [Paraview] Question about animation background size

2017-09-08 Thread Utkarsh Ayachit
Does your current window size and target image size for the animation differ in aspect ratio? That's one reason why animation view may not match your expectation. With ParaView 5.5, there will be a "Preview" mode which allow you to set up your viz to match the target aspect (see

Re: [Paraview] Read files in different folders at the same time

2017-09-08 Thread Utkarsh Ayachit
I am afraid that's not possible currently. A workaround is to create a pvd file as follows: Make sure that header matches the header in one of the vtu files. Utkarsh On Thu, Sep 7, 2017 at 7:04 PM, Ke Gao wrote: > Hi all, > > When

Re: [Paraview] Visualization of time course data with legacy vtk format

2017-09-07 Thread Utkarsh Ayachit
James, Are you running into the following issue? Are your names suffixed by a non-number? https://gitlab.kitware.com/paraview/paraview/issues/17677 On Wed, Aug 30, 2017 at 2:04 PM, James Thunes wrote: > Hello all, > > Sometime between v5.1 and the latest version

Re: [Paraview] Dialog box for Macros?

2017-09-07 Thread Utkarsh Ayachit
None of those packages are including in standard ParaView distribution. (PyQt5 could have been included but we can't because of licensing issues). Utkarsh On Thu, Sep 7, 2017 at 5:17 PM, Shuhao Wu wrote: > Hello, > > I would like to create a dialog box for my macro that

Re: [Paraview] Error message: Not supported on OpenGL ES when I launch Paraview

2017-09-07 Thread Utkarsh Ayachit
Can you try something out: 1. Download https://www.paraview.org/files/dependencies/mesa-opengl-win64.zip 2. Put all the dlls in the same location as paraview.exe (or in your PATH) and then start ParaView Does that work? This should use software rendering via Mesa3D and avoid any driver issues we

Re: [Paraview] [EXTERNAL] Windows Surface Book

2017-08-30 Thread Utkarsh Ayachit
I am afraid I have no experience with Surface book. Any more details? How does it fail? On Wed, Aug 30, 2017 at 8:05 PM, Scott, W Alan wrote: > Ping? > > > > From: ParaView on behalf of W Scott > > Date: Thursday, August

Re: [Paraview] Rendering/Screenshot with "deep color" (REPOST)

2017-08-24 Thread Utkarsh Ayachit
Jonathan, As far as I know, no such a setting is not available in ParaView currently. It's not on our todo list. Feel free to report an issue at `https://gitlab.kitware.com/paraview/paraview/issues` so that it can be tackled in the future. Utkarsh On Wed, Aug 9, 2017 at 12:52 PM, Jonathan

Re: [Paraview] Removing wire frame from Ensight Gold Case Data format

2017-08-23 Thread Utkarsh Ayachit
Can you share a sample dataset? That'll make it easier. Thanks Utkarsh On Tue, Aug 22, 2017 at 6:06 PM, Niaz M. via ParaView wrote: > Hello: > I am exporting Fluent simulation results as Ensight gold case. Then > importing in paraview. Then I am plotting a slice . I am

Re: [Paraview] 答复: Help: How to get multi screenshots in one picture from Paraview

2017-08-16 Thread Utkarsh Ayachit
you have anyidea about > how to obtain this kind of screenshots? > > > Best regards > > Shudi Dong. > > > > > 发件人: Utkarsh Ayachit <utkarsh.ayac...@kitware.com> > 发送时间: 2017年8月15日 2:46 > 收件人: 董 舒迪 > 抄送: paraview@paraview.org

Re: [Paraview] Help: How to get multi screenshots in one picture from Paraview

2017-08-14 Thread Utkarsh Ayachit
Shudi, Can you elaborate a little? I am not sure I understand what you want to take multiple screenshots of. Utkarsh On Mon, Aug 14, 2017 at 4:58 PM, 董 舒迪 wrote: > Dear all, > > > I am currently using paraview to analyse my .vtk data. I want to get some > screenshots for

Re: [Paraview] [vtkusers] SafeDownCast does not work properly

2017-08-09 Thread Utkarsh Ayachit
> Mesh* mesh = Mesh::SafeDownCast(reader->GetOutput()); // mesh always > equals NULL > > Best regards > > Maximilian > > > > *Von:* Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] > *Gesendet:* Mittwoch, 9. August 2017 17:53 > *An:* Maximilian Weiherer <

Re: [Paraview] Hiding all pipeline objects

2017-08-08 Thread Utkarsh Ayachit
.1.2, thats a bummer > > On Tue, Aug 8, 2017 at 12:03 PM, Utkarsh Ayachit < > utkarsh.ayac...@kitware.com> wrote: > >> What version of ParaView are you using? `simple.HideAll` has been >> supported since 5.2. >> >> On Tue, Aug 8, 2017 at 12:39 PM, Amelia

Re: [Paraview] Hiding all pipeline objects

2017-08-08 Thread Utkarsh Ayachit
What version of ParaView are you using? `simple.HideAll` has been supported since 5.2. On Tue, Aug 8, 2017 at 12:39 PM, Amelia Launspach wrote: > Hi everyone, > > I'm trying to hide all pipeline objects on my view. My paraview.simple > does not have a "HideAll" so I'm

Re: [Paraview] ParaView newbie with a (hopefully) simple question

2017-08-08 Thread Utkarsh Ayachit
> > Would there be anyway to automatically group together all the sources > without looping? > This should work: * GroupDatasets(Input=GetSources().values())* Utkarsh ___ Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [Paraview] Carrier deformation ParaView

2017-08-01 Thread Utkarsh Ayachit
Do you have sample dataset that you can share? That'll make it easier. Thanks. Utkarsh On Tue, Aug 1, 2017 at 9:18 AM, Anna Baburin wrote: > Hello, > > I’m using a ParaView Version 4.3.1. > > I'm trying to figure out how to measure the carrier deformation of an bolt > (in

Re: [Paraview] Can I use paraview to visualize molecule dataset?

2017-07-26 Thread Utkarsh Ayachit
And here's a related blog post: https://blog.kitware.com/new-features-paraview-chemistry-pettt/ Utkarsh On Wed, Jul 26, 2017 at 7:25 AM, Cory Quammen wrote: > Zhang, > > Yes, you can visualize molecules in ball-and-stick representation in > ParaView (see attached).

Re: [Paraview] Monitoring the progress of a paraview filter

2017-07-25 Thread Utkarsh Ayachit
Joe, I am afraid there's no easy answer for this. In fact, in ParaView, we don't collect progress from ranks other than the root. Utkarsh On Mon, Jul 24, 2017 at 5:18 PM, Hennessey, Joseph G CTR USARMY RDECOM ARL (US) wrote: > Hello, > > I am trying to

Re: [Paraview] Multi-RenderView in tiled-display

2017-07-25 Thread Utkarsh Ayachit
David, This is indeed a bug ( https://gitlab.kitware.com/paraview/paraview/issues/17611). I believe the bug was introduced in 5.0. Utkarsh On Tue, Jul 25, 2017 at 7:17 AM, David <253295...@qq.com> wrote: > Hello,everyone. > > When I use the tiled-display mode with one RenderView, the image can

  1   2   3   4   5   6   7   8   9   10   >