[Paraview] Direct link to ParaView sources not working with wget

2015-09-25 Thread Schlottke-Lakemper, Michael
Dear ParaView team, Maybe it’s just something that’s bothering me, but whenever I need to install a new version of ParaView on our cluster, I have to first download it to my client and then scp it to the final destination. Trying to use wget to get the sources using the “Show direct link" featu

Re: [Paraview] ParaViewWeb - Issues with Loading ASCII STL file & Rendering the Output Fields

2015-09-25 Thread Scott Wittenburg
On Fri, Sep 25, 2015 at 3:24 PM, kai liu wrote: > Dear Scott: > > I do not have problems setting the representation to "Surface" with color > "T" in local deprecated rendering mode. However, I do get the same error > message with representation set to "Surface with edges" or "Wireframe" with > c

Re: [Paraview] ParaViewWeb - Issues with Loading ASCII STL file & Rendering the Output Fields

2015-09-25 Thread kai liu via ParaView
Dear Scott: I do not have problems setting the representation to "Surface" with color "T" in local deprecated rendering mode. However, I do get the same error message with representation set to  "Surface with edges" or "Wireframe" with color "T" in local deprecated rendering.  But "Surface with

Re: [Paraview] ParaViewWeb - Issues with Loading ASCII STL file & Rendering the Output Fields

2015-09-25 Thread Scott Wittenburg
Hello Kai, So in doing some more testing it seems, that the problem may actually be with the webgl exporter when you set the representation to "Surface with edges". Can you try to see if you have the problem with just "Surface"? In that case, there is potentially a bug in the geometry exporter

Re: [Paraview] ParaViewWeb - Issues with Loading ASCII STL file & Rendering the Output Fields

2015-09-25 Thread Scott Wittenburg
Hello Kai, Regarding the data files you shared, I did some testing and found some things out: 1) Regarding using local rendering on the cube data file: It seems that with local rendering, we may not properly handle coloring by arrays where the data range is 0 (e.g. the range of T in your case

Re: [Paraview] 400GB dataset out of memory on 1k cores?

2015-09-25 Thread Berk Geveci
Thanks Anton. We are looking at alternative ways of doing this. For reference, the algorithm we are looking at is this: http://www.vtk.org/doc/nightly/html/classvtkDiscreteMarchingCubes.html Best, -berk On Fri, Sep 25, 2015 at 4:28 AM, Anton Shterenlikht wrote: > >From berk.gev...@kitware.com

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] LIMIT STREAMLINES IN STREAM TRACER WITH CUSTOM SOURCE FILTER

2015-09-25 Thread Gaspare Argento
Hi all, I would like to know if there is a way to limit the number of streamlines generated when using the Stream Tracer with custom source filter. By default, it generates a streamline for each cell in the chosen seed source. This is often not so convenient, because the resulted streanlines are t

Re: [Paraview] 400GB dataset out of memory on 1k cores?

2015-09-25 Thread Anton Shterenlikht
>From berk.gev...@kitware.com Tue Sep 22 19:18:53 2015 > >Hmmm. We are not exactly on the same wavelength :-) When you run a >threshold filter, you indeed get a volume with all the cells of a given >grain id. However, when you show it as a Surface (the default mode), >ParaView extracts the outer su