[Paraview] Using streamtracer/gradient filters on "multi-block" data set

2011-03-01 Thread Sohail Shafii
Hi, I've read in a CAS file, which Paraview read in a Multi-block dataset, which contains within it a unstructured grid. Initially I had a problem where all of the data items were one-tuple arrays.  So I created a UVW (3-tuple velocity) array and added it to the pipeline this way using a Pyth

Re: [Paraview] Using streamtracer/gradient filters on "multi-block" data set

2011-03-01 Thread Berk Geveci
By any chance, does this multi-block dataset contain a block that does not have arrays (scalars and/or vectors)? That's probably why those filters are disabled. You can always use Extract Blocks to extract the block you are interested in and then apply the filter. As for the Programmable Filter, if

Re: [Paraview] Using streamtracer/gradient filters on "multi-block" data set

2011-03-01 Thread Sohail Shafii
n the gaps. Sohail --- On Tue, 3/1/11, Berk Geveci wrote: From: Berk Geveci Subject: Re: [Paraview] Using streamtracer/gradient filters on "multi-block" data set To: "Sohail Shafii" Cc: paraview@paraview.org Date: Tuesday, March 1, 2011, 5:07 PM By any chance, does

Re: [Paraview] Using streamtracer/gradient filters on "multi-block" data set

2011-03-02 Thread Berk Geveci
( 1 1 1 1 1 0 0 ) > > Pass Through Flags: ( 1 1 1 1 1 1 1 ) > > Scalars: (none) > > Vectors: (none) > > Normals: (none) > > TCoords: (none) > > Tensors: (none) > > GlobalIds: (none) > > PedigreeIds: (none) > > Bounds: > > Xmin,Xmax: (

Re: [Paraview] Using streamtracer/gradient filters on "multi-block" data set

2011-03-02 Thread Sohail Shafii
tried: p, li { white-space: pre-wrap; }output.GetPointData().SetVectors(UVWArray) Didn't work either. Something is still not right here... Sohail --- On Wed, 3/2/11, Berk Geveci wrote: From: Berk Geveci Subject: Re: [Paraview] Using streamtracer/gradient filters on "multi-block&quo

Re: [Paraview] Using streamtracer/gradient filters on "multi-block" data set

2011-03-09 Thread Sohail Shafii
, I wouldn't face any issues.  But for some reason I still do -- maybe that requirement is unfulfilled? If anyone has any ideas, please let me know. Sohail --- On Wed, 3/2/11, Sohail Shafii wrote: From: Sohail Shafii Subject: Re: [Paraview] Using streamtracer/gradient filters on "