Re: [Paraview] Detect Catalyst extraction from within a coprocessor

2018-02-27 Thread Michalke, Simon
Hi Andy, our optimization software is able to stream live results via http when configured. This stream is pointed at a continuous running webservice that saves the current progress. A user can for example view the current scalar variables over the steps to make sure the problem converges: ht

Re: [Paraview] Detect Catalyst extraction from within a coprocessor

2018-02-27 Thread Andy Bauer
Hi Simon, Currently there's nothing that allows the coprocessor to get information that the user has clicked on the extract icon during a Catalyst Live connection. You may be able to hack in a solution though by looking at either vtkLiveInSituLink ( https://www.paraview.org/ParaView/Doc/Nightly/ww

[Paraview] Detect Catalyst extraction from within a coprocessor

2018-02-27 Thread Michalke, Simon
Hi, is there any way that the coprocessor can detect if the catalyst user clicks on the extract icon? Something like a function that sleeps until a new coprocess steps needs to be done. Or do I have to continuously poll the catalyst client if it needs a new batch of data transmitted? Simon _