[Paraview] extracting surfaces 3.4.0

2008-11-19 Thread Stephen Wornom
My mesh has rectangular exterior boundaries. Extracting one of them is fairly easy. The problem is that the interior is a cylinder. 1-How do I tell PV that the cylinder boundary is a surface? 2-How do I extract the cylinder surface? Stephen -- [EMAIL PROTECTED] 2004 route des lucioles - BP93

[Paraview] plot over line

2008-11-20 Thread Stephen Wornom
How does one plot over line if the line is curved in x,y,z? I would like to plot pressure over a curved line in a x-y plane. I tried: 1-using the calculator to compute the arc length but the plot options remain lines in x or y or z (no arc length is added). 2-I tried exporting, I get the x,y, z

[Paraview] comparing z= constant planes

2008-11-28 Thread Stephen Wornom
I have to parallel planes offset by a constant z. I slice twice to get the two planes, z1 and z2 (z2= z1+ conste). I would like to overlay the wire frames (remove the z-offset from plane z2), how does one do this? Stephen -- [EMAIL PROTECTED] 2004 route des lucioles - BP93 Sophia Antipolis

[Paraview] bug in ParaView 3.4.0 server

2008-12-17 Thread Stephen Wornom
I am trying to visualize a data set with 500,000 vertices using pv 3.4.0 without success. 1-step 1: I start the server with this script -- #!/bin/sh #PBS -N Paraview_32 #PBS -l nodes=16:nef:ppn=2 #PBS -l walltime=4:00:00 cd $PBS_O_WORKDIR

Re: [Paraview] bug in ParaView 3.4.0 server

2008-12-17 Thread Stephen Wornom
, 2008 at 3:46 AM, Stephen Wornom stephen.wor...@sophia.inria.fr wrote: I am trying to visualize a data set with 500,000 vertices using pv 3.4.0 without success. 1-step 1: I start the server with this script -- #!/bin/sh #PBS -N Paraview_32 #PBS -l

Re: [Paraview] Plot on a Contour surface

2008-12-31 Thread Stephen Wornom
Berk Geveci wrote: Try this: * Create a spreadsheet view I don't see a spreadsheet filter in the stable release of 3.4.0, am I missing it? wiki says spreadsheet is available in 3.4.0 and shows how to create one. Problem is it does not seem to create one (at leastfor me). when I do

[Paraview] velocity mag contours in 3.4.0

2008-12-31 Thread Stephen Wornom
I have four PV tables in the vtu file of which one table contains the velocity components. When I try to do contour lines of the velocity mag I cannot; this choice is not one of the contour options. Is there an easier way to do contours lines of velocity magnititude? Stephen --

[Paraview] animate slice or step one bye one PV 3.4.0

2009-01-30 Thread Stephen Wornom
I have 20 slices, is there a way to animate or step through the slices one by one?, Stephen -- stephen.wor...@sophia.inria.fr 2004 route des lucioles - BP93 Sophia Antipolis 06902 CEDEX Tel: 04 92 38 50 54 Fax: 04 97 15 53 51 begin:vcard fn:Stephen Wornom n:Wornom;Stephen

Re: [Paraview] animate slice or step one bye one PV 3.4.0

2009-01-30 Thread Stephen Wornom
Berk Geveci wrote: You have 20 slice filters or 20 slices in one filter? 20 slices in one filter I did a slice filter and chose a new range of 20). Stephen On Jan 30, 2009, at 8:57 AM, Stephen Wornom stephen.wor...@sophia.inria.fr wrote: I have 20 slices, is there a way to animate or step

Re: [Paraview] parallel paraview

2009-09-15 Thread Stephen Wornom
not support time attribute, only timestep which has to be an integer. Try replacing time with timestep and change the values to 0,1,2 resp. Does that help? Utkarsh On Mon, Sep 14, 2009 at 10:25 AM, Stephen Wornom stephen.wor...@sophia.inria.fr wrote: I regularly use paraview

[Paraview] animation PV 3.4.0

2009-10-09 Thread Stephen Wornom
Does PV still have the 100 time step data limit? Stephen -- stephen.wor...@sophia.inria.fr 2004 route des lucioles - BP93 Sophia Antipolis 06902 CEDEX Tel: 04 92 38 50 54 Fax: 04 97 15 53 51 attachment: stephen_wornom.vcf___ Powered

Re: [Paraview] extracting line data

2009-10-15 Thread Stephen Wornom
Moreland, Kenneth wrote: Use “Save Data”. It is the icon right next to “Open” on the toolbar. It is also under the File menu. save data works it is difficult to extract the values from the csv file. It possible to write the data is a simple text format like x, pressure, ... ? To use with

Re: [Paraview] extracting line data

2009-10-17 Thread Stephen Wornom
97,0,0,0,0,0,0,0,0,0,0,0,,0.0700797,0.0985882,0.0225,0.10476 98,0,0,0,0,0,0,0,0,0,0,0,,0.0700797,0.0996682,0.0225,0.10584 99,0,0,0,0,0,0,0,0,0,0,0,,0.0700797,0.100748,0.0225,0.10692 100,0,0,0,0,0,0,0,0,0,0,0,,0.0700797,0.101828,0.0225,0.108 sophia-nef-bash-3.2$ -Ken On 10/15/09 9:45 AM, Stephen

[Paraview] PV 3.4.0

2009-10-19 Thread Stephen Wornom
The options in plot over line are scatter or line. It would be nice to have a third option scatter+line in future versions. Thanks, Stephen ___ Powered by www.kitware.com Visit other Kitware open-source projects at

[Paraview] PV 3.4.0 Plot over line decimal places

2009-10-19 Thread Stephen Wornom
How does one change the number of decimal places using plot over line? Seems to set at two decimal places. 0.01 when I need 0.001. Thanks, Stephen -- stephen.wor...@sophia.inria.fr 2004 route des lucioles - BP93 Sophia Antipolis 06902 CEDEX Tel: 04 92 38 50 54 Fax: 04 97 15 53

Re: [Paraview] PV 3.4.0

2009-10-20 Thread Stephen Wornom
Berk Geveci wrote: I use PV 3.4.0 and doing animations requires that I cannot change my screen while the animation frames are being made. There are 800 sets of data so it takes time during which I cannot work. The offscreen option made help but I believe that it has been reported that a bug

Re: [Paraview] extracting line data

2009-11-10 Thread Stephen Wornom
Moreland, Kenneth wrote: On 11/6/09 9:24 AM, Stephen Wornom stephen.wor...@sophia.inria.fr wrote: Questions: 1- What does ^@ mean? 2-What does ^A mean? These values, in the vtkValidPointMask column, are bit flags that were originally stored in ParaView in a char array. When

Re: [Paraview] extracting line data

2009-11-10 Thread Stephen Wornom
, Stephen -Ken On 11/10/09 9:36 AM, Stephen Wornom stephen.wor...@sophia.inria.fr wrote: The easiest way is to simply bring the data into a spreadsheet program like Excel, delete the offending columns, and save the data back out. Thanks Ken, I did this but I did not find

Re: [Paraview] How to automatize some operations on ParaView

2009-12-21 Thread Stephen Wornom
Moreland, Kenneth wrote: Luis, With the 3.6.2 release candidate and the latest CVS you can use the Python tracing to build a Python script that does the operation you wish. You can then edit the script if necessary and make a macro for it. One of the intentions of the Python tracing/macro

Re: [Paraview] Saving data plotted using PlotOverLine

2010-03-09 Thread Stephen Wornom
Utkarsh Ayachit wrote: You can use the following: w = DataSetCSVWriter(FileName=foo.csv) w.UpdatePipeline() When all is working well, would you share your python script? Thanks in advance, Stephen On Mon, Mar 8, 2010 at 5:50 AM, Stephen Molloy stephen.mol...@rhul.ac.uk wrote: Hi all,

[Paraview] PV 3.4.0 ruler question

2010-05-05 Thread Stephen Wornom
I want to calculate the distance between two points in the x-direction point 1= 0.5 point 2= 2.0 The PV distance calculated = 2.25 Obviously incorrect, what am I doing wrong? Thanks in advance, Stephen -- stephen.wor...@sophia.inria.fr 2004 route des lucioles - BP93 Sophia Antipolis 06902 CEDEX

[Paraview] PV 3.6.2 plot over line produces a Segmentation fault

2010-05-08 Thread Stephen Wornom
Each time I use plot over line I get a segmentation fault. Any ideas as to the cause? Stephen p.s. I used plot over line routinely with 3.4.0 with no problems. -- stephen.wor...@sophia.inria.fr 2004 route des lucioles - BP93 Sophia Antipolis 06902 CEDEX Tel: 04 92 38 50 54 Fax:

Re: [Paraview] PV 3.6.2 plot over line produces a Segmentation fault

2010-05-09 Thread Stephen Wornom
Berk Geveci wrote: Stephen, Can you reproduce this with the 3.8 RC2? works fine with 3.8 Stephen -berk On Sat, May 8, 2010 at 5:57 AM, Stephen Wornom stephen.wor...@sophia.inria.fr wrote: Each time I use plot over line I get a segmentation fault. Any ideas as to the cause? Stephen p.s

[Paraview] pv 3.8.0 Plot over line suggestion

2010-05-20 Thread Stephen Wornom
When one saves plot over line data in a .csv file, the first line contains Points:0 Points:1 Points:2 Would it be more descriptive to give the real names which are X Y Z ? Stephen -- stephen.wor...@sophia.inria.fr 2004 route des lucioles - BP93 Sophia Antipolis 06902 CEDEX Tel:

Re: [Paraview] PV 3.8.0 plot over line bug?

2010-05-21 Thread Stephen Wornom
=4dba9d0d973a000e7adb5de7ebd98441c6848e8b On Fri, May 21, 2010 at 7:22 AM, Stephen Wornom stephen.wor...@sophia.inria.fr mailto:stephen.wor...@sophia.inria.fr wrote: When I export data to a file.csv after I do a plot over line, the first two lines read Density,Pressure,Mach,LogFR,Temperature,Stretch,gamma,SGS

[Paraview] adding additional information in the paraview banner

2010-05-25 Thread Stephen Wornom
The top banner on all PV open windows reads paraview 3.8.0-RC2 Is it possible on modifiy the banner so as to navigate more easily through different PV windows that are open? Example, suppose I have four windows opened, I would like the banners to read paraview 3.8.0-RC2 fine mesh paraview

[Paraview] PV 3.80. understanding plot over line

2010-05-28 Thread Stephen Wornom
I plot over a line in the y-direction (ymax= 7, ymin= -7) using arclength (default). The plot is correct but the y-direction values on the figure goes from 0-14 and not -7 to 7. I then use points(1) The plot id correct but I only see the y=0-7 portion. Am I doing something wrong? Stephen --

[Paraview] PV 3.8.0 How to plot the Pressure around a cylinder

2010-05-31 Thread Stephen Wornom
Note that I have a variable logfr that enables me to select a specific surface using threshold. logfr=-3 on the cylinder surface and 0 at interior points, 5 at farfiled boundaries. The axis of my cylinder is the z-direction. *These are the steps that I follow:* click and activate extract

[Paraview] PV 3.8.0 Plot over line (bug ?)

2010-06-03 Thread Stephen Wornom
I select the x-axis with with point 1 = 0.5 point 2 = 25 the plot is correct but when I save data (csv) And plot the csv data, the xmin is 0 and not 0.5 This feature worked correctly in 3.4.0 for example. Any ideas as to the problem? Stephen -- stephen.wor...@sophia.inria.fr 2004 route des

[Paraview] PV 3.8.0 mesh modification

2010-06-07 Thread Stephen Wornom
I have a mesh, I would like to refine it in a region (for example the wake behind a cylinder or a sphere). I can refine the mesh using PV (sub divide). Questions: 1- How can I choose a region where I want to subdivide? 2- Once subdivided, how do I save the new mesh? 3- What formats are

[Paraview] PV 3.8.0 averaging variables along multiple span lines

2010-06-16 Thread Stephen Wornom
I have a cylindrical mesh and would like to average the variables in the z-direction (span direction) for each x,y value (or theta=constant). Can this be done in ParaView 3.8.0? Hope my question is clear, Stephen p.s. Presently I do a slice in the z-direction followed by a plot over sorted

[Paraview] blog

2010-06-19 Thread Stephen Wornom
I got this e-mail with a no reply address. Hello Stephen, Some articles have recently been published on the Kitware Blog: *Why Open Source Will Rule Scientific Computing (Part 5)*: http://www.kitware.com/home/browse/16 (Mar 14, 2010) I think the future of scientific computing is to learn how

[Paraview] PV 3.8.0 compute mean vlaues along a line

2010-06-19 Thread Stephen Wornom
Does PV have the capability to compute the mean value anong a line? Thanks, Stephen -- stephen.wor...@sophia.inria.fr 2004 route des lucioles - BP93 Sophia Antipolis 06902 CEDEX Tel: 04 92 38 50 54 Fax: 04 97 15 53 51 attachment:

[Paraview] PV 3.8.0 refining a solution using triangulate

2010-07-19 Thread Stephen Wornom
read solution 1 (mesh 1) Let mesh 2 = mesh 1 triangulated. 1-How do I interpolate solution 1 to mesh 2 (solution 2)? 2-How do I visualize solution 2? Hope my questions are clear, Thanks, Stephen -- stephen.wor...@sophia.inria.fr 2004 route des lucioles - BP93 Sophia Antipolis 06902 CEDEX

Re: [Paraview] PV 3.8.0 refining a solution using triangulate

2010-07-20 Thread Stephen Wornom
. information shows that mesh1 and mesh 2 have the same number of vertices. I want mesh 2 to be a finer mesh than mesh 1. What am I doing wrong? or stated differently, can one refine a mesh using PV? Thanks, Stephen -Ken On 7/19/10 7:12 AM, Stephen Wornom stephen.wor...@sophia.inria.fr wrote

[Paraview] PV 3.8.0 three same size windows

2010-07-28 Thread Stephen Wornom
If I split a single window, I get two equally sized windows. How can I split to get three equally sized windows? Hope my question is clear. Thanks, Stephen p.s. I split one of the two windows, I get three windows with sizes 1/2, 1/2, and 1/4 -- stephen.wor...@sophia.inria.fr 2004 route des

Re: [Paraview] PV 3.8.0 three same size windows

2010-07-28 Thread Stephen Wornom
Thanks, worked perfectly. Stephen *From:* paraview-boun...@paraview.org [mailto:paraview-boun...@paraview.org] *On Behalf Of *Moreland, Kenneth *Sent:* Wednesday, July 28, 2010 11:08 AM *To:* Utkarsh Ayachit; Stephen Wornom *Cc:* paraview@paraview.org *Subject:* Re: [Paraview] PV 3.8.0 three

[Paraview] PV 3.8.0 creating 2D vectors from 3D vectors

2010-07-29 Thread Stephen Wornom
I have 2 3D unstructured mesh with vectors. I would like to view only the components in a x-y plane. If I used the glyph2 , I get 3D vectors. How can I set the Vector-Z = 0? Thanks in advance, Stephen p.s. I used the calculator to set vec2d-x = velocity_x vec2d-y = velocity_y but how can I get

[Paraview] PV 3.8.1

2010-09-23 Thread Stephen Wornom
I have a cylinder. I slice it using z-constant. I see the complete cylinder (x-y plane). What is the simplest way to view only 1/4 the cylinder (x-y plane)? I can do it with the mouse but it is tedious. I would like to set the window to xmin= 0, xmax= 2R, ymin= 0, ymax= 2R. Thanks, Stephen

[Paraview] PV 3.8.1 MPI

2010-10-06 Thread Stephen Wornom
Is there an option to visualize block (partitions) boundaries? I see a contour problem and I would like to see if it falls on a partition boundary. Hope my question is clear, Stephen -- stephen.wor...@sophia.inria.fr 2004 route des lucioles - BP93 Sophia Antipolis 06902 CEDEX

[Paraview] PV 3.81 color legend multiple views

2010-11-30 Thread Stephen Wornom
I have two paraview file (PV1 and PV2). I split the screen and open PV1 in the left screen and PV2 in the right screen. I make pressure surfaces. The two view are different and correct. The problem: When I activate the color legends for PV1 and PV2, the scale is the same for both views even

[Paraview] slice + stream tracer only on 1/2 of the slice

2011-01-10 Thread Stephen Wornom
I make a z-slice of 3D data. I would like to use stream tracer only on the top 1/2. How do I do this? Thanks if advance, Stephen -- stephen.wor...@inria.fr 2004 route des lucioles - BP93 Sophia Antipolis 06902 CEDEX Tel: 04 92 38 50 54 Fax: 04 97 15 53 51 attachment:

Re: [Paraview] movie with paraview

2011-02-12 Thread Stephen Wornom
Hom Nath Gharti wrote: View - Animation View Select Camera and Orbit near the + button and click + button, there you can select different parameters Hit play button That might be what you want. What would work on linux? I tried the above View - Animation View ok but did not see Camera or

Re: [Paraview] About integration upon a boundary

2011-02-18 Thread Stephen Wornom
Wayne Wu wrote: Dear all, I am simulating a circular pipe flow, (a 2D axial symmetrical model), and my current job is to estimate the mass flow rate and thermal energy input at the inlet and the outlet. I am curious on using the integration filter provided in ParaView. How do I apply an

Re: [Paraview] Data average on a surface

2011-03-08 Thread Stephen Wornom
Arnaud Candaele wrote: Hi, I am a new paraview user, and have a quite simple question about it. I have a cfd simulation of an air flow, let's say just walls+inlet+outlet. I exported the converged result as an Ensight file, to read it with paraview, and it works fine. I just would like to know

[Paraview] Need recommendation for graphic card

2011-05-11 Thread Stephen Wornom
/Is this a suitable graphics card for PV 3.11? NVIDIA Quadro FX580 512MB Is there a better choice? We are purchasing a new linux workstation and need some advice on the graphic cards? Thanks for your help, Stephen / -- stephen.wor...@inria.fr 2004 route des lucioles - BP93 Sophia Antipolis

[Paraview] PV 3.10.1 computing vorticity from vector field

2011-06-01 Thread Stephen Wornom
What are the steps to compute the vorticity vector from the velocity vector? Stephen -- stephen.wor...@inria.fr 2004 route des lucioles - BP93 Sophia Antipolis 06902 CEDEX Tel: 04 92 38 50 54 Fax: 04 97 15 53 51 attachment:

Re: [Paraview] PV 3.10.1 computing vorticity from vector field

2011-06-02 Thread Stephen Wornom
- Original Message - From: Adriano Gagliardi agaglia...@ara.co.uk To: Andy Bauer andy.ba...@kitware.com, gtg0...@mail.gatech.edu, stephen wornom stephen.wor...@inria.fr Cc: ParaView list paraview@paraview.org Sent: Thursday, June 2, 2011 7:11:36 PM Subject: RE: [Paraview] PV

Re: [Paraview] PV 3.10.1 computing vorticity from vector field

2011-06-03 Thread Stephen Wornom
flow. What do you think? Stephen Unless of course the surface is looking for cell data and not point data, in which case you would skip the second interpolation filter. Tim *From: *Stephen Wornom stephen.wor...@inria.fr

[Paraview] PV 3.10.0 mpi question

2011-06-08 Thread Stephen Wornom
My mpi ParaView had been working correctly in the client/server mode. Since I last ran the mpi mode there have been several ParaView upgrades so I don't know the last version of PV in which it worked correctly. The current installed PV version on the cluster is PV 3.10.0. There are three

Re: [Paraview] PV 3.10.0 mpi question

2011-06-08 Thread Stephen Wornom
/ PDataArray type=Float32 Name=LogFR / PDataArray type=Float32 Name=Temperature / Hope this helps, Stephen p.s. I have a 64-bit linux workstation Utkarsh On Wed, Jun 8, 2011 at 5:34 AM, Stephen Wornom stephen.wor...@inria.fr wrote: My mpi ParaView had been working correctly in the client

[Paraview] PV 3.10.1 using python to slice and integrate variable

2011-06-15 Thread Stephen Wornom
We are using PV to analyze flow around a sphere. 1- We extract the surface of the sphere from the mean flow solution. 2- We make a slice in x (say at the center x=0) 3- Then click integrate variables. Result: We get the integrated values for the circle at x=0. 4- We would like to create a

Re: [Paraview] PV 3.10.1 using python to slice and integrate variable

2011-06-16 Thread Stephen Wornom
help. Stephen Pat On Wed, Jun 15, 2011 at 4:39 PM, Stephen Wornom stephen.wor...@inria.fr mailto:stephen.wor...@inria.fr wrote: We are using PV to analyze flow around a sphere. 1- We extract the surface of the sphere from the mean flow solution. 2- We make a slice in x (say

[Paraview] PV 3.10.1 integration over a surface

2011-06-19 Thread Stephen Wornom
How does one compute the integral of P Normal ds ? where Normal is the surface normal vector click on integrate variables computes the integral of P ds I would like Fx = integral of P nx ds where nx ds is the surface area normal to the x-direction. Hope my question is clear. Stephen p.s.

Re: [Paraview] PV 3.10.1 integration over a surface

2011-06-19 Thread Stephen Wornom
the cell normal vector in the calculator list? Thanks for your help, Stephen Andy On Sun, Jun 19, 2011 at 4:01 AM, Stephen Wornom stephen.wor...@inria.fr mailto:stephen.wor...@inria.fr wrote: How does one compute the integral of P Normal ds ? where Normal is the surface normal vector

[Paraview] PV 3.10.1 cell data to point data

2011-10-18 Thread Stephen Wornom
How does PV go from cell data to point data? Linear interpolation? or 2nd-order interpolation? on higher order than 2nd-order. Thanks in advance, Stephen -- stephen.wor...@inria.fr 2004 route des lucioles - BP93 Sophia Antipolis 06902 CEDEX Tel: 04 92 38 50 54 Fax: 04 97 15 53

Re: [Paraview] PV 3.10.1 cell data to point data

2011-10-18 Thread Stephen Wornom
Moreland, Kenneth wrote: None of those. The cell data to point data filter just finds all cells neighboring each point and averages the cell values of those neighbors. Wow, not even a volume averaging? node value = sum (cell values * cell volume)/total volume Stephen -Ken On 10/18/11 8:26

[Paraview] PV 3.12.0-RC3 error while loading shared libraries: libbz2.so.1.0: cannot open shared object file: No such file or directory

2011-11-04 Thread Stephen Wornom
I always download the 64-bit Paraview binary files. PV 3.10.1 worked fine as did previous versions. With PV-3.12.0 and PV-3.12.3 I get this error /home/swornom/ParaView-3.12.0-RC3-Linux-x86_64/lib/paraview-3.12/paraview: error while loading shared libraries: libbz2.so.1.0: cannot open shared

Re: [Paraview] PV 3.12.0-RC3 error while loading shared libraries: libbz2.so.1.0: cannot open shared object file: No such file or directory

2011-11-05 Thread Stephen Wornom
David Partyka wrote: Hi Stephen, this is a bug that we addressed yesterday. I am generating a nightly binary, would you mind trying it when it is done and let us know if the problem has gone away? I will send you a link shortly. Will test it immediately. Question: I know that the final release

Re: [Paraview] PV 3.12.0-RC3 error while loading shared libraries: libbz2.so.1.0: cannot open shared object file: No such file or directory

2011-11-07 Thread Stephen Wornom
Utkarsh Ayachit wrote: Stephen, RC3 stands for ReleaseCandidate3 Utkarsh On Sat, Nov 5, 2011 at 6:19 AM, Stephen Wornomstephen.wor...@inria.fr wrote: David Partyka wrote: Hi Stephen, this is a bug that we addressed yesterday. I am generating a nightly binary, would you mind

Re: [Paraview] PV 3.12.0-RC3 error while loading shared libraries: libbz2.so.1.0: cannot open shared object file: No such file or directory

2011-11-08 Thread Stephen Wornom
Continue searching, Stephen _http://trunk.cdash.org/upload/55d090630fceab933307adc71b7d6f2335015e77/ParaView-3.12.0-RC3-85-g312ab75-Linux-x86_64.tar.gz_ On Mon, Nov 7, 2011 at 9:19 AM, Stephen Wornom stephen.wor...@inria.fr mailto:stephen.wor...@inria.fr wrote: Utkarsh Ayachit wrote

Re: [Paraview] PV 3.12.0-RC3 error while loading shared libraries: libbz2.so.1.0: cannot open shared object file: No such file or directory

2011-11-08 Thread Stephen Wornom
Utkarsh Ayachit wrote: Can you try running the following and post the output: paraview dir/bin/paraview --ldd bin/paraview --ldd linux-vdso.so.1 = (0x7fff1a3ff000) libpqApplicationComponents.so =

Re: [Paraview] How to extract the boundary of an unstructured grid?

2011-11-16 Thread Stephen Wornom
Cory Quammen wrote: The Extract Surface filter in ParaView is probably what you want. What I do is to create a new variable Bnd that is zero at interior points and non-zero value(s) on the interfaces. Then Extract Surface Threshold (choose Bnd and the value of the interface) This works for

[Paraview] PV 3.12.0 how to set offset screen rendering

2012-01-03 Thread Stephen Wornom
How does one do it? Thanks in advance, Stephen -- stephen.wor...@inria.fr 2004 route des lucioles - BP93 Sophia Antipolis 06902 CEDEX Tel: 04 92 38 50 54 Fax: 04 97 15 53 51 attachment: stephen_wornom.vcf___ Powered by www.kitware.com

[Paraview] PV 3.12.0 how to set offset screen rendering

2012-01-03 Thread Stephen Wornom
How does one do it? I am using the downloaded binaries, does the binary version contain the offscreen option? Thanks in advance, Stephen -- stephen.wor...@inria.fr 2004 route des lucioles - BP93 Sophia Antipolis 06902 CEDEX Tel: 04 92 38 50 54 Fax: 04 97 15 53 51

[Paraview] PV 3.12.0 Is it possible to extract a contour?

2012-01-09 Thread Stephen Wornom
I know how to extract surfaces using extract surface connectivity threshold When I create a contour, the contour does not appear as a selection when I try to extract the contour and click on threshold. Hope my question is clear, Thanks, Stephen -- stephen.wor...@inria.fr 2004 route des

Re: [Paraview] Surface Streamlines

2012-01-24 Thread Stephen Wornom
hicham mach wrote: Hello, I'm a new user of ParaView. For my work, i need to plot streamlines on arbitrary surface. After many research, i found that the function SurfaceLIC I use PV 3.12.0: I would like very much to to plot streamlines on the surface of a cylinder but have not yet managed

Re: [Paraview] High-order visualization

2012-05-14 Thread Stephen Wornom
Indeed a nice job. I just click on the sample sample vtk and got this error. Probably something on my side. Stephen XML Parsing Error: not well-formed Location: http://perso.uclouvain.be/sebastien.blaise/vtkPlugin/sampleHighOrder.vtk Line Number 184, Column 2: Sebastien Jourdain wrote: Nice

Re: [Paraview] TimestepValues

2012-07-18 Thread Stephen Wornom
Justin, Please include the e-mail to which you are answering or else no one knows what the question was. Stephen Justin Rodriguez wrote: Hi Sebastien, The files were all time dependent data but some had a TimeRange but no TimestepValues so I simply did: TimestepValues =

[Paraview] clip + renumeration

2012-08-12 Thread Stephen Wornom
I have a 3D PV mesh. I would like to clip the top. Is it possible with ParaView to renumerate the vertices, volumes, faces of the mesh that remains? Hope my question is clear. Thanks, Stephen -- stephen.wor...@inria.fr 2004 route des lucioles - BP93 Sophia Antipolis 06902 CEDEX

[Paraview] PV 3.14.0 reset center

2012-08-23 Thread Stephen Wornom
I see the icon reset center. I want to reset the center from 0,0,0 to 0,0,10. What are the steps to reset the center? Thanks, Stephen p.s. Must I reset the center before making a slice? -- stephen.wor...@inria.fr 2004 route des lucioles - BP93 Sophia Antipolis 06902 CEDEX Tel:

[Paraview] visualizing subdomain interfaces (boundaries)

2012-09-13 Thread Stephen Wornom
I have parallel unstructured data .pvd .pvtu and vtu data for each subdomain. Is there an easy way to see the interfaces? I have a pressure abnormality and I would like to see if it ls located on a boundary between two domains. Thanks, Stephen -- stephen.wor...@inria.fr 2004 route des

Re: [Paraview] visualizing subdomain interfaces (boundaries) PV 3.10.0

2012-09-14 Thread Stephen Wornom
. If you're working in serial you may be able to use the extract surface filter to see the interface between the partitions from the files. Andy On Thu, Sep 13, 2012 at 4:28 AM, Stephen Wornom stephen.wor...@inria.fr mailto:stephen.wor...@inria.fr wrote: I have parallel unstructured data .pvd

Re: [Paraview] visualizing subdomain interfaces (boundaries) PV 3.10.0

2012-09-14 Thread Stephen Wornom
Andy Bauer wrote: That filter is only available if you're running pvserver in parallel. I believe it should be in 3.10. I don't see id scalars under filters. I am running in parallel. I can try PV 3.10.1 Stephen Andy On Fri, Sep 14, 2012 at 10:54 AM, Stephen Wornom stephen.wor...@inria.fr

Re: [Paraview] visualizing subdomain interfaces (boundaries) PV 3.10.0

2012-09-14 Thread Stephen Wornom
, Stephen Wornom stephen.wor...@inria.fr mailto:stephen.wor...@inria.fr wrote: Andy Bauer wrote: That filter is only available if you're running pvserver in parallel. I believe it should be in 3.10. I don't see id scalars under filters. I am running in parallel. I

[Paraview] PV 3.14.1 64 bit time interpolation

2012-09-24 Thread Stephen Wornom
What are the detailed steps involved to interpolate between data time steps? I click on temporal interpolation and enter an interval. I animate using paraview.pvd file but would like to have a smoother animation using interpolation between the data time steps. PV does not give an error but

[Paraview] PV 3.10.0 animation avi playback

2012-10-07 Thread Stephen Wornom
I create an avi using mpi-PV with offscreen rendering. I note the following: 1-If the screensaver on my Linux Fedora 17 workstation is activated during the rendering process (For example, I go away from my workstation), and I use for playback mplayer -sstep 1 file.avi shows the progress bar

[Paraview] high speed avi playback

2012-10-11 Thread Stephen Wornom
My avi files have many time steps. mplayer -sstep 1 file.avi speeds up the playback but has a progress bar in the middle of the screen during the playback. Can anyone recommend a rapid linux playback method that has no progress bar? Thanks in advance, Stephen

Re: [Paraview] Export animation in avi?

2012-12-13 Thread Stephen Wornom
William Oquendo wrote: Dear all, I am using Paraview 3.98 on Mountain Lion. I would like to export an animation. The only format available now are ogv, or png/jpeg snapshots. Is there a way to export to avi? I know I can create an avi from a bunch of png/jpeg files, just would like to know if

Re: [Paraview] What is the maximum file size Paraview can handle?

2012-12-17 Thread Stephen Wornom
Pradeep Jha wrote: Hello, does anyone have any idea that if we are not short of computational resources, what is the maximum data file size that Paraview can handle? Depends on whether you are using the mpi or scalar version (scalar requires large local memory). Stephen Thank you, Pradeep

Re: [Paraview] Basic question about installing Paraview for parallel use

2012-12-17 Thread Stephen Wornom
Pradeep Jha wrote: I want to use Paraview on a parallel cluster but I don't have the root permissions. So if I install Paraview locally in my account, can I still use it in parallel with all efficiency? Or do I need to bug the System Administrator of the parallel cluster to install in the

[Paraview] viewing faces

2013-01-28 Thread Stephen Wornom
The external boundaries of my unstructured mesh are composed of triangle faces. How can I view the external curved boundaries using ParaView? Thanks in advance, Stephen -- stephen.wor...@inria.fr 2004 route des lucioles - BP93 Sophia Antipolis 06902 CEDEX Tel: 04 92 38 50 54

[Paraview] PV 3.98 ruler

2013-03-23 Thread Stephen Wornom
Ruler has three option: x, y, or z directions. Is it possible to have a radius, say in the x,y plane sqrt(x**2+y**2) = 1? Hope my question is clear. Thanks, Stephen -- stephen.wor...@inria.fr 2004 route des lucioles - BP93 Sophia Antipolis 06902 CEDEX Tel: 04 92 38 50 54 Fax: 04

[Paraview] PV 3.14.1 64-bit trace save data question

2013-05-06 Thread Stephen Wornom
After load the PV file (.pvtu) 1-I turn on trace do slice, clip, then contour save data 2-I turn off trace save the trace.py file When I edit the trace.py file everything is there EXCEPT the save data command. Is this normal? Thanks in advance, Stephen -- stephen.wor...@inria.fr 2004 route des

Re: [Paraview] PV 3.98 visualizing 2D data

2013-05-10 Thread Stephen Wornom
Felipe Bordeu wrote: you can use the Warp Scalar filter to warp your 2D domain in the z direction using a field. Thanks, works fine. Stephen Felipe Le 10/05/2013 10:18, Stephen Wornom a écrit : the data are x,y,variable Can paraview show the results in three dimensions with the variable

Re: [Paraview] ANN: ParaView 4.0.0-RC1 now available for download

2013-05-23 Thread Stephen Wornom
Utkarsh Ayachit wrote: Folks, In preparation of the next ParaView release, the ParaView 4.0.0, RC1 (Release Candidate 1) is now available for download (http://paraview.org/paraview/resources/software.php). We will have a detailed summary for the new features and enhancements in this release

[Paraview] PV 3.14.1 and 4.01 Calculator error

2013-07-02 Thread Stephen Wornom
I have a real variable named K (as in K-Epsilon) When I compute K**2 using the calculator I get this error using the downloaded 64-bit binaries. ERROR: In /home/utkarsh/Kitware/superbuild/paraview/src/paraview/VTK/Common/vtkFunctionParser.cxx, line 1480 vtkFunctionParser (0x1e592530):

Re: [Paraview] PV 3.14.1 and 4.01 Calculator error

2013-07-02 Thread Stephen Wornom
entries but 4.01 uses right-to-left entries Hope this makes some sense. Thanks, Stephen Utkarsh On Tue, Jul 2, 2013 at 10:11 AM, Stephen Wornom stephen.wor...@inria.fr wrote: I have a real variable named K (as in K-Epsilon) When I compute K**2 using the calculator I get this error using

[Paraview] PV intermittent display images

2013-07-03 Thread Stephen Wornom
I create an contour image using PV 4.01 using a 4 million point unstructured mesh. I see the image 1 sec, the next instance it disappears from my screen. If I move the mouse, or right click on the screen the image sometimes comes back for an instance. I cannot get the image to stay on my

Re: [Paraview] PV intermittent display images

2013-07-05 Thread Stephen Wornom
for bring the immediate mode rendering to my attention, Stephen I had some strange effects recently, but I can't remember the details. JB -Original Message- From: paraview-boun...@paraview.org [mailto:paraview- boun...@paraview.org] On Behalf Of Stephen Wornom Sent: 03 July 2013 17:17

[Paraview] PV 4.01 animating slices

2013-07-17 Thread Stephen Wornom
I would like to animate x-slices of the same calculation (x= 0.1, ...) as opposed to animating a slice from different time solutions. In earlier versions one could specify how many slices desired and the step size (x= 0.1, 0.2, 0.3, ...etc). Is this feature somewhere to be found in PV 4.01?

Re: [Paraview] PV 4.01 animating slices

2013-07-17 Thread Stephen Wornom
but the range in the icon -s -21.2 to 21.2. Thus The 12 planes that I requested are not correctly spaced. How do I animate the planes, 1 plane at time? Thanks, Stephen On Wed, Jul 17, 2013 at 7:21 AM, Stephen Wornom stephen.wor...@inria.fr wrote: I would like to animate x-slices of the same

[Paraview] romio on nef

2013-07-18 Thread Stephen Wornom
nef: locate romio /opt/openmpi/1.6.3/lib64/openmpi/mca_io_romio.la /opt/openmpi/1.6.3/lib64/openmpi/mca_io_romio.so /opt/openmpi-gcc/1.6.3/lib64/openmpi/mca_io_romio.la /opt/openmpi-gcc/1.6.3/lib64/openmpi/mca_io_romio.so /opt/pgi/linux86-64/2013/mpi/mvapich/doc/romio-users.ps.gz nef: ll

Re: [Paraview] romio on nef

2013-07-18 Thread Stephen Wornom
This was sent in error, please ignore, Stephen Stephen Wornom wrote: nef: locate romio /opt/openmpi/1.6.3/lib64/openmpi/mca_io_romio.la /opt/openmpi/1.6.3/lib64/openmpi/mca_io_romio.so /opt/openmpi-gcc/1.6.3/lib64/openmpi/mca_io_romio.la /opt/openmpi-gcc/1.6.3/lib64/openmpi/mca_io_romio.so /opt

[Paraview] PV 4.01 How to get screenshot with menu

2013-08-22 Thread Stephen Wornom
I do a screenshot but the menu is not included (only the contours), How does one include the menu? Thanks, Stephen -- stephen.wor...@inria.fr 2004 route des lucioles - BP93 Sophia Antipolis 06902 CEDEX Tel: 04 92 38 50 54 Fax: 04 97 15 53 51 attachment:

Re: [Paraview] Annotate Time Filter

2013-09-03 Thread Stephen Wornom
Hedieh Ebrahimi wrote: Hello, I have a question about AnnotateTimeFilter. I have a Data Set ( h5 files) containing several time steps that I open with PFlotran Reader. If i first merge these files and then open them as a single file using the PFlotran Reader, then the Annotate Time Filter

[Paraview] parallel paraview

2013-11-28 Thread Stephen Wornom
I launch the paraview server on nef using 32 xeon cores. I am using the 64-bit PV. The server is listening on nef066. Paraview 3.14.1 has been install from the source and has been used successfully until now. Next I start paraview 3.14.1 (binary version) on my workstation. When I connect I get

[Paraview] adding music to an animation

2013-12-11 Thread Stephen Wornom
I create an animation from the frame jpgs using convert. How does one add music to the animation? Thanks, Stephen -- stephen.wor...@inria.fr 2004 route des lucioles - BP93 Sophia Antipolis 06902 CEDEX Tel: 04 92 38 50 54 Fax: 04 97 15 53 51 attachment:

Re: [Paraview] adding music to an animation

2013-12-11 Thread Stephen Wornom
Utkarsh Ayachit wrote: What platform? On OsX you can use things like iMovie, I believe. Linux Fedora 16 64 bit. Stephen Utkarsh On Wed, Dec 11, 2013 at 9:54 AM, Stephen Wornom stephen.wor...@inria.fr mailto:stephen.wor...@inria.fr wrote: I create an animation from the frame jpgs

[Paraview] PV3.14 How to create three equal size windows

2014-01-04 Thread Stephen Wornom
I start with a single PV window. Using the icon I can split the window into two equally sized windows. When I split one of the two equally sized windows I get three windows BUT the sizes are different. What is the simplest approach to get three equally sized windows? Hope my question is clear.

  1   2   >