Re: [Paraview] Connect ParaViewWeb to Catalyst

2016-05-29 Thread Sebastien Jourdain
Hi Sven, Thanks for your feedback. I'm even surprised to see my name on that Python file. I definitely forget about it and I'm not even sure to know what it is doing, but it is probably a good start. Regrading your comment on ./VTK/Web/Javascript/Widgets/CatalystBrower/*, it is not meant to be

Re: [Paraview] Connect ParaViewWeb to Catalyst

2016-05-28 Thread Sven Kramer
Dear catalyst users, I am sorry I cannot document the detailed steps how to set up the catalyst to paraviewweb connection, bescause I am only experimenting how to get it right at the moment. I have received several emails asking for guidance, but I would like to ask you to pose your questions on

Re: [Paraview] Connect ParaViewWeb to Catalyst

2016-05-25 Thread Adam Lyon
Hi Sven - I'm very interested in how you got catalyst to work with paraviewweb. Can you post your code somewhere (or send me a tar file or something)? I would very much appreciate that. Thanks very much! -- Adam *--* *Adam L. Lyon* *Scientist; Associate Division Head for Systems for

Re: [Paraview] Connect ParaViewWeb to Catalyst

2016-05-23 Thread Sebastien Jourdain
Hi Sven, What you did is what I was planning to do. Maybe cleaner, but that's it. So the end integration could be slightly different, but the core will be the same. On a side note, we will never call a "Qt" code from Python. As we are note expecting the GUI to be build for ParaViewWeb. Seb On

Re: [Paraview] Connect ParaViewWeb to Catalyst

2016-05-23 Thread Sven Kramer
Sure, I would share the code. But as I said, I haven't done anything more than wrapping pqCatalystConnectReaction::connect() and hacking several lines in the python rpc server, which are probably not done right. If it helps, I can try to reconstruct all the lines I have modified and clean up the

Re: [Paraview] Connect ParaViewWeb to Catalyst

2016-05-22 Thread Sebastien Jourdain
Glad to ear that you managed to get something going. If you feel like sharing your code, we might be able to provide some integration into ParaView and/or ParaViewWeb proper. Seb On Sat, May 21, 2016 at 11:53 AM, Sven Kramer wrote: > Thank you, Seb, > it seems like I am

Re: [Paraview] Connect ParaViewWeb to Catalyst

2016-05-21 Thread Sven Kramer
Thank you, Seb, it seems like I am getting it to work. There are still some difficulties because of my limited javascript experience, but with some quick workarounds I do have the Catalyst output displayed from ParaViewWeb. As you said, nothing else was required than wrapping the C functions in

Re: [Paraview] Connect ParaViewWeb to Catalyst

2016-05-20 Thread Sebastien Jourdain
Hi Sven, I am not aware on any specific developer documentation for Catalyst on the ParaView side (but I haven't worked on that subject for years), although Utkarsh or Andy might know. Usually looking at the code and redoing it in the Python world is what is required, but as I said, I'm not sure

Re: [Paraview] Connect ParaViewWeb to Catalyst

2016-05-20 Thread Sven Kramer
Hello Seb, glad to read your answer. So the problem is not only that I was unable to find the relevant information. You say, you have not (yet) written the required code. Does "not (yet)" mean that it is on the agenda maybe within the next half year? Then I could find a workaround and look

Re: [Paraview] Connect ParaViewWeb to Catalyst

2016-05-20 Thread Sebastien Jourdain
Hi Sven, Live catalyst connection require a specific socket connection to the in-situ process with some special handling. We did not (yet) wrote the Python code to perform that specific action for ParaViewWeb so it could be triggered by the web client or configured via an argument at launch time.

[Paraview] Connect ParaViewWeb to Catalyst

2016-05-19 Thread Sven Kramer
Hello, I am looking for the recommended steps how to display an in-situ (live) Catalyst simulation through ParaViewWeb. After some efforts I am able to run ParaViewWeb successfully and I can view a Catalyst-enabled simulation in paraview. I hope, it is also possible to show the live Catalyst