Re: [Paraview] Point swarm with one cell

2014-10-09 Thread Biddiscombe, John A.
It's because most of the filters which operate on 'cells' don't really handle the multi-vertex cell type in the way you'd like. Converting the data to 32768 cells with one point each is the solution. you used to be able to use MaskPoints filter to do that, but the singlecellpervertex function

[Paraview] Threshold not working for unstructured grid

2014-10-09 Thread Aleksejs Fomins
Dear Paraview, I am new to this list, so I would like to immediately apologise if my style does not meet your standard. I am learning to use Paraview, and I have problems using the threshold filter. I have attached 2 .vtk files based on documentation examples to explain my point I use

Re: [Paraview] [EXTERNAL] displaying simulation time rather than time step

2014-10-09 Thread Biddiscombe, John A.
A similar question came up a few weeks ago and I posted this link https://hpcforge.org/plugins/scmgit/cgi-bin/gitweb.cgi?p=pv-echam/pv-echam.git;a=blob;f=vtkJulianDayToTextConvertor.h;h=490320de30539ed88527ca79c53e2acc17264bf5;hb=HEAD To a class which takes climate simulation time stamps and

Re: [Paraview] Threshold not working for unstructured grid

2014-10-09 Thread Andy Bauer
Hi Aleksejs, Welcome to the ParaView mailing list. This appears to be a bug that you've found. In case you didn't notice, for the unstructured grid there are 4 triangle cells that connect to look like a tet. I've added a Mantis issue at http://www.paraview.org/Bug/view.php?id=15040. Thanks,

Re: [Paraview] ParaView plugin load error

2014-10-09 Thread Vanmoer, Mark W
Thanks Utkarsh, I'm so used to only building for my own system and not distributing that I hadn't run into this before. -Original Message- From: Utkarsh Ayachit [mailto:utkarsh.ayac...@kitware.com] Sent: Tuesday, October 07, 2014 6:08 PM To: Vanmoer, Mark W Cc: paraview Subject: Re:

[Paraview] VRPN Interactions

2014-10-09 Thread Léo Pessanha
Dear all, I've been working with VRPN in a CAVE environment and my next goal is to do a slice in a vtk structured grid. I can choose the slice position pressing and moving the selected button and wand in the VR interaction configuration, but how can i hit the Apply button and actually slice the

[Paraview] Python script running out of memory

2014-10-09 Thread Ethan Hereth
Hey folks, I have created the attached script by using the Trace feature in Paraview (version 4.2.0-RC1-128-gc89b0ad) and then tweaked it to run on multiple .pvtu files. I don't doubt that there is a better way to do this but this is what I came up with. I run the script using pvbatch. The

Re: [Paraview] Problem building plugin against ParaView 4.2.0

2014-10-09 Thread Cory Quammen
Jim, I believe this was accidentally changed when support for Qt5 was added in commit eed7ccd3f7e804fed3864fcbe54fbd6958e63b41. In ParaView/CMake/UseParaView.cmake, can you try adding set(QT_QMAKE_EXECUTABLE ${PARAVIEW_QT_QMAKE_EXECUTABLE}) just before the lines with find_package(Qt4) and

Re: [Paraview] [EXTERNAL] displaying simulation time rather than time step

2014-10-09 Thread Phil Amburn
Using David’s example and a very helpful conversation with Sean I was able to successfully use a Python track in animation and show the actual simulation time. I’m not an experienced Python user (as you’ll see in the example below), but I got some simple code to work. Below is an example

[Paraview] XMLUnstructuredGridWriter and VTK_POLYHEDRON elements

2014-10-09 Thread Insley, Joseph A.
Hi, I have a serial vtu dataset provided by one of my users. Their current code can produce this in either ascii or inline binary. I am currently trying to convert this to appended binary (ultimately to pvtu with appended binary). I'm having trouble, which I now believe may stem from the data