[Paraview] Portable formats

2009-01-20 Thread j s
Hello, I was wondering what everyone would consider to be the most portable format for: 1. multi-zone 2. unstructured 3. 2d or 3d mesh data. Thanks Everyone, Juan ___ ParaView mailing list ParaView@paraview.org http://www.paraview.org/mailman/listinf

Re: [Paraview] Portable formats

2009-01-20 Thread j s
. Juan On Tue, Jan 20, 2009 at 7:55 PM, Berk Geveci wrote: > Hi Juan, > > Please direct your questions to the ParaView mailing list instead of > me. I believe that we will have some sort of CGNS support in the next > release. It may take some time to mature though. > > -berk

[Paraview] elements to write for visualization

2009-07-25 Thread j s
Hello, I'm not familiar with all of the plugins in paraview, but I am wondering whether I need to write lower order elements in my vtk files for flexibility. All of my data is point based. I am thinking that: if 1d: Write Lines if 2d: Write Triangles if 3d: Write Tetrahedron Would

Re: [Paraview] elements to write for visualization

2009-07-27 Thread j s
swer is no? Regards, Juan > > > > On 7/25/09 9:53 AM, "j s" wrote: > > Hello, > > I'm not familiar with all of the plugins in paraview, but I am wondering > whether I need to write lower order elements in my vtk files for > flexibility. > >

Re: [Paraview] elements to write for visualization

2009-07-27 Thread j s
he one > tetrahedron. The topology of the four triangular faces is implicit in the > topology of the tetrahedron. Including them explicitly would be > counterproductive. > > -Ken > > > On 7/27/09 11:50 AM, "j s" wrote: > > On Mon, Jul 27, 2009 at 11:26 AM, More

[Paraview] Fwd: Baffled by "floating point exceptions" in ParaView 3.6.1

2009-07-30 Thread j s
I had meant to send this to the list, instead of just Randall. -- Forwarded message -- From: j s Date: Thu, Jul 30, 2009 at 9:03 AM Subject: Re: [Paraview] Baffled by "floating point exceptions" in ParaView 3.6.1 To: Randall Hand If you are running it in gdb, you mig

Re: [Paraview] Fwd: Baffled by "floating point exceptions" in ParaView 3.6.1

2009-08-06 Thread j s
me failures of 3.6.1 that was related to >> an older version of the nVidia driver. We didn't see floating point >> exceptions, though - we saw socket errors related to the client-server >> connection. Moving to a newer version of the nVidia driver on the client >> si

Re: [Paraview] Fwd: Baffled by "floating point exceptions" in ParaView 3.6.1

2009-08-06 Thread j s
A google search for "0x in ?? ()" and open mpi gets a lot of hits. Juan On Thu, Aug 6, 2009 at 3:55 PM, j s wrote: > Looking online, that is a nasty FPE, since it is a result of an integer > operation, not a floating point operation. > > This is occuring

Re: [Paraview] Fwd: Baffled by "floating point exceptions" in ParaView 3.6.1

2009-08-06 Thread j s
then "run" and "bt" once it died. > > > -- > Randall Hand > Visualization Scientist > http://www.yeraze.com > http://www.vizworld.com > > > On Thu, Aug 6, 2009 at 3:55 PM, j s wrote: > >> Looking online, that is a nasty FPE, since it is a res

Re: [Paraview] Fwd: Baffled by "floating point exceptions" in ParaView 3.6.1

2009-08-06 Thread j s
You may be able to try setting the environment variable: MALLOC_CHECK_ to 2 and the program should abort on the first instance of heap corruption. Regards, Juan On Thu, Aug 6, 2009 at 4:40 PM, j s wrote: > I'm not sure if a function is being called through a null pointer, or

Re: [Paraview] greek letters

2009-09-07 Thread j s
There is already for a bug for unicode support. http://www.paraview.org/Bug/view.php?id=7397 utf-8 is the most natural extension of ascii as codes 0-127 are encoded as normal ascii. If there is an eps driver for paraview, the Latex package, psfrag, can be used to substitute equations for text. O

Re: [Paraview] greek letters

2009-09-13 Thread j s
I think that UTF-8 support is the low hanging fruit, since you are getting all the i18n characters which QT already supports. Beyond superscripts and subscripts, typesetting is a much larger effort, and is best handled by external tools by post processing the images. Juan On Sun, Sep 13, 2009 at

[Paraview] mixing point data and cell centered data

2009-11-23 Thread j s
Hello, I am using the multi-block dataset format. I was wondering if it was possible to mix point data and cell centered data in the same region? Regards, Juan ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kit

Re: [Paraview] mixing point data and cell centered data

2009-11-23 Thread j s
That's what I mean by mixing. Thanks, Juan On Mon, Nov 23, 2009 at 2:52 PM, Moreland, Kenneth wrote: > You can define both point and cell data in any block. What else do you > mean by mixing? > > -Ken > > > > On 11/23/09 11:35 AM, "j s" wrote: &g

[Paraview] best strategy for multi-block data?

2011-07-25 Thread j s
Hi, I am currently using the multiblock dataset (vtm file) format to have multiple unstructured regions (vtu files). Not all of the fields are available in all of the regions. When I try to use a calculator to calculate a field, I am getting errors for fields which don't exist in each region. S

Re: [Paraview] best strategy for multi-block data?

2011-07-26 Thread j s
hat you want. > > Andy > > On Mon, Jul 25, 2011 at 2:10 PM, j s wrote: >> >> Hi, >> >> I am currently using the multiblock dataset (vtm file) format to have >> multiple unstructured regions (vtu files).  Not all of the fields are >> availab

Re: [Paraview] best strategy for multi-block data?

2011-07-27 Thread j s
, Juan On Tue, Jul 26, 2011 at 8:19 PM, Andy Bauer wrote: > It may be easiest just to link to the VTK libraries and create > vtkDataObjects and then use the vtkXMLMultiBlockDataWriter. > > Andy > > On Tue, Jul 26, 2011 at 11:21 AM, j s wrote: >> >> Thank you tha

Re: [Paraview] PYTHONPATH paraview modules WindowsXP64bit

2011-07-31 Thread j s
Which python interpreter are you using? Is it a 64-bit python interpreter? Regards, Juan On Fri, Jul 29, 2011 at 2:13 PM, wrote: > Paraview folks, >   I am building an application in Python and I'm hoping to use paraview's > python > scripting abilities to generate plots from the data it pro