Re: [Paraview] [EXTERNAL] Paraview 5.2.0: max time limit of 4095 for annotated .vtu file?

2017-01-31 Thread David.Benn
Thanks Alan.

Joachim Pouderoux replied shortly before you did, asking if I was willing to 
create a merge request and also noting that since this is a VTK related issue, 
it should be reported to the VTK tracker instead.

I'm happy to create a merge request (I'm assuming we're talking about a 
GitHub/Bitbucket style git pull request), but should we instead be doing this 
via the VTK gitlab rather than Paraview as Joachim mentions?

Alan, Joachim: please feel free to let me know what procedure to follow and 
I'll go with that.

Thanks.

David

From: Scott, W Alan [mailto:wasc...@sandia.gov]
Sent: Thursday, 26 January 2017 4:31 AM
To: Benn, David (IM&T, Waite Campus) ; 
paraview@paraview.org
Subject: RE: [EXTERNAL] [Paraview] Paraview 5.2.0: max time limit of 4095 for 
annotated .vtu file?

Thanks!  You definitely did a good job with that bug report!

Alan

From: david.b...@csiro.au 
[mailto:david.b...@csiro.au]
Sent: Wednesday, January 25, 2017 12:32 AM
To: Scott, W Alan mailto:wasc...@sandia.gov>>; 
paraview@paraview.org
Cc: david.b...@csiro.au
Subject: RE: [EXTERNAL] [Paraview] Paraview 5.2.0: max time limit of 4095 for 
annotated .vtu file?

I have submitted an issue for this:

  https://gitlab.kitware.com/paraview/paraview/issues/17135

David

From: Benn, David (IM&T, Waite Campus)
Sent: Tuesday, 24 January 2017 5:25 PM
To: 'Scott, W Alan' mailto:wasc...@sandia.gov>>; 
paraview@paraview.org
Cc: Benn, David (IM&T, Waite Campus) 
mailto:david.b...@csiro.au>>
Subject: RE: [EXTERNAL] [Paraview] Paraview 5.2.0: max time limit of 4095 for 
annotated .vtu file?

Hi Alan

Sure, will do. I have also tested a solution.

David

From: Scott, W Alan [mailto:wasc...@sandia.gov]
Sent: Tuesday, 24 January 2017 8:23 AM
To: Benn, David (IM&T, Waite Campus) 
mailto:david.b...@csiro.au>>; 
paraview@paraview.org
Subject: RE: [EXTERNAL] [Paraview] Paraview 5.2.0: max time limit of 4095 for 
annotated .vtu file?

Looks like a bug.  Mind writing it up?  If you can give the developers a way to 
replicate the bug, it will significantly increase the chance it will be looked 
at...

https://gitlab.kitware.com/paraview/paraview/issues

Thanks,

Alan

From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of 
david.b...@csiro.au
Sent: Friday, January 20, 2017 12:02 AM
To: paraview@paraview.org
Subject: [EXTERNAL] [Paraview] Paraview 5.2.0: max time limit of 4095 for 
annotated .vtu file?

Upon loading an annotated .vtu file with TimeStep annotations such as this into 
Paraview 5.2.0 (under 64 bit SUSE Linux):



I see the following:

[cid:image001.png@01D27C8B.17384DF0]

such that a maximum of 4095 time steps are available, as opposed to the 
expected 10,560 time steps.

When the non-annotated .vtu file is loaded, the expected number of frames are 
visible.

Is there some inherent limitation within Paraview that prevents more than 4095 
time steps from being loaded/visualised?

Thanks.

David
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview


Re: [Paraview] Paraview Live Visualisation C++ Pipeline

2017-01-31 Thread Andy Bauer
Hi,

Please keep the discussion on the mailing list so that anyone can
participate (also, stuff gets lost in my Inbox too).

The ParaView Catalyst Users Guide at
http://www.paraview.org/files/catalyst/docs/ParaViewCatalystUsersGuide_v2.pdf
has information on how to use the Live functionality. It's in Section 2.3.

Best,
Andy

On Thu, Jan 26, 2017 at 12:29 PM, Kohlhase, Simon 
wrote:

> Hi,
>
>
>
> thanks a lot for the quick respons.
>
> At least now we know that there’s no point to keep on trying.
>
>
>
> I’ll try to build and install it myself then.
>
>
>
> Is there any previous thread where I can find out more about the
> simulation + catalyst linking to a parallel server?
>
>
>
> Best regards,
>
> Simon
>
>
>
> *From:* Andy Bauer [mailto:andy.ba...@kitware.com]
> *Sent:* Donnerstag, 26. Januar 2017 16:22
> *To:* Kohlhase, Simon 
> *Cc:* paraview@paraview.org; felix.henner...@gmail.com; Damerow, David <
> david.dame...@tum.de>
> *Subject:* Re: [Paraview] Paraview Live Visualisation C++ Pipeline
>
>
>
> Hi,
>
> Currently the Live functionality only works when ParaView is built with
> Python bindings. My suggestion would be to build ParaView yourself. That
> should be much easier than trying to put in a C++ pipeline that can deal
> with the Live functionality properly.
>
> As for building ParaView, you may want to look into using the ParaView
> Superbuild (https://gitlab.kitware.com/paraview/paraview-superbuild/)
> which will also build all needed dependencies. The dependencies are
> probably all there though since you've said that ParaView is already
> installed there.
>
> I'm not sure the set up you're looking for but if you want to run with the
> simulation+Catalyst linking to a parallel pvserver on the cluster which
> then connects to a client, you may want to use ParaView master. The reason
> for this is that there was a bug that had all of the simulation+Catalyst
> nodes only being able to communicate with a single pvserver node (multiple
> pvserver processes though). If you only want to connect the
> simulation+Catalyst to the GUI client or pvserver processes on a single
> node then 5.2 should work fine for you.
>
> Best,
>
> Andy
>
>
>
> On Thu, Jan 26, 2017 at 9:53 AM, Kohlhase, Simon 
> wrote:
>
> Hi,
>
>
>
> for a University Project we’re trying to run Paraview Live Simulation on
> the local cluster-network. Unfortunately the network only has a Paraview
> version without python-binding installed, therefore we would like to run
> the LiveSimulation with a C++-coded Pipeline Skript.
>
>
>
> As far as we understood, to make it work we have to rewrite the following
> lines from the PythonPipeline Script to C++, which turns out to be quite
> challenging:
>
>
>
> coprocessor.UpdateProducers(datadescription)
>
> # Write output data, if appropriate.
>
> coprocessor.WriteData(datadescription);
>
> # Live Visualization, if enabled.
>
> coprocessor.DoLiveVisualization(datadescription, "localhost", 2)
>
>
>
> We tried the following:
>
>
>
> //INITIALIZE
>
> vtkNew link;
>
> vtkSMProxyManager* proxyManager;
>
> vtkSMSessionProxyManager* sessionProxyManager;
>
> link -> SetInsituPort(2);
>
> link -> SetHostname("localhost");
>
> proxyManager = vtkSMProxyManager::GetProxyManager();
>
> sessionProxyManager = proxyManager->GetActiveSessionProxyManager();
>
> link -> Initialize(sessionProxyManager);
>
>
>
> // Initialize returns 1, therefore connection established properly
>
>
>
> //Then we tried to coprocess with the following code:
>
> vtkNew writer;
>
> writer->SetInputConnection(producer->GetOutputPort());
>
> vtkSMProxy* proxy = sessionProxyManager->NewProxy(
> "insitu_writer_parameters","XMLPImageDataWriter");
>
> vtkSMInputProperty* property = (vtkSMInputProperty*) proxy ->
> GetProperty("Input");
>
>
>
> //set input of proxy to our writer or datadescription – DOESN’T WORK
>
> while(true){
>
>   link->InsituUpdate(dataDescription->GetTime(),
> dataDescription->GetTimeStep());
>
>   //update pipeline
>
>   link->InsituPostProcess(dataDescription->GetTime(),
> dataDescription->GetTimeStep());
>
>   if(link->GetSimulationPaused()){
>
> if(link->WaitForLiveChange()){
>
>   break;
>
> }
>
>   } else{
>
> break;
>
> }
>
>   }
>
>
>
> So how are we supposed to get the data from our simulation into the Proxy?
>
> We have been trying and searching the documentation for the right
> functions, but we can’t figure out how to do it.
>
>
>
> We would really appreciate some help ;-)
>
>
>
> Best regards,
>
> Simon Kohlhase
>
>
> ___
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/
> opensource/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Search the list archives at: http://markmail.org/search/?q=ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/paraview
>
>
>
__

Re: [Paraview] Ansys to ParaView

2017-01-31 Thread Christopher Neal
Hi Anxo,

I believe that Ansys supports the export of the solution(geometry and
results) to the EnSight format. Paraview can read the EnSight Gold format.
You may want to try to get ANSYS to export to EnSight and see if it works.

Christopher Neal
Research Engineer
Streamline Numerics, Inc.

On Tue, Jan 31, 2017 at 5:15 AM, Anxo Martínez Domínguez <
semprece...@gmail.com> wrote:

> Anybody knows how to export the model and the results from ANSYS to
> ParaView?
>
> Thank you in advance.
>
> ___
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/
> opensource/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Search the list archives at: http://markmail.org/search/?q=ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/paraview
>
>


--
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview


Re: [Paraview] data are read but not displayed

2017-01-31 Thread Andy Bauer
Can you share your data set? It will be difficult to diagnose without that
information.

Also, I'd strongly suggest upgrading to ParaView 5.2 instead of just the
release candidate.



On Tue, Jan 31, 2017 at 7:52 AM, sinan shabib via ParaView <
paraview@paraview.org> wrote:

> Hi all,
>
> I´m using: *Paraview 5.2.0-RC1 , 64 bit.*
>
> All fields data are being read but not displayed, that is, fields
> displayed in only one color.
> When I use find data function, I can see the data.
> This happens only with: velocity & pressure.
>
> Is it a bug or VTK has been corrupted or something else ?
>
> Thanks in advance.
>
> ___
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/
> opensource/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Search the list archives at: http://markmail.org/search/?q=ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/paraview
>
>
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview


Re: [Paraview] Point cloud to structured mesh

2017-01-31 Thread Moreland, Kenneth
The most direct approach is probably to use the Gaussian Resampling filter.

Another approach is to run the Delaunay 3D filter and then run the resample to 
image filter.

-Ken

From: ParaView  on behalf of Walter Scott 

Date: Monday, January 30, 2017 at 4:19 PM
To: "paraview@paraview.org" 
Subject: [EXTERNAL] [Paraview] Point cloud to structured mesh

Is it possible to convert a point cloud to a structured mesh or an image stack 
in ParaView?

Thanks,

Alan


___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview


Re: [Paraview] Generate IDs

2017-01-31 Thread Moreland, Kenneth
Daniel,

As you have discovered, trying to “connect” data sets in this way after the 
clip filter is applied is problematic because it changes the locations of 
points and the structure of cells. It makes the grids no longer isomorphic or 
sub-isomorphic.

I would suggest one of two approaches. The first approach would be to combine 
all the data arrays into one data set before doing any of the extractions, 
thresholds, or clips. If all your arrays are on data sets with the exact same 
grid structure, then you can use the append attributes filter to combine the 
arrays of all these data sets into a single data set. Then the arrays will 
simply be available from the output of the clip.

If that approach will not work for some reason, a second approach is to use the 
resample with dataset filter. You can use this to sample the other data sets 
onto the clipped data set, which I think in the end gives you the effect you 
are looking for.

-Ken


From: ParaView  on behalf of Daniel Frisch 

Date: Tuesday, January 31, 2017 at 1:20 AM
To: "paraview@paraview.org" 
Subject: [EXTERNAL] [Paraview] Generate IDs

Hello, I want to

- open an unstructured grid,
- view a sub-volume using the Threshold filter that selects a certain material
- apply some Clip filters to remove unwanted parts
- select everything I am seeing now
- and create an "Extract Selection" filter that can be used for other vtk files 
containing the same unstructured grid but other data arrays.

But the "GenerateIDs" filter removes the material array from the dataset so I 
can't apply the Threshold filter anymore. I see the "Extract Selection" works 
only with the current IDs anyway that are different from the original cell IDs 
due to the Clip filters.

How can I have a filter that extracts a certain set of cells that I define and 
apply it to other .vtk files?

Thank you very much in advance,
Daniel
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview


[Paraview] data are read but not displayed

2017-01-31 Thread sinan shabib via ParaView
Hi all,
I´m using: Paraview 5.2.0-RC1 , 64 bit.
All fields data are being read but not displayed, that is, fields displayed in 
only one color.When I use find data function, I can see the data.This happens 
only with: velocity & pressure.

Is it a bug or VTK has been corrupted or something else ?
Thanks in advance.
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview


[Paraview] Ansys to ParaView

2017-01-31 Thread Anxo Martínez Domínguez
Anybody knows how to export the model and the results from ANSYS to
ParaView?

Thank you in advance.
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview


Re: [Paraview] Writer plugin with selection of data arrays to output

2017-01-31 Thread Sergey Alexandrov
Hi Dennis,

Thanks for the suggestion! Honestly, at first I was skeptical about your
advice because it looked very
similar to my first solution that I outlined in the beginning of this
thread. However, as soon as I examined
the XML code for the PassArrays filter, I realized that this is exactly
what I need. It uses some built-in
ParaView magic to fill the list with data array names, so there is no need
for me to "inject" my custom
code to populate it. Neat!

Thanks again!

Cheers,
Sergey


On Mon, Jan 30, 2017 at 8:31 PM, Dennis Conklin  wrote:

> Sergey,
>
>
>
> You could combine the PassArrays filter and your custom writer into a
> Custom Filter and then Expose the properties of Cell Data Arrays and Point
> Data Arrays from the PassArray filter within your Custom Filter.
>
>
>
> This would allow your users to select which arrays to pass and write them
> out – I think this would do exactly what you want, but you should test it.
>
>
>
> Dennis
>
> ___
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/
> opensource/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Search the list archives at: http://markmail.org/search/?q=ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/paraview
>
>
___
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview