Re: [Paraview] IntegrateVariables filter (add variables)

2015-07-02 Thread Andrew
Hello. I use ParaView to visualize Code_Saturne (CFD) calculation results (ParaVis module in Salome). But I cannot integrate any variable except coordinates and area or volume. I tried the "Cell data to point data" before IntegrateVariables, it changed nothing. I asked this question on Salome and C

[Paraview] IntegrateVariables filter (add variables)

2015-07-02 Thread Andrew
lso doesn't see any flow field variables if it's source is a results file or "cell data to point data"). I gave a link on example files to be processed in previous message (see below). Thanks for your attention... >> Andrew (antech...@gmail.com) 02.07.2015

Re: [Paraview] IntegrateVariables filter (add variables)

2015-07-03 Thread Andrew
*Andy Bauer* Thanks! I don't know how to generate "common" field from partial blocks with Calculator but I'm familiar with Extract Blocks cause I use it to extract boundaries. AFAIR, I tried to integrate on the extracted boundary without success but I will play with Extract Block filter in differen

Re: [Paraview] IntegrateVariables filter (add variables)

2015-08-03 Thread Andrew
Hello. Thanks for solution. I tried ExtractBlock filter and it works OK (I able to use Calculator and IntegrateVariables then) but only for volume (Fluid Domain in my case), not for boundaries. I understand that it's not a ParaView problem because it's related to variable sets that CodeSaturne impl

Re: [Paraview] Compiling ParaView 4.3.1 with OpenMPI

2015-08-18 Thread Andrew
Menno Deij - van Rijswijk, Great thanks! Your suggestions worked perfectly! Now I have ParaView 4.3.1 compiled with MPI and Catalyst for co-processing. 2015-08-18 14:04 GMT+03:00 Deij-van Rijswijk, Menno : > Hi Andrew, > > I checked my CMakeCache to see the variables of MPI and I think

Re: [Paraview] LIMIT STREAMLINES IN STREAM TRACER WITH CUSTOM SOURCE FILTER

2015-09-25 Thread Andrew
Hello, Gaspare. > is there a way to limit the number of streamlines Yes, it's simple. You should use "Mask Points" filter. It will work also if you start streamlines from the slice (for example, inlet). The pipeline is Source (Slice or something else) => Mask Points => Streamlines. I used this simp

[Paraview] ParaView 5.0.0 for Windows x64 fails to open EnSight Gold files

2016-02-25 Thread Andrew
Hello. We use Ansys CFX in our work but the standard post-processor CFD-Post consumes one of Ansys licenses while Paraview is free. So I often make pictures for reports with ParaView to preserve Ansys license for another users/needs (because other users are not familiar with ParaView and CFD-Post m

Re: [Paraview] ParaView 5.0.0 for Windows x64 fails to open EnSight Gold files

2016-02-28 Thread Andrew
annot displaye something else). 2016-02-26 19:31 GMT+03:00 Samuel Key : > Andrew, > > For what it is worth, I use ParaView > (ParaView-5.0.0-Qt4-OpenGL2-Windows-64bit) on Windows-7 64bit. I just now > tested two medium-sized, EnSight Gold-formatted simulation results files > (600,0

Re: [Paraview] ParaView 5.0.0 for Windows x64 fails to open EnSight Gold files

2016-02-28 Thread Andrew
I performed another test with *EnSight 6* (not Gold) format. Conversion was made on Win-7 x64 machine. The same results: PV 4.3 crashed, PV 5.0 "cannot stat" (full error message is in my first post on this topic). Sorry, now I need to work on with my report... 2016-02-29 8:47 GMT+03

Re: [Paraview] ParaView 5.0.0 for Windows x64 fails to open EnSight Gold files

2016-02-29 Thread Andrew
mat is not a wayout... 2016-02-29 9:00 GMT+03:00 Andrew : > I performed another test with *EnSight 6* (not Gold) format. Conversion > was made on Win-7 x64 machine. The same results: PV 4.3 crashed, PV 5.0 > "cannot stat" (full error message is in my first post on this topic). &

Re: [Paraview] ParaView 5.0.0 for Windows x64 fails to open EnSight Gold files

2016-02-29 Thread Andrew
do it from my home PC). 2016-02-29 20:27 GMT+03:00 Samuel Key : > Andrew, > > Let us focus on MS Windows for a moment. The NTS file system and the use > of the file system by the O/S is not quite as it should be. > > In my experience, the above combination routinely creates an

Re: [Paraview] ParaView 5.0.0 for Windows x64 fails to open EnSight Gold files

2016-02-29 Thread Andrew
e "hello-world"-like stat() test under Windows on a large file... 2016-03-01 8:53 GMT+03:00 Andrew : > Hello Samuel. > > Sorry, but I can't undersatand how can the file fragmentation affect it's > readability and parsing. Even if the file has thousands of fragments a

Re: [Paraview] ParaView 5.0.0 for Windows x64 fails to open EnSight Gold files

2016-02-29 Thread Andrew
"usual" *stat*() that is, to my current knowledge, is 32 bit: https://github.com/Kitware/VTK/blob/master/IO/EnSight/vtkEnSightGoldBinaryReader.cxx (Please see lines 100 and 101) May it be the cause of the subj? Sorry if I'm wrong, I'm not a professional programmer. 2016-03-01 9

Re: [Paraview] ParaView 5.0.0 for Windows x64 fails to open EnSight Gold files

2016-03-01 Thread Andrew
Dear ParaView team, please, take a look at this, I need to process my big case with Python script in ParaView... On Mar 1, 2016 18:52, "Samuel Key" wrote: > Andrew, > > Regarding your question, "Do you have any EnSight Gold-Format files > greater than 4GB?" No, the la

Re: [Paraview] ParaView 5.0.0 for Windows x64 fails to open EnSight Gold files

2016-03-09 Thread Andrew
Utkarsh Ayachit, Hello. Did you try the trick with EnSight geometry file reader? Thanks. 2016-03-03 17:51 GMT+03:00 Utkarsh Ayachit : > > About test file. It's simple, IMHO. Generate any garbage file or take any > > existing big file. Rename it to have the geometry file name for any small > > En

Re: [Paraview] ParaView 5.0.0 for Windows x64 fails to open EnSight Gold files

2016-03-20 Thread Andrew
n't FILE_OFFSET_BITS that was the issue. > > It was the fact that on Windows the stat function is different, > > period. I am hoping to push a fix in for 5.0.1. > > > > On Wed, Mar 9, 2016 at 7:32 AM, Andrew wrote: > >> Utkarsh Ayachit, > >> &g

Re: [Paraview] ParaView 5.0.0 for Windows x64 fails to open EnSight Gold files

2016-03-20 Thread Andrew
*Utkarsh,* Thanks for notification. I will try this version as soon as possible. 2016-03-21 4:41 GMT+03:00 Utkarsh Ayachit : > Andrew, > > ParaView 5.0.1-RC2 binaries are now available for download. Please > give them a try and let me know if are still seeing the Ensight issue

Re: [Paraview] ParaView 5.0.0 for Windows x64 fails to open EnSight Gold files

2016-03-20 Thread Andrew
hand (it's done much more faster than in CFD Post that slowly rebuilds contour on every change on number of ticks, ParaView does it almost instantly). I read some discussions a bit and I suppose that the current behavior of color vr is a "common choice". 2016-03-21 8:34 GMT+03:

Re: [Paraview] paraview quits when run through Windows Remote Desktop

2016-03-31 Thread Andrew
Sorry for small offtopic, but I didn't notice any remote access issues with ParaView 5.0.1 RC2 on Windows 7 x64, but I use Linux client (FreeRDP 1.0.2). 2016-04-01 4:58 GMT+03:00 Utkarsh Ayachit : > You cannot use ParaVIew 5.0 or later over remote desktop anymore. > ParaView now needs newer OpenG

Re: [Paraview] paraview quits when run through Windows Remote Desktop

2016-04-01 Thread Andrew
Yes, I hope this is what you want. 2016-04-01 15:15 GMT+03:00 Utkarsh Ayachit : > > Sorry for small offtopic, but I didn't notice any remote access issues > with > > ParaView 5.0.1 RC2 on Windows 7 x64, but I use Linux client (FreeRDP > 1.0.2). > > That's curious. Can you post the OpenGL informat

Re: [Paraview] Mass flow average

2016-07-29 Thread Andrew
Hello. AFAIK, there is no any elementary filter to do it. I usually create a Density*Velocity and Density*Velocity*Scalar variables in Calculators and then apply an Integrate variable filter. It integrates by area so I get Rho*W*dF and Rho*W*Scalar*dF integrals. Dividing second by first I get mass

Re: [Paraview] in-plane vector field from 3D vector field

2016-09-05 Thread Andrew
AFAIK, ParaView has no capability of projecting vector on surfaces. That's why you need to work around with Calculator every time you need to get a vector projection. If your plane is not just a coordinate plane, you can use Generate Surface Normals filter, but it doesn't work on all datasets (in m

Re: [Paraview] Volume Render Plot - Unreasonable results with vector components or magnitude

2016-11-03 Thread Andrew
Hello. I noticed the same behaviour in ParaView 4.3 on CentOS 6.7. Looks like bug. Worked around with calculating the velocity magnitude as scalar. There is also another bug or feature of volume rendering: I couldn't make it render for all domains, it only renders one domain (for example, when I lo

Re: [Paraview] Regarding filtering of point data array

2016-11-07 Thread Andrew
Hello. Possibly Threshold filter will help you. To limit points by 3 coordinates try to define 3 Threshold filters in series. 2016-04-03 18:55 GMT+03:00 Vaibhav Agrawal < vaibhav.agra...@postgrad.curtin.edu.au>: > Hi Paraview-Help, > > I am working on the DEM simulations of bubbling fluidized bed

Re: [Paraview] Unable to open .dat file in paraview

2017-03-13 Thread Andrew
Hello. Anyway, ParaView has not full support for Fluent files (cas + dat). It doesn't see all the variables (at least in versions up to 5.0.1 RC2 that I use, although I know that I should update to 5.2 or 5.3). Instead of reading Fluent format, I convert to EnSight (in Fluent) and then read in Para

Re: [Paraview] [EXTERNAL] Black box when starting parvaview

2017-06-16 Thread Andrew
Hello. I use ParaView via RDP on remote Windows-7 (x64) machine. Version 5.4.0 (x64) shows black render window... Disabling FXAA didn't help. Some info from About dialog: Qt version: 5.8.0, OpenGL Vendor: NVIDIA Corporation, OpenGL Version: 4.5.0 NVIDIA 377.35 (current driver version is installed)

Re: [Paraview] [EXTERNAL] Black box when starting parvaview

2017-06-16 Thread Andrew
Ken, thanks for this idea about delayed ParaView start and about RDP issues. Actually, I use FreeRDP 1.0.2 on CentOS 6.5 laptop, I don't know should it work with "real" OpenGL or with "fake" OpenGL. There are also some Citrix services on remote machine (CtxSvcHost, CitrixCseEngine e.t.c.), maybe it

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

2017-08-22 Thread Andrew
Hello, Niaz. I also noticed the same problem in some cases with export from Fluent. I suspect that Fluent write files incorrectly, as if every cell was a separate domain. It explains why ParaView becomes very slow with such files and why we cannot remove mesh lines from representation. Sorry, canno

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

2017-08-23 Thread Andrew
nnot be described in good words and easily can hang. Don't use it if you can. CFD Post and ParaView compared to this thing in Fluent are unrealistic good! 2017-08-23 17:14 GMT+03:00 Niaz M. via ParaView : > Hi Andrew: > Thanks for sharing your experience. Yes I have figure it out CGNS

Re: [Paraview] paraview.exe disappears?

2017-08-24 Thread Andrew
Hello. Looks like you have some antivirus-related problem. 2017-08-24 9:51 GMT+03:00 Bence Somogyi via ParaView : > Dear All, > > Using the latest version for Windows > ["ParaView-5.4.1-Qt5-OpenGL2-MPI-Windows-64bit.zip > "] I face the following problem: When I execute paraview.exe from the bin

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

2017-08-29 Thread Andrew
on script to do it, and I need to tweak this script every time variable names change). 2017-08-25 18:14 GMT+03:00 Niaz M. via ParaView : > Hi Andrew: > Thats a smart way to create Boundary. Just wondering if you have some > curved boundary, how

Re: [Paraview] Select points based on coordinates

2017-09-12 Thread Andrew
Hello. Possibly the Threshold filter is what you looking for (if you need to select a number of points in specified coordinates range). You can use 2-3 filters in series to shape the region in 3 cartesian directions. 2017-09-11 23:12 GMT+03:00 Yifei Ma : > Hi Paraviewers, > > I am trying to extra

[Paraview] Silhouette filter

2017-10-05 Thread Andrew
Hello. Some time ago I used the Silhouette filter for ParaView to visualize geometry edges (not mesh but indeed *geometry* edges). But I've missed the file and cannot find it for download now... Would, somebody, please, share this filter or give the download link? As some other people do, I use Par

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

2017-10-22 Thread Andrew
Hello. I need to distribute points on a slice equally to start streamlines from these points. The problem is that the Mask Points filter seems to not to have such option. I tried all combinations of randomizing in this filter but the problem persist. My mesh is unstructured tetra with inflation lay

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

2017-10-24 Thread Andrew
lar 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 equally to start streamlines from

Re: [Paraview] cutting unstructructured grid data with a plane

2017-11-09 Thread Andrew
Hello. If I get it right, the "Crincle slice" option of the Slice filter may be useful for you. Further clipping by coordinates is available with the Threshold filter. 2017-11-08 17:29 GMT+03:00 Amine Aboufirass : > Hello, > > > > I have a 3-dimensional unstructured grid containing points with ve

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

2017-11-22 Thread Andrew
, the best results are with Random sampling + randomised ID strides, but without limiting the maximum number of points; instead of this limit I preview points with glyphs and then feed these point to the Stream tracer with custom source) 2017-10-25 9:41 GMT+03:00 Andrew : > Hello, sorry for be

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

2017-11-23 Thread Andrew
hen I visualize them, the Streamline filter tries to draw lines from every point of initial slice, not from "glyphed" points. So I still stay with Mask Points + Random sampling + Randomized ID strides. 2017-11-23 11:48 GMT+03:00 kenichiro yoshimi : > Hi Andrew, > > Would you

Re: [Paraview] Integrate variable filter

2017-12-01 Thread Andrew
Hello. For calculationg volumes and areas, the "Cell Data" attribute type of Integrate variables filter is usable. You don't need to define additional constant field for this. I checked it now and it seems to give the correct domain volume (554 m3 in SolidWorks, 557 m3 in ParaView). The error may b

Re: [Paraview] PV4.10 extracting a surface

2017-12-20 Thread Andrew
Hello. Possibly the Slice filter with "Cylinder" and "Crinkle slice" options will produce the required result (I checked in ParaView 5.2). 2017-12-20 18:46 GMT+03:00 Andy Bauer : > The Threshold filter works by selecting cells that have cell data in the > selected range. If you're requesting to d

Re: [Paraview] Integrate Variables

2018-02-01 Thread Andrew
filter just one variable to integrate. If you have lots of variables like in CFD results it's very inconvenient to dig through all variables in Intagrate results. 2018-02-01 15:56 GMT+03:00 Andrew Roberts : > Hello, > > I have a function for mass flowrate that I want to plot over a t

[Paraview] Fwd: Integrate Variables Over a Volume

2018-02-02 Thread Andrew
[Sorry, I forgot to change the mail address to Paraview. So copying it to the list.] Hello. I use ParaView 5.4.1 and I checked Integrate Variables on volume now. It works but, as in some other cases in ParaView, it requires the single entities type. For example, if you have a domain (volume) and b

[Paraview] Plot 3D Function names

2015-04-02 Thread Robertson, Andrew
lace I can actually specify text for those? Thanks -Andy Andrew Robertson P.E. CFD Analyst GASL Operations Tactical Propulsion and Controls ATK 77 Raynor Avenue Ronkokoma NY 11779 Phone: 631-676-8955 <- NOTE NEW Number Fax: 631-588-7023 www.atk.com<http://www.atk.com/> !! Knowled

[Paraview] [Catalyst] true time information instead of time step

2015-05-28 Thread Andrew Ho
...), but the true time information appears to be gone. How can I get this information back so I can properly annotate and view my data? I am using vtkImagaData and the outputted files are *.pvti and *.vti files of the full dataset. -- Andrew Ho ___

[Paraview] Mass weighted, mass flow weighted averages.

2015-07-14 Thread Robertson, Andrew
Folks, Any add-ons for doing mass weighted and mass flow weighted averages. Just getting started with paraview, I think I see the path to do this. But am not proud and am sufficiently lazy to use the works of others ;-) Thanks -Andy Andrew Robertson P.E. CFD Analyst GASL Operations Tactical

Re: [Paraview] Mass weighted, mass flow weighted averages.

2015-07-14 Thread Robertson, Andrew
2:32 PM To: Robertson, Andrew Cc: paraview@paraview.org Subject: Re: [Paraview] Mass weighted, mass flow weighted averages. I think the best way would be to use the Calculator filter to compute your derived quantities (e.g. whatever field you want mass weighted divided by density) and then use

[Paraview] Contour Plots

2015-07-15 Thread Robertson, Andrew
Folks, New to paraview, but making some progress. One thing I have not found a way to make a countour plot where there is a black line separating every Nth contour level. Manual is not that much help Can this be done directly with the baseline tool? Thanks ANdy Andrew Robertson P.E. CFD Analyst

[Paraview] Warning: Target "VRPlugin" requests linking to directory

2015-09-17 Thread andrew solis
help would be appreciated. Thanks Andrew Solis ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.

Re: [Paraview] Warning: Target "VRPlugin" requests linking to directory

2015-09-18 Thread andrew solis
Awesome, that seemed to do the trick. Thanks! On Thu, Sep 17, 2015 at 11:10 PM, Cory Quammen wrote: > Hi Andrew, > > What is the value of your VRPN_LIBRARY variable? I suspect it is > > "/home/ajs2987/Projects/ParaviewOnStallion/vrpn-07.33-bin/lib" > > w

[Paraview] Multi-tiled Distributed Display

2015-09-21 Thread andrew solis
ons, and any help will be greatly appreciated. Thanks! Andrew Solis ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki a

Re: [Paraview] Multi-tiled Distributed Display

2015-09-21 Thread andrew solis
Sorry, I also probably should of mentioned that I am running CentOS on all of the systems. Thanks Andrew Solis On Mon, Sep 21, 2015 at 11:02 AM, andrew solis wrote: > Hey everyone, > > I'm trying to run Paraview using the vrpn plugin so that I can show > off Paraview

[Paraview] Building Paraview (QT) from source

2015-09-29 Thread andrew solis
not be the case. Any help would be greatly appreciated. Thanks! Andrew Solis ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the Par

[Paraview] Xdmf reader subsets?

2015-12-31 Thread Andrew Ho
I am trying to read an Xdmf subset into Paraview 4.4, but I get the assertion (debug build): *vtkXdmfHeavyData.cxx:293: vtkDataObject *vtkXdmfHeavyData::ReadUniformData(xdm**f2::XdmfGrid *, int): Assertion `xmfGrid->IsUniform() && "Input must be a uniform xdmf grid."' failed.* I dug through the b

Re: [Paraview] pvpython without X server

2011-05-09 Thread Andrew Maclean
Hi Michel, I haven't tried it but it should be possible to run it headless on a Linux system using xvfb. See http://en.wikipedia.org/wiki/Xvfb for starters. Regards Andrew -- Forwarded message -- > From: michel.case...@free.fr > To: paraview@paraview.org > Dat

[Paraview] CGNS 3.1 support?

2011-10-21 Thread Andrew Corrigan
, which is an inconvenience. Furthermore, the error message given is just 'Unable to find any meshes', which is not that helpful for users who don't realize what the problem might be. Thanks, Andrew Corrigan___ Powered by www.kitware

Re: [Paraview] 3D point cloud with color

2012-02-21 Thread Andrew Maclean
en trying to display the data in > Paraview without success. > > > > I use the “table to points” filter to show the 3D coordinates but then I do > not know  how to specify the color of each single point using its RGB > components.

Re: [Paraview] 3D point cloud with color

2012-02-23 Thread Andrew Maclean
span e.g. laser scans of a mine pit, as you can ultimately animate the data using ParaView. Andrew >>> I have been working with 3D stereo reconstruction. So, I have huge 3d point >>> clouds co-registered with color in this format [X Y Z R G B] (the first >>>

Re: [Paraview] I: 3D point cloud with color

2012-02-27 Thread Andrew Maclean
ue(i)) a.SetValue(i*3+2, b.GetValue(i)) pdo.GetPointData().AddArray(a) #--- Hit Apply In the Display Tab: Uncheck Map Scalars Select Color by color And you should see two blue points and a red and a green point. Andrew On Mon, Feb 27, 2012 at 6:57 PM, Giulio Reina wrote: >

Re: [Paraview] I: 3D point cloud with color

2012-02-27 Thread Andrew Maclean
ut? > > If you're more comfortable in c++ you could use VTK to parse the file, > construct a polydata, and then write a vtp file. Here are the examples you'd > need: > http://www.vtk.org/Wiki/VTK/Examples/Cxx/InfoVis/ReadDelimitedFile >

Re: [Paraview] I: 3D point cloud with color

2012-03-02 Thread Andrew Maclean
the display tab of ParaView. I agree with you is will be safer to prefer p->GetPointData()->SetScalars(rgb); Thanks Andrew On Sat, Mar 3, 2012 at 4:43 AM, David Doria wrote: > Andrew, > > I may have missed something in the discussion, but you typically do > not want

[Paraview] Simple script severe slowdown in loop

2012-06-12 Thread Andrew Pearson
Hi all. I'm a newbie to both ParaView and Python scripting. I have a large number of *.raw files that I wish to load, visualize and save via a screenshot. To do this, I used the start/stop trace feature to produce a python script for one instance, edited the python script by adding a for loop, t

[Paraview] Compile Error 3.14.1 with gcc 4.7.1

2012-06-18 Thread Andrew Parker
Hi, Using 4.7.1 I get the following compile error when compiling the 3.14.1 tag, it looks like the pointer type is unknown, possibly missing header? [ 21%] Building CXX object VTK/Rendering/CMakeFiles/vtkRendering.dir/vtkFreeTypeUtilities.cxx.o opt/ParaView/VTK/Rendering/vtkFreeTypeUtilities.cxx:

Re: [Paraview] Compile Error 3.14.1 with gcc 4.7.1

2012-06-18 Thread Andrew Parker
Found a fix, posting here for others: http://anonscm.debian.org/gitweb/?p=collab-maint/vtk.git;a=commitdiff;h=428e763c995bb303805e07da70c1a34fc103d208 Andy On 18 June 2012 15:00, Andrew Parker wrote: > Hi, > > Using 4.7.1 I get the following compile error when compiling the 3.14.1

[Paraview] ParaView looking for MPI when it shouldn't.

2012-07-05 Thread Andrew Maclean
rrors occurred! make: *** [cmake_check_build_system] Error 1 Regards -- ___ Andrew J. P. Maclean ___ ___ Powered by www.kitware.com Visit other Kitware open-source projec

Re: [Paraview] [EXTERNAL] ParaView looking for MPI when it shouldn't.

2012-07-05 Thread Andrew Maclean
. Thanks Andrew On Fri, Jul 6, 2012 at 9:11 AM, Scott, W Alan wrote: > I had the same issue. If I remember correctly, I “think” the solution > was to turn off BUILD_EXAMPLES and BUILD_TESTING. > > ** ** > > Alan > > ** ** > > *From:* paraview-boun...@pa

Re: [Paraview] [EXTERNAL] ParaView looking for MPI when it shouldn't.

2012-07-20 Thread Andrew Maclean
l 5, 2012 at 4:26 PM, Scott, W Alan wrote: > > Correct. I should have written up a bug before, but will do so now. > > > > > > > > Alan > > > > > > > > From: Andrew Maclean [mailto:andrew.amacl...@gmail.com] > > Sent: Thursday, July 05, 2012 5:24

[Paraview] vtkDistributedDataFilter and ghost cells

2012-11-06 Thread Andrew Parker
Hi, Hope you can help. I have some code running in parallel, that by other means I have constructed nprocs worth of vtkRectilinearGrids, one per process. Each of which is a valid nprocs-worth of the whole serial mesh, I've check this and I am happy with that i.e. it's partitioned properly and no

Re: [Paraview] vtkDistributedDataFilter and ghost cells

2012-11-06 Thread Andrew Parker
setting UPDATE_NUMBER_OF_GHOST_LEVELS at the bottom of the pipeline, but > I'm not totally sure how to make that work. It's probably easier (or at > least cleaner) to do it from within a filter. > > -Ken > > From: Andrew Parker > Date: Tuesday, November 6, 2012 8:2

Re: [Paraview] vtkDistributedDataFilter and ghost cells

2012-11-06 Thread Andrew Parker
ghost cells by > setting UPDATE_NUMBER_OF_GHOST_LEVELS at the bottom of the pipeline, but > I'm not totally sure how to make that work. It's probably easier (or at > least cleaner) to do it from within a filter. > > -Ken > > From: Andrew Parker > Date: Tuesday, Nov

Re: [Paraview] vtkDistributedDataFilter and ghost cells

2012-11-06 Thread Andrew Parker
kUnstructuredGrid::SafeDownCast() to the > data to get the unstructured mesh (and access to the point data). > > -Ken > > From: Andrew Parker > Date: Tuesday, November 6, 2012 9:32 AM > To: Kenneth Moreland > Cc: "vtkus...@vtk.org" , "paraview@paraview.

Re: [Paraview] vtkDistributedDataFilter and ghost cells

2012-11-07 Thread Andrew Parker
pe of data object it really is. > > -Ken > > From: Andrew Parker > Date: Tuesday, November 6, 2012 9:50 AM > > To: Kenneth Moreland > Cc: "vtkus...@vtk.org" , "paraview@paraview.org" < > paraview@paraview.org> > Subject: [EXTERNAL] Re: [

Re: [Paraview] [vtkusers] vtkDistributedDataFilter and ghost cells

2012-11-07 Thread Andrew Parker
I would do it before running > vtkDistributedDataFilter. > > Assuming when you first read in your data you have no duplicate cells, > just > > label those on process 0 as 0..N_0, those on process 1 as N_0+1..N_1, > and so > > on. > > > > -Ken > > > &g

Re: [Paraview] [vtkusers] vtkDistributedDataFilter and ghost cells - PROGRESS

2012-11-07 Thread Andrew Parker
know, is my next question. How can I visualise them to check? Any thoughts really welcome. Cheers again, Andy On 7 November 2012 14:50, George Zagaris wrote: > On Wed, Nov 7, 2012 at 9:34 AM, Andrew Parker > wrote: > > Many thanks for that. I perform some threshold stuff earl

Re: [Paraview] [vtkusers] vtkDistributedDataFilter and ghost cells - PROGRESS

2012-11-07 Thread Andrew Parker
the executive is going to get upset about you changing > UPDATE_NUMBER_OF_GHOST_LEVELS in RequestData, but I think it will be all > right. > > -Ken > > From: Andrew Parker > Date: Wednesday, November 7, 2012 9:31 AM > To: George Zagaris > Cc: Kenneth Moreland ,

Re: [Paraview] [vtkusers] vtkDistributedDataFilter and ghost cells

2012-11-08 Thread Andrew Parker
g common names. If still > not found, D3 will create a temporary array of global element IDs. > > > My filters now add their own global ids so I don't use d3 for that. > > Regards, > Paul > > > On 7 November 2012 14:50, George Zagaris wrote: > >> On Wed, No

[Paraview] Bug with 4.7.2 build and 3.14.1

2012-11-09 Thread Andrew Parker
Hi, I get this error building a fresh clone of 3.14.1 using gcc 4.7.2, vtk build and works perfectly fine with this compiler so I presume it's a slight change in ordering that has caused the problem.: [ 30%] Building CXX object VTK/Rendering/CMakeFiles/vtkRendering.dir/vtkFreeTypeUtilities.cxx.o

Re: [Paraview] Bug with 4.7.2 build and 3.14.1

2012-11-09 Thread Andrew Parker
ck of 3.98 over the weekend and feed back anything, but these I would suggest will likely still be a problem. Cheers Andy On 9 November 2012 14:08, Kyle Lutz wrote: > On Fri, Nov 9, 2012 at 6:01 AM, Andrew Parker > wrote: > > Hi, > > > > I get this error building a fr

Re: [Paraview] Bug with 4.7.2 build and 3.14.1

2012-11-09 Thread Andrew Parker
I will, cheers, On 9 November 2012 14:21, Kyle Lutz wrote: > On Fri, Nov 9, 2012 at 6:12 AM, Andrew Parker > wrote: > > As I said, I'm using gcc 4.7.2 built on opensuse 12.1. Both CMake and > VTK > > 5.10.1 are built with this compiler and are working perfectly pr

[Paraview] 3.98-rc2 and multiple selections

2012-11-13 Thread Andrew Parker
Hi, So as requested, I built the latest rc against 4.7.2 and that also happens to be built against qt 4.8.3, and it compiles and installs fine. This is built against openmpi 1.6.2 with use_mpi on. However, I have noticed that when loading multiple files around 20 of them, vtu's in this instance,

[Paraview] Possible vtkOBBTree bug or weirdness

2012-11-21 Thread Andrew Parker
Hi, So I've been having some problems with vtkOBBTree using the intersectWithLine method with the following signature: int IntersectWithLine (double a0[3], double a1[3], double tol, double &t, double x[3], double pcoords[3], int &subId, vtkIdType &cellId, vtkGenericCell *cell) In particular, dep

[Paraview] Construct 3D revolved mesh from a 2d mesh

2013-01-31 Thread Andrew Parker
All, I am doing this in code using vtk, but can be reproduced using paraview as noted below. I have a 2d mesh which represent a cylindrically symmetric simulation. I want to be able to revolve this around the z-axis to create a 3d mesh. However, when doing this using the rotational extrusion fi

Re: [Paraview] Construct 3D revolved mesh from a 2d mesh

2013-02-01 Thread Andrew Parker
Sorry to repost. Does anybody have a feel for whether I can apply a filter and essentially produce a 3d volume mesh with associated scalars and transformed vectors, from it's 2d counter part using vtk? i.e. a cylindrically symmetric simulation converted to a valid 3d volume mesh. I can apply the

[Paraview] Median Dual Mesh Construction

2013-02-14 Thread Andrew Parker
Hi, Just a quick one. Is there any filter in vtk/paraview to obtain the median dual of a mesh? I'm happy to assume the cells are know cell types, but would want it for any input type of mesh. Anybody had success with something like this in vtk? Cheers, Andy

[Paraview] How to use vtk sequence of files to animate them?

2013-05-22 Thread Andrew Somorjai
the 30 frames using file->save animation->avi. I expect that at each frame every second a different grid would show and get animated. Please feel free to ask more questions regarding my setup. I would post screenshots but the mailing list is archaic as this is 2013 and bet

[Paraview] Paraview 3.6.1 on Fedora 12 legend labels overdrawn

2009-12-16 Thread Andrew Lofthouse
CentOS 5 and there is no difference there. Any ideas? Andrew <><>___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaVi

Re: [Paraview] Paraview 3.6.1 on Fedora 12 legend labels overdrawn

2009-12-17 Thread Andrew Lofthouse
On 12/17/2009 09:28 PM, linzhenhua wrote: I have tried various ways to get rid of this problem but fail. I guess it is related to the intel graphic card driver. Yes, it does seem to be related to the intel graphics driver. The problem does not show up with a clean installation of Fedora 12

Re: [Paraview] Paraview 3.6.1 on Fedora 12 legend labels overdrawn

2009-12-17 Thread Andrew Lofthouse
On 12/17/2009 08:26 AM, Berk Geveci wrote: What happens if you run the binary from paraview.org? Also, do you see this same problem with other labels - for example if you create a text source or turn on the labels for the selection? The problem is still there with the binary from paraview.or

Re: [Paraview] Paraview 3.6.1 on Fedora 12 legend labels overdrawn

2009-12-18 Thread Andrew Lofthouse
On 12/18/2009 09:17 AM, Berk Geveci wrote: OK. Now that we have a guess about the source of the problem. I can suggest a solution: compile ParaView with Mesa, software rendering only. I'd recommend getting the Mesa source from mesa3d.org, compiling and installing it. I wouldn't use the one that c

Re: [Paraview] Paraview 3.6.1 on Fedora 12 legend labels overdrawn

2009-12-19 Thread Andrew Lofthouse
I've now narrowed the problem to libGL.so. The libGL.so that ships with F12 is /usr/lib64/libGL.so.1.2, with /usr/lib64/libGL.so.1 pointing to it. The version that I compiled from source (using the generic build instructions to get software rendering) is libGL.so.1.5.070601. If I point /usr/

Re: [Paraview] Paraview 3.6.1 on Fedora 12 legend labels overdrawn

2009-12-19 Thread Andrew Lofthouse
On 12/19/2009 12:28 PM, Berk Geveci wrote: By the way, are you seeing any significant performance different between Mesa and Intel drivers? Also, is there any way to enable Intel support when compiling Mesa? I suspect that the Intel drivers are already Mesa based. The default Mesa libraries

Re: [Paraview] Paraview 3.6.1 on Fedora 12 legend labels overdrawn

2009-12-21 Thread Andrew Lofthouse
On 12/18/2009 09:17 AM, Berk Geveci wrote: OK. Now that we have a guess about the source of the problem. I can suggest a solution: compile ParaView with Mesa, software rendering only. I'd recommend getting the Mesa source from mesa3d.org, compiling and installing it. I wouldn't use the one that c

Re: [Paraview] Paraview 3.6.1 on Fedora 12 legend labels overdrawn

2009-12-21 Thread Andrew Lofthouse
On 12/21/2009 09:50 AM, Berk Geveci wrote: Unfortunately, there are a lot classes involved in the rendering of text in VTK. The code that actually renders the text in question is in VTK/Rendering/vtkOpenGLFreeTypeTextMapper.cxx. Look at the RenderOverlay method. Looking at the code, it looks like

Re: [Paraview] Paraview 3.6.1 on Fedora 12 legend labels overdrawn

2009-12-21 Thread Andrew Lofthouse
Bug is filed against Mesa (https://bugs.freedesktop.org/show_bug.cgi?id=25748) ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the Pa

[Paraview] CSV Data using extra fields.

2010-07-29 Thread Andrew Maclean
rough, namely (points, and px, py)? Ultimately I want to create a 2d image of the px, py and colours. Any help appreciated. Thanks Andrew -- ___ Andrew J. P. Maclean Centre for Autonomous Systems The Rose Street Building J04 The University of Sydney  2006

Re: [Paraview] CSV Data using extra fields.

2010-07-30 Thread Andrew Maclean
Thankyou, works a treat! Now I know what I was doing wrong. Regards Andrew On Sat, Jul 31, 2010 at 12:15 AM, Andy Bauer wrote: > Something like the code below should work for the programmable filter. > Note that this assumes the input and output are polydata. >

[Paraview] Manipulating points.

2008-11-21 Thread Andrew Maclean
any points that are wrong. The point here is that ParaView is really good at visualisation so any errors are readily apparent. Thanks for any information, Andrew -- ___ Andrew J. P. Maclean Centre for Autonomous Systems The Rose Street Building J04 The

Re: [Paraview] Manipulating points.

2008-11-21 Thread Andrew Maclean
Thankyou for this, I will try it out. Regards Andrew On Sat, Nov 22, 2008 at 1:47 AM, David E DeMarle <[EMAIL PROTECTED]> wrote: > On Fri, Nov 21, 2008 at 5:20 AM, Andrew Maclean > <[EMAIL PROTECTED]> wrote: >> Is it possible to select a single point, change its 3D coor

Re: [Paraview] [vtkusers] New QT on Fedora

2009-04-24 Thread Andrew Maclean
I am running QT 4.5 on Windows , both ParaView and VTK compile Ok. The only thing I had to do was to delete the build directory and re-run CMake. Andrew On Fri, Apr 24, 2009 at 5:18 AM, Kevin H. Hobbs wrote: > Francois Bertel wrote: >> >> Hi Kevin, >> >> I don'

[Paraview] displaying all point labels without manual selection

2009-08-13 Thread Andrew Corrigan
I am currently viewing labels of the points of a .vtp data set via the Selection Inspector. This however requires the manual selection of points. I would prefer to just have all labels displayed automatically. Is this possible? Andrew Corrigan

[Paraview] Explicit numbering of nodes indexes in Xdmf/h5

2013-11-25 Thread Andrew Parker
All, I thought I'd forward this onto the paraview lists in case somebody could think of a way to do this? Please see my email below which I originally sent to the vtk user list. Any help would be very much appreciated, including the fact that it just cannot be done. I would in particular welcom

  1   2   >