Re: [Paraview] vtkCompositeDataSet - memory ?

2009-02-20 Thread Andy Bauer
If all of the grids that are used in the vtkMultiBlockDataSet derive from vtkPointSet, you can use the same vtkPoints for each of the grids. They should also have the same vtkPointData as a result so that data is not duplicated. Andy On Fri, Feb 20, 2009 at 2:23 PM, Jacques Papper

Re: [Paraview] Field variable interpolation on different meshes

2009-04-21 Thread Andy Bauer
Are your grids nested? By this I mean is there a node in h1 for every node in h2? That should make things a bit more straightforward. A simple way then, at least for the linear nodal shape functions usually used in ParaView, would be just to use a vtkPointLocator for nodes/points in h1 if the

[Paraview] question about vtkPVMain

2009-04-21 Thread Andy Bauer
Is there any reason that someone may want to use vtkPVMain with ParaView compiled with MPI that doesn't want it to be initialize MPI if MPI is not already initialized? Right now the InitializeMPI variable is used to both indicate whether or not to initialize and finalize MPI as well as to

Re: [Paraview] install vtk headers and libs from paraview?

2009-05-05 Thread Andy Bauer
4, 2009, at 12:55 PM, Andy Bauer wrote: The VTK source is under the ParaView3 source directory and as far as I know pulled directly from the VTK cvs repository. You should be able to do a separate VTK installation with: ccmake ParaView3 directory/VTK On Mon, May 4, 2009 at 1:33 PM, Chris

Re: [Paraview] Multi-Valued Point Scalar Field

2009-05-27 Thread Andy Bauer
Is there a reason that you can't use 2 point scalar fields for this? You'd have to have separate names for each point scalar field array. On Wed, May 27, 2009 at 8:01 AM, Rafael March rafaelmar...@yahoo.comwrote: Hi, Is it possible to have a multi-valued point scalar field ? I mean, suppose

Re: [Paraview] Velocity values at walls

2009-07-07 Thread Andy Bauer
I don't know of any existing filters that will try to do this for you. You may have to write your own custom filter for it. What algorithms are used to calculate these pseudo velocities at the wall? On Tue, Jul 7, 2009 at 5:20 PM, bastil2...@yahoo.de bastil2...@yahoo.dewrote: Andy Bauer

Re: [Paraview] Velocity values at walls

2009-07-07 Thread Andy Bauer
I'm guessing that the simulation is using no-slip boundary conditions (i.e. setting the velocity to be zero at walls). Are you sure that there should be non-zero velocity at the walls? Is there non-zero velocity elsewhere in the domain? On Tue, Jul 7, 2009 at 2:50 PM, bastil2...@yahoo.de

Re: [Paraview] MultiblockDataSet Global IDs

2009-08-06 Thread Andy Bauer
What do you mean by points in common? Do you mean that they come from the same vtkPoints or that they just share the same coordinate values (to within tolerance at least)? If you mean that they share the same coordinate values you can use the vtkIncrementalOctreePointLocator to avoid

Re: [Paraview] A simple legacy VTK File

2009-09-13 Thread Andy Bauer
It's not missing for me. I loaded the file, selected one of the cells and then used the extract selection filter. I attached a picture of the result I got which shows the middle point. Also, when I look under the information tab I see 9 total points there as well. How are you expecting the

Re: [Paraview] Pipeline suggestion

2009-10-16 Thread Andy Bauer
Some nitpicking: 1. I'm guessing you mean strain rate instead of strain since you're using velocity. 2. For step 8 it looks like you're missing the cell surface area and the normal (I think you should only have to calculate the scalar values to get the force you want). As far as the compute

[Paraview] question about time series in paraview

2010-01-21 Thread Andy Bauer
Is there a reason that when I start up paraview that by default it has a time series with 10 time steps? If I load a file and then try to save the geometry I get a pvd file that looks like: ?xml version=1.0? VTKFile type=Collection version=0.1 byte_order=LittleEndian

Re: [Paraview] block merging using Paraview

2010-01-27 Thread Andy Bauer
no duplicate point between files: for example: file-1, z-coord: 0.0,0.1,0.2 file-2, z-coord: 0.3,0.4,0.5 And the grid is structured. Maybe in this case there is no way to make a single dataset? 2010/1/27 Andy Bauer andy.ba...@kitware.com Try using the clean to grid filter. Although

Re: [Paraview] block merging using Paraview

2010-01-28 Thread Andy Bauer
, the MergeBlock filters goes to 66% and then every action make paraview crash). It looks the brute force for something I was expecting to be just tricky. (no extra nodes needed) I hope it is more descriptive. 2010/1/28 Andy Bauer andy.ba...@kitware.com I'm still not completely understanding what you

Re: [Paraview] how Python interact with ParaView

2010-03-18 Thread Andy Bauer
I'm working on doing in situ viz with paraview and have committed some beta code into the paraview repository. The code is in ParaView3/CoProcessing if you want to look at it. You can turn it on by setting the paraview_enable_coprocessing cmake variable to on. It uses python to set up the

Re: [Paraview] how Python interact with ParaView

2010-03-18 Thread Andy Bauer
appreciate if you can give me more details. Thank you. -Ning On Thu, Mar 18, 2010 at 9:12 PM, Andy Bauer andy.ba...@kitware.comwrote: I'm working on doing in situ viz with paraview and have committed some beta code into the paraview repository. The code is in ParaView3/CoProcessing if you want

Re: [Paraview] Paraview: python script from the command line

2010-03-19 Thread Andy Bauer
You're probably looking for pypython but vtkpython may also work. On Fri, Mar 19, 2010 at 3:42 PM, Rick Angelini rick.angel...@us.army.milwrote: Is there a way to startup paraview and have it run a python script from the command line? I know that I can load a state with the --state flag.

Re: [Paraview] Paraview: python script from the command line

2010-03-19 Thread Andy Bauer
No, you won't get the paraview gui with pvpython or vtkpython. On Fri, Mar 19, 2010 at 3:50 PM, Rick Angelini rick.angel...@us.army.milwrote: Do I still get the GUI if I us pvpython or vtkpython? I'm looking to jumpstart the Paraview GUI using a python script. Andy Bauer wrote: You're

[Paraview] coprocessing/in situ visualization wiki

2010-03-22 Thread Andy Bauer
I added a wiki page for the coprocessing work that is getting integrated into paraview. It is at http://paraview.org/Wiki/CoProcessing The wiki still needs a bit more work but hopefully it will get people going in the proper direction and answer most of the basic questions. Note that the

Re: [Paraview] coprocessing wiki

2010-03-25 Thread Andy Bauer
, which knows how to deal with the VTK pipeline. But if we are doing a in-situ viz, it seems that the simulation code that drives the whole pipeline.If it is true,then how to synchronize the rendering and compositing process? Thanks again, -Ning On Tue, Mar 23, 2010 at 12:52 AM, Andy Bauer

Re: [Paraview] tetgen mesh

2010-04-30 Thread Andy Bauer
Hi Ken, I think there may be a tetgen reader that we've developed for a different project. I may be able to move it to ParaView/VTK but will have to check with the sponsor. Could you send a small sample file so that I can make sure that it's the same file type? Andy On Fri, Apr 30, 2010 at

Re: [Paraview] tetgen mesh

2010-05-13 Thread Andy Bauer
) 2(Material type) By the way, is it possible to read Abaqus mesh files into Paraview, or export mesh files in Paraview to a format which Abaqus could recognize? Thanks in advance, Ken On Fri, Apr 30, 2010 at 6:31 PM, Andy Bauer andy.ba...@kitware.comwrote: Hi Ken, I'm not familiar

Re: [Paraview] Paraview and Multicore

2010-05-13 Thread Andy Bauer
Process Id Scalars doesn't do any load balancing, it just shows what cells are assigned to what process. You can try the D3 filter to do actual load-balancing (your reader may already be doing this though in which case you would see the same results from a Process Id Scalars filter used after the

Re: [Paraview] Paraview and Multicore

2010-05-20 Thread Andy Bauer
have noticed is that there is no new Data Array. Delaunay 2D is now about three times faster after I applied D3 filter. However I do not like the resulting triangulation, seems like some isosurfaces have been calculted. Guido Am Thu, 13 May 2010 20:48:11 -0400 schrieb Andy Bauer

Re: [Paraview] vtkCellLocator: Python

2010-05-28 Thread Andy Bauer
My guess is that you'll want to use a filter to get access to the cell locator. What's the desired output for this? You could also fetch the data set to the client and then use the vtk wrapped classes in paraview.vtk to use the cell locator if the class has been wrapped but the fetch operation

Re: [Paraview] Paraview output in a latex document

2010-05-28 Thread Andy Bauer
Another option is to use pdflatex which can take in png files that ParaView can save a screenshot as. Not sure if this is what you're looking for though. Andy On Fri, May 28, 2010 at 3:11 PM, marco restelli mreste...@gmail.com wrote: Hi all, I'd like to use paraview images in a latex

Re: [Paraview] vtkCellLocator: Python

2010-05-29 Thread Andy Bauer
of the currently visited block. Is that possible? Thanks. Regards Bastian -- *Von:* pat marion pat.mar...@kitware.com *An:* Utkarsh Ayachit utkarsh.ayac...@kitware.com *CC:* Andy Bauer andy.ba...@kitware.com; bastil2...@yahoo.de bastil2...@yahoo.de; ParaView paraview

Re: [Paraview] Particle tracer: output particle coordinates for every time step to file?

2010-06-04 Thread Andy Bauer
Hi, I'm not sure how the enable particle writing works in that filter. I would just use either the VTK legacy writer or VTK Polydata file writer and check Write all timesteps as file-series.. You'll get a series of files from that. Andy On Fri, Jun 4, 2010 at 10:19 AM, Florian Rathgeber

Re: [Paraview] AMR and .VTM

2010-06-09 Thread Andy Bauer
You can combine different data sets into a multiblock data set in paraview with the Group DataSets filter to test out what you want to do without having to write out your data as a multiblock data set. To add more data sets to the Group DataSet filter right click on the filte rin the pipeline

Re: [Paraview] How to compile and use ParaView 3.8.0 on Windows XP

2010-06-24 Thread Andy Bauer
If you just want to install ParaView on your windows machine there is a ms-mpi paraview installer available at http://paraview.org/paraview/resources/software.html. As far as I know all you need to do is also install ms-mpi on your machine and you should be set for running paraview in parallel.

Re: [Paraview] Rescale to Data Range fails

2010-06-25 Thread Andy Bauer
This seems to work properly for me for my 3.9 build. You'll have to give information to figure out the problem (e.g. paraview version, os, etc.). Andy On Fri, Jun 25, 2010 at 2:39 AM, kenichiro yoshimi rccm.kyosh...@gmail.comwrote: Hi all, I just tried the following using ParaView 3.8.0:

Re: [Paraview] Rescale to Data Range fails

2010-06-28 Thread Andy Bauer
The -dr option is to disable the registry. It is used to store default settings which on my ubuntu machine gets stored in the ~/.config/ParaView/ directory. If you rename/remove the files in that directory the problem should go away (those files will be regenerated the next time you run paraview

Re: [Paraview] New to paraview

2010-07-20 Thread Andy Bauer
I think ParaView is assuming that the files you're trying to open are from a time series. This usually happens when the files are named like file1.vtu, file2.vtu,... There are the vcr controls to animate if that's what you want to do. Otherwise if you want all of the files loaded such that you

Re: [Paraview] New to paraview

2010-07-21 Thread Andy Bauer
to code this task, may be using python, and execute in paraview? thanks On Tue, Jul 20, 2010 at 10:20 PM, Andy Bauer andy.ba...@kitware.comwrote: I think ParaView is assuming that the files you're trying to open are from a time series. This usually happens when the files are named like file1.vtu

Re: [Paraview] defining new reader

2010-07-27 Thread Andy Bauer
It looks like the nii file is a NifTI file type which there is a plugin for the reader. If you go to Tools-Plugin Manager you can select the NifTI reader and choose Load Selected to the load the plugin. Then you should be able to read in the file without any extra work. If that doesn't work you

Re: [Paraview] CoProcessing question

2010-07-28 Thread Andy Bauer
Hi John, I'd like to think it works but as I haven't tested it to do that I'm not going to promise that it works :) It uses a TrivialProducer to insert the data set/composite data set into the pipeline with the idea that coprocessing should essentially execute almost exactly the same as any

Re: [Paraview] defining new reader

2010-07-29 Thread Andy Bauer
...@faurecia.comwrote: On Tue, 2010-07-27 at 21:45 -0400, Andy Bauer wrote: It looks like the nii file is a NifTI file type which there is a plugin for the reader. If you go to Tools-Plugin Manager you can select the NifTI reader and choose Load Selected to the load the plugin. Then you should be able

Re: [Paraview] Trouble loading Ensight/Gold data

2010-07-30 Thread Andy Bauer
Sounds strange. I'm not that familiar with the EnSight/Gold file format but wonder if somehow the array doesn't have the same number of tuples as there are points/cells in the grid for point data/cell data. Does it show up in the spreadsheet view? Maybe in the field data? Andy On Fri, Jul 30,

Re: [Paraview] CoProcessing

2010-08-04 Thread Andy Bauer
Hi Jacques, What type of data set do you have? Even though the PHASTA adaptor ( ParaView/CoProcessing/Adaptors/FortranAdaptors/PhastaAdaptor) is for fortran code it may give you an idea. Also stepping through the example in

Re: [Paraview] CoProcessing

2010-08-04 Thread Andy Bauer
if this is there yet? My dataset is multiregion unstructured polyhedral mesh domain decomposed amongst each processor. Is the Phasta code parallelized ? If so, I do not see any MPI statements in the adaptor code ? Jacques 2010/8/4 Andy Bauer andy.ba...@kitware.com Hi Jacques, What type of data

Re: [Paraview] Centering data

2010-08-05 Thread Andy Bauer
Use the calculator filter to create a vector array from the coordinates, then point to cell data, then integrate attributes to get the result divided by the volume/area to give the desired input to the transform filter. Andy On Thu, Aug 5, 2010 at 4:58 PM, David Doria daviddo...@gmail.com wrote:

Re: [Paraview] Centering data

2010-08-06 Thread Andy Bauer
Hmm, I guess you could use the Delauney 2D or 3D to create an area or volume but it might be tough using those since they grids they create may not be a good representation of your data geometry. I can't think of anything better than a programmable filter to get the desired translation amounts

Re: [Paraview] CoProcessing

2010-08-09 Thread Andy Bauer
; } On Wed, Aug 4, 2010 at 12:14 PM, Andy Bauer andy.ba...@kitware.comwrote: Hi Jacques, There is a polyhedra cell type in VTK now -- http://www.vtk.org/doc/nightly/html/classvtkPolyhedron.html As far as I know it works with all of the proper filters but since I haven't tried it yet I won't promise

Re: [Paraview] CoProcessing

2010-08-12 Thread Andy Bauer
could also use the InsertNextCell() methods, but I was wondering if there wasn't a more efficient way... Best, Jacques 2010/8/9 Andy Bauer andy.ba...@kitware.com Hi Jacques, I put an example on the wiki based on Pat's example for running a coprocessing. It's at: http://paraview.org/Wiki

Re: [Paraview] CoProcessing

2010-08-12 Thread Andy Bauer
the InsertNextCell() methods, but I was wondering if there wasn't a more efficient way... Best, Jacques 2010/8/9 Andy Bauer andy.ba...@kitware.com Hi Jacques, I put an example on the wiki based on Pat's example for running a coprocessing. It's at: http://paraview.org/Wiki

Re: [Paraview] CoProcessing

2010-08-13 Thread Andy Bauer
Source Data code already available in git ? I'd love to test it out even if it is not robust yet. We don't yet have permission to release the Live Source Data code yet but I think it should be available in the next couple of months. Best, Jacques 2010/8/12 Andy Bauer andy.ba

Re: [Paraview] CoProcessing

2010-08-16 Thread Andy Bauer
.SelectScaleArray = [None, ''] 2010/8/13 Andy Bauer andy.ba...@kitware.com On Fri, Aug 13, 2010 at 3:39 AM, Jacques Papper jacques.pap...@gmail.com wrote: I found the problem... I was inserting PointData instead of CellData :) ,,, Anyway it seems to be starting to work now.. 2 things though

Re: [Paraview] CoProcessing - Export State

2010-09-01 Thread Andy Bauer
This was fixed a little while ago. Try updating paraview if you can. The change servermanager.py is: @@ -796,6 +796,10 @@ class ArraySelectionProperty( VectorProperty): elif len(values) == 2: if isinstance(values[0], str): val = str(ASSOCIATIONS[values[0]])

Re: [Paraview] CoProcessing - Export State

2010-09-01 Thread Andy Bauer
...@sandia.gov wrote: Okay thanks. Apparently, I’m doing some version of building that includes not bringing those updates over from the src directory to the build directory... On 9/1/10 4:08 PM, Andy Bauer andy.ba...@kitware.com wrote: This was fixed a little while ago. Try updating

Re: [Paraview] Finding element number in the diagram

2010-09-01 Thread Andy Bauer
I'm not sure this is exactly what you want but you can select a point/cell and then go to selection inspector and go to the point label/cell label tab and toggle the visible button to show selected point or cell ids. The selection inspector also allows you to select cells that include the

Re: [Paraview] Finding element number in the diagram

2010-09-02 Thread Andy Bauer
. Thanks! Karen On Wed, Sep 1, 2010 at 6:48 PM, Andy Bauer andy.ba...@kitware.comwrote: I'm not sure this is exactly what you want but you can select a point/cell and then go to selection inspector and go to the point label/cell label tab and toggle the visible button to show selected

Re: [Paraview] Calculator Filter Scripting?

2010-09-08 Thread Andy Bauer
You can try creating a customizable filter under Tools or recording a python trace and then create a macro from it under Tools as well. Andy On Wed, Sep 8, 2010 at 5:01 PM, dpar...@chromalloy.com wrote: I have several variables that have to be calculated using a series of calculator filters.

Re: [Paraview] Calculator Filter Scripting?

2010-09-08 Thread Andy Bauer
hidden and I need the ability to modify some constants. The Python script method looks very powerful and the trace functionality makes it very easy to get started. David Parker Chromalloy - TDAG From:Andy Bauer andy.ba...@kitware.com To:dpar...@chromalloy.com Cc

Re: [Paraview] Turn vtk Data Object into DataObjectProxy

2010-09-12 Thread Andy Bauer
I'm not sure if it will work but maybe using vtkTrivialProducer might do it for you with SetOutput(). Andy On Sun, Sep 12, 2010 at 4:40 PM, Biddiscombe, John A. biddi...@cscs.chwrote: I'm experimenting with calling functions in the ServerManager directly from a parallel application On

Re: [Paraview] mpich2 or HP-mpi

2010-09-15 Thread Andy Bauer
Actually, we do have pre-built binaries for windows using MS-MPI on the download page too. http://paraview.org/paraview/resources/software.html Andy On Wed, Sep 15, 2010 at 12:20 PM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Are you asking about pre-built binaries? We don't

Re: [Paraview] mpich2 or HP-mpi

2010-09-16 Thread Andy Bauer
...@home.sewrote: Hi Andy I've seen that you have the MS-mpi on your download page. The reason for asking for Mpich2 or HP- mpi is that I already use those with my CFD-code. Will there be any of those available? -Ursprungligt Meddelande- From: Andy Bauer [andy.ba...@kitware.com

Re: [Paraview] Plugin that is a reader and a filter

2010-09-21 Thread Andy Bauer
Checkout the SLAC plugin reader it reads in a set of files and sets up a pipeline and adds some gui buttons for some of SLAC's common operations. After you load in the plugin you can click on the SLAC folder to bring up the files to read in which are all in ParaView/Data/SLAC/pic-example/ and are;

Re: [Paraview] setting the flags for compilation for offscreen rendering support

2010-10-09 Thread Andy Bauer
You should set VTK_USE_OFFSCREEN to on (I'm assuming you've already turned on VTK_OPENGL_HAS_OSMESA). Then you'll need to set the OSMesa libraries and header files (OSMESA_INCLUDE_DIR and OSMESA_LIBRARY). When I've done this in the past I didn't set VTK_USE_DISPLAY so you can probably leave that

Re: [Paraview] setting the flags for compilation for offscreen rendering support

2010-10-09 Thread Andy Bauer
that these are the options I need, but where and how should I set them? This ccmake business is a bit confusing! I would appreciate some help on that part of the process. Regards, Milos On Sat, Oct 9, 2010 at 5:57 PM, Andy Bauer andy.ba...@kitware.com wrote: You should set VTK_USE_OFFSCREEN

Re: [Paraview] Fwd: Interpolation problem

2010-10-12 Thread Andy Bauer
I think this is a rendering issue and not an interpolation issue. From the 2d plot you can see that it's properly interpolating the values. I think the quadrilateral is getting rendered as 2 triangles in which case the diagonal values appear to be constant since the 2 end points are at the same

Re: [Paraview] How to add vector/scalar field as attributes to a vtkPointSet (vtkPolyData, ...)?

2010-10-12 Thread Andy Bauer
For the velocity array you'll need to set the number of components. You probably want to set the number of components to 3 for both 2D and 3D so that ParaView can manipulate the vector quantities (for 2D just set the last component to 0). Using the glyph filter will give you arrows for showing

Re: [Paraview] Fwd: Interpolation problem

2010-10-14 Thread Andy Bauer
should match the interpolation for the typical node/point based interpolation. Shinya 2010/10/13 Andy Bauer andy.ba...@kitware.com: I think this is a rendering issue and not an interpolation issue. From the 2d plot you can see that it's properly interpolating the values. I think

Re: [Paraview] Help: Calculating Vorticity in paraview

2010-10-26 Thread Andy Bauer
The Gradient of Unstructured DataSet does provide a vorticity computation option but as the filter's name implies, it is only valid for grids that derive from vtkPointSet (vtkStructuredGrid, vtkUnstructuredGrid, vtkPolyData and maybe vtkLabelHierarchy). On Tue, Oct 26, 2010 at 12:30 PM, Peter

Re: [Paraview] SC10 CoProcessing example

2010-11-04 Thread Andy Bauer
Hi Chris, I just fixed the formatting for the python code snippets. As you noticed there were problems of tabs and spaces intermixed but it's not been converted to all spaces now. There were also some problems with changes to the library names (import libvtkvtkCoProcessorPython now needs to be

Re: [Paraview] Colour by mulitple data sets

2010-11-15 Thread Andy Bauer
You may want to consider using multiple views and then link them. Linking will allow you to manipulate the view identically in each 3d view while maintaining separate representations in each. Andy On Mon, Nov 15, 2010 at 4:09 PM, Tristan Chaplin tristan.chap...@gmail.comwrote: Unfortunately,

Re: [Paraview] SC10 CoProcessing example

2010-11-16 Thread Andy Bauer
: paraview-boun...@paraview.org [paraview-boun...@paraview.org] On Behalf Of Andy Bauer [andy.ba...@kitware.com] Hi Chris, I just fixed the formatting for the python code snippets. As you noticed there were problems of tabs and spaces intermixed but it's not been converted to all spaces now

Re: [Paraview] slice filter

2010-11-24 Thread Andy Bauer
Is the image a 2D image or a 3D image? With the slice filter as the active filter (e.g. highlighted in the Pipeline Browser), how many cells are listed in the Information tab of the Object Inspector? Andy On Wed, Nov 24, 2010 at 8:45 AM, Xian Sperber xian2parav...@googlemail.comwrote: Dear

Re: [Paraview] slice filter

2010-11-25 Thread Andy Bauer
is a 3D image of x,y,z. The statistics in the information tab says 'polygonal mesh', number of cells: 0, number of points: 0, and Memory: 0 MB. I assume that means there is no data. However, the original image which I ried to slice has definitely data. xian On 24 November 2010 20:06, Andy

Re: [Paraview] PV 3.81 color legend multiple views

2010-11-30 Thread Andy Bauer
Hi Stephen, I get the same incorrect/linked behavior for 3.8.1. I tried it out and this has been fixed in the development version. The 3.10 release candidate should be ready in a week or two and this fix ought to be in that. Andy On Tue, Nov 30, 2010 at 4:17 AM, Stephen Wornom

Re: [Paraview] [paraview] fast way to fill vtkFloatArray

2010-12-06 Thread Andy Bauer
Are you trying to access the SetArray method from python? In c++, if you already have the memory allocated in the same order as VTK wants the most efficient way is to use that. If you build paraview with python wrapping yourself and it includes numpy (if it doesn't automatically work you'll have

Re: [Paraview] D3 doesn't work with double precision points

2011-01-06 Thread Andy Bauer
Hi Paul, Can you set up a small case to demonstrate the problem and submit it to mantis? I can take a look at it. Andy On Thu, Jan 6, 2011 at 8:41 AM, Paul Edwards paul.m.edwa...@gmail.comwrote: Hi, I've just spotted a bug where d3 causes paraview to crash if the points are stored a

Re: [Paraview] D3 doesn't work with double precision points

2011-01-12 Thread Andy Bauer
://www.paraview.org/Bug/view.php?id=11686 http://www.paraview.org/Bug/view.php?id=11686Did you get a chance to look at it? Thanks, Paul On 6 January 2011 15:33, Andy Bauer andy.ba...@kitware.com wrote: Hi Paul, Can you set up a small case to demonstrate the problem and submit

Re: [Paraview] WRF

2011-02-09 Thread Andy Bauer
Hi Gamal, ParaView runs on Windows, Mac, and Linux and can be built with or without MPI/parallel support as well as without cygwin on Windows. Installers are available at http://paraview.org/paraview/resources/software.html along with build information at

Re: [Paraview] WRF

2011-02-09 Thread Andy Bauer
/iap/iapreps.shtml *Tel. 0020238701259 Home Tel. 0020222618163 Work Tel. 0020103770593 Cell Fax 0020222629356 Work * * * -- *From:* Andy Bauer andy.ba...@kitware.com *To:* Dr.Gamal El Afandi gamalafa

Re: [Paraview] Input Rotating Velocity Vector?

2011-02-09 Thread Andy Bauer
I think the easiest way would be to use the calculator filter. For a rotation around the z axis and centered at (0,0,0) you could use coordsY*iHat-coordsX*jHat. Andy On Wed, Feb 9, 2011 at 1:42 PM, Joe Ahdoot j...@duke.edu wrote: Hello, I am working with a model that will be rotating. I am

Re: [Paraview] WRF

2011-02-09 Thread Andy Bauer
Work * * * -- *From:* jeff vinuesa jeff.vinu...@gmail.com *To:* Andy Bauer andy.ba...@kitware.com *Cc:* Dr.Gamal El Afandi gamalafa...@yahoo.com; paraview@paraview.org *Sent:* Wed, February 9, 2011 2:37:47 PM

Re: [Paraview] WRF

2011-02-09 Thread Andy Bauer
-- *From:* Andy Bauer andy.ba...@kitware.com *To:* Dr.Gamal El Afandi gamalafa...@yahoo.com *Cc:* jeff vinuesa jeff.vinu...@gmail.com; paraview@paraview.org *Sent:* Wed, February 9, 2011 4:34:30 PM *Subject:* Re: [Paraview] WRF If there isn't a reader that's already doing what you need then you'll

Re: [Paraview] writing spheres, cones, etc.

2011-02-13 Thread Andy Bauer
Hi, Is there a reason you want to code up in C++? You can create spheres and cones (under the Source menu) in ParaView and set their parameters like center, resolution, size, etc. There are also other common geometries like cylinders, boxes, etc. You can save the results in a POV file by

[Paraview] coprocessing update

2011-02-14 Thread Andy Bauer
I just wanted to give an update on some small changes for the coprocessing library that will be in ParaView 3.10. It is aimed more at the users who aren't interested in using the coprocessing python script generator and would rather use C++ to drive their coprocessing pipelines. The changes are:

Re: [Paraview] unstructured grid, programmable filters: extract, process array data

2011-02-15 Thread Andy Bauer
This sounds like a job for the calculator filter. coordsX^2+coordsY^2 for your first example (or psi__X^2+psi__Y^2 for the psi variables) and atan(coordsX/coordsY) for the second example. It can operate on point or cell data (set in the Attribute Model drop-down menu), replace invalid numbers

Re: [Paraview] unstructured grid, programmable filters: extract, process array data

2011-02-16 Thread Andy Bauer
the Python Calculator, which will let you use any valid Python expression -- such as math.atan2(). Tim - Original Message - From: Nico Schlömer nico.schloe...@gmail.com To: Andy Bauer andy.ba...@kitware.com Cc: paraview@paraview.org Sent: Wednesday, February 16, 2011 8:29:02 AM

Re: [Paraview] Paraview network interface

2011-02-28 Thread Andy Bauer
On Mon, Feb 28, 2011 at 3:04 AM, alexander.siem...@skf.com wrote: Co-processing might or might not be what I was looking for!? However, I do not fully understand the functionality. Some questions that someone might be able to answer: 1. Do I need to link with the VTK libraries? This seems a

Re: [Paraview] Cannot read point data array

2011-03-03 Thread Andy Bauer
I was able to load it on a 64 bit ubuntu machine with paraview built from a couple of days (3.11) ago as well as on my 32 bit windows with paraview built from a couple of months ago (3.9). Can you try the 3.10rc1 release? On Thu, Mar 3, 2011 at 5:18 AM, Bart Vandewoestyne

Re: [Paraview] Cannot read point data array

2011-03-07 Thread Andy Bauer
bart.vandewoest...@telenet.be wrote: On Thu, Mar 03, 2011 at 10:25:27AM -0500, Andy Bauer wrote: I was able to load it on a 64 bit ubuntu machine with paraview built from a couple of days (3.11) ago as well as on my 32 bit windows with paraview built from a couple of months ago (3.9). Can you try

Re: [Paraview] Update Extents

2011-03-11 Thread Andy Bauer
You may want to look at the VTK/Graphics/vtkExtractGrid class. That filter is used to reduce the extents of a structured data set so it will have the logic you're looking for to expand the extents of a data set. Andy On Fri, Mar 11, 2011 at 11:20 AM, owen.arn...@stfc.ac.uk wrote: Sorry in my

Re: [Paraview] compile error

2011-03-16 Thread Andy Bauer
I had the same problem. I fixed it by setting the QT_HELP_GENERATOR cmake value and that fixed it. Andy On Wed, Mar 16, 2011 at 9:26 AM, David Partyka david.part...@kitware.comwrote: I think this is a runtime issue executing qhelpgenerator. If you put the location of libQtHelp.so in your

Re: [Paraview] CoProcessing: Could not find whole extent in input

2011-03-16 Thread Andy Bauer
Hi Daniel, I just copied those files as is from the wiki and ran the example with both python scripts and didn't have any problems. I'm going to need some more information before diagnosing this. What version of ParaView are you using? Any other info which you think may be pertinent? Andy On

Re: [Paraview] CoProcessing: Could not find whole extent in input

2011-03-16 Thread Andy Bauer
Hi Daniel, Please respond to the list as well to allow other people to benefit from this discussion. I just found out what is going on. This has been fixed in the master branch. For the release branch, it isn't affecting the output for these examples and is just a print statement that

Re: [Paraview] CoProcessing: Could not find whole extent in input

2011-03-16 Thread Andy Bauer
If you run the paraview gui, you should be able to just open these files directly there. A new paraview user's guide is available at http://paraview.org/Wiki/ParaView/Users_Guide/Table_Of_Contents which may help you. Andy On Wed, Mar 16, 2011 at 1:17 PM, melvin_mm melvin...@gmx.de wrote:

Re: [Paraview] CoProcessing: Could not find whole extent in input

2011-03-16 Thread Andy Bauer
Pat Marion did some work on that but it hasn't made it into the main paraview repo yet. You can see a video at http://patmarion.com/pv/live -vis.mp4 or http://patmarion.com/pv/live-vis.ogv. It will eventually make it into ParaView but I don't know what the timeline for that is. Andy On Wed,

Re: [Paraview] loading nc formatted data

2011-03-18 Thread Andy Bauer
Hi Simon, Replies below... On Thu, Mar 17, 2011 at 12:41 PM, Simon Su newsgroup4...@gmail.com wrote: Hi All, ftp://ftp.gfdl.noaa.gov/pub/sms/4ParaView/1.png ftp://ftp.gfdl.noaa.gov/pub/sms/4ParaView/2.png ftp://ftp.gfdl.noaa.gov/pub/sms/4ParaView/3.png the above are screen shot from

Re: [Paraview] Compilation problem : Bad value

2011-03-18 Thread Andy Bauer
My guess is that some library rodata is getting built without the -fPIC flag. If you built that yourself then you should rebuild that with that compile flag. If not, try adding -fPIC to your CMAKE_CXX_FLAGS and CMAKE_C_FLAGS during configuration. Andy On Fri, Mar 18, 2011 at 12:09 PM, Gil

Re: [Paraview] PlotOverLine too verbose in 3.10

2011-03-21 Thread Andy Bauer
You can go to the Display tab to choose which variables to plot. I'm not sure about the error message as I wasn't able to reproduce that although I didn't really try :) Andy On Mon, Mar 21, 2011 at 12:05 PM, Randy Heiland heil...@indiana.edu wrote: Hello, I'm confused with the output of the

Re: [Paraview] loading nc formatted data

2011-04-20 Thread Andy Bauer
is proper or a screen shot of a properly rendered vis of the CF convention file? thank you very much -simon On Wed, Mar 23, 2011 at 10:47 PM, Andy Bauer andy.ba...@kitware.comwrote: FYI: I will take care of the wrong documentation. Not today and probably not tomorrow but soon :) Andy

Re: [Paraview] Single Reader to Multiple Views

2011-05-04 Thread Andy Bauer
I would think that it's possible but would take a bit of programming to work properly. If I were to try that I'd first look at the SLAC reader plugin as that does something fairly similar. Somebody else can probably give you better direction but the SLAC reader is a decent start. Andy On Wed,

Re: [Paraview] [Paraview-developers] ParaView Co-Processing docs

2011-05-06 Thread Andy Bauer
-- *From:* Andy Bauer [andy.ba...@kitware.com] *Sent:* Friday, May 06, 2011 15:28 *To:* Grzegorz Karch *Cc:* paraview-develop...@paraview.org *Subject:* Re: [Paraview-developers] ParaView Co-Processing docs Hi Grzegorz, If you're planning on going

Re: [Paraview] Hiding Cells

2011-05-13 Thread Andy Bauer
Have you tried the threshold filter to remove the lines for you? On Fri, May 13, 2011 at 2:41 PM, Brian C. Panneton (CONTR) brian.c.panneton@us.army.mil wrote: I have a reader plugin that has a group of VTK_LINES that exist between points. The color of these lines represent statistical

Re: [Paraview] Displaying netcdf data

2011-05-21 Thread Andy Bauer
Hi, There are several NetCDF readers in ParaView. The problem is that NetCDF isn't a single file format but a method/library for storing and retrieving data. A convention must be specified to figure out how to interpret that data. What convention is your file? You can do ncdump -h filename to

Re: [Paraview] Non parallel filters under MPI

2011-05-24 Thread Andy Bauer
It's difficult to figure out what you're trying to do as I'm not sure what a seed connectivity filter should do. Is the algorithm dependent on the input grid? In general the grid will be partitioned across multiple processes. Andy 2011/5/24 Jorge Gerardo Peña Pastor jorge.pena.pas...@gmail.com

Re: [Paraview] Possible NetCDF conflict?

2011-05-26 Thread Andy Bauer
Hi Adriano, I wrote the vtkNetCDFCAMReader and I'm using the C++ API to NetCDF in that reader. The NcVar::name() method is used in that code. Instead of using the standard netcdf c++ header file you can include vtk_netcdfcpp.h instead. A couple of finer points that may or may not affect you:

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

2011-06-16 Thread Andy Bauer
You could interactively run through the scripts with pvpython and then use dir() and help() to figure out how to write out the information properly. You'll probably need to do something like: SetActiveSource(the filter that connects to your writer) writer = XMLPolyDataWriter() # most writers take

  1   2   3   4   5   6   7   8   >