<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
</head>
<body>
<div>In both python scripts ("feslicecinema" and "feslicescript") I found a line
<br />
<br />
coprocessor.EnableLiveVisualization(False)
<br />
<br />
where I changed the argument to True. As a result, during the "CxxFullExampleTest" (first test) I can now visualize the
simulation in Paraview.
<br />
Only the second test, "CxxFullExampleCinemaTest", produces following errors when I start a connection to Catalyst
(output from within PV):
<br />
<br />
Warning: In C:\Kitware\ParaView-v5.1.2\ParaViewCore\ServerManager\Core\vtkSMProxy.cxx, line 879
<br />
vtkSMSourceProxy (00000189F59B6FE0): Proxy (filters, ImageResampling)  has been deprecated in ParaView 5.1 and
will be removed by ParaView 5.2. Please use "Resample To Image" instead instead of "ImageResampling" filter.
<br />
<br />
ERROR: In C:\Kitware\ParaView-v5.1.2\VTK\Common\ExecutionModel\vtkDemandDrivenPipeline.cxx, line 810
<br />
vtkPVPostFilterExecutive (00000189F6464AB0): Input for connection index 0 on input port index 0 for algorithm
vtkPVPostFilter(00000189F67780D0) is of type vtkDataObject, but a vtkPolyData is required.
<br />
<br />
ERROR: In
C:\Kitware\ParaView-v5.1.2\ParaViewCore\ServerManager\Rendering\vtkSMParaViewPipelineControllerWithRendering.cxx, line
549
<br />
vtkSMParaViewPipelineControllerWithRendering (00000189F4D94320): Data cannot be shown in the defaulted render view!!
<br />
<br />
<br />
By the way, I am using Visual C++ 2010 and 2015 compilers (each produced the same errors described in my last message).
<br />
<br />
Kind regards,
<br />
Thomas
<br />
<br />
 
<div>
<div>Am Mittwoch, 14. September 2016 19:38 schrieb Andy Bauer <andy.bauer@kitware.com>:
<br />
 </div>
<blockquote type="cite">
<div>
<div dir="ltr">
<div>
<div>
<div>
<div>In the Catalyst Python script there should be a line like the following:
<br />
coprocessor.EnableLiveVisualization(True, 1)
<br />
 </div>
If the first argument to this function is False then it will not try to establish a Live connection to a PV GUI.
<br />
 </div>
Thanks for the bug report. By the way, which compiler are you using?
<br />
 </div>
Best,</div>
Andy</div>
<div> 
<div>On Wed, Sep 14, 2016 at 1:11 PM, <span dir="ltr"><<a href=
"mailto:thomasblome@startmail.com">thomasblome@startmail.com</a>></span> wrote:
<blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div>Hello,
<br />
<br />
In retrospect the problem was easly fixed by setting the path system variable to the directory containing the
aforementioned libraries, but now I found out what the main problem is:
<br />
<br />
What I first tried was to open CatalystCxxFullExample.sln in VS and then to run the RUN_TESTS project which was
successful (both tests passed).
<br />
While the tests were running I opened up Paraview and started a connection to Catalyst via port 22222, as described in
the catalyst users guide.
<br />
But nothing happened, the GUI pipeline stayed empty, which I expected to show some pipeline modules to be able to
visualize the current state of the simulation progress.
<br />
<br />
I assumed that RUN_TESTS just performs some tests in the background and produces .pvtp output files of the simulation,
but no actual visualization is possible, thats why I tried this rather awkward way by running the example using the
windows cmd shell as described below.
<br />
<br />
But when I start RUN_TESTS for the CFullExample, it is indeed possible to set up a connection in Paraview while the
simulation is running - it shows a cube in the ouput window.
<br />
<br />
I guess the CxxFullExample should also yield some graphical output. Is there another way to get the example going (to
visualize it in Paraview during the simulation)?
<br />
<br />
P.S.:
<br />
- Compiling the CxxFullExample produces "Error C2039 'back_inserter': is not a member of 'std' CxxFullExample", which
one has to fix manually by including "iterator.h" in FEDataStructures.cpp (pertains to other Catalyst examples too)
<br />
<br />
 
<div>
<div>Am Dienstag, 13. September 2016 19:46 schrieb Andy Bauer <<a href=
"mailto:andy.bauer@kitware.com">andy.bauer@kitware.com</a>>:
<br />
 </div>
<blockquote type="cite">
<div>
<div dir="ltr">
<div>
<div>
<div>Hi,
<br />
 </div>
Please keep the discussion on the paraview mailing list so that everyone can participate.
<br />
 </div>
As for your question, I don't regularly use Windows for building or running simulations so I don't know the answer.
Maybe someone else on the list can chime in.
<br />
 </div>
Andy</div>
<div> 
<div>On Mon, Sep 5, 2016 at 4:47 AM, <span dir="ltr"><<a href=
"mailto:thomasblome@startmail.com">thomasblome@startmail.com</a>></span> wrote:
<blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div>Hello,
<br />
<br />
thank you for your quick reply. I had tried it first using the cmake-gui but then I followed your recommendation to use
the shell script and now it works fine.
<br />
Next thing I want to do is get the Catalyst "CxxFullExample" going. I generated a project file for that example using
CMake. Only thing I had to do was to set the ParaView_DIR variable, that is to add the path to the ParaViewConfig.cmake
file which I found in the bin-directory of Catalyst (C:\Kitware\Catalyst-v5.1.2\bin).
<br />
Now I have got following questions:
<br />
<br />
1.) I try to run the example by calling CxxFullExample.exe in the debug folder by calling
<br />
            CxxFullExample 2
C:\Users\Peripherie\Desktop\CxxFullExample\SampleScripts\feslicesript
<br />
     from the windows cmd, where I specify the python script "feslicesript" as the second argument.
<br />
     By doing so I get an error message saying that following three libraries are missing:
<br />
            vtkPVPythonCatalyst-pv5.1.dll
<br />
            vtkPVCatalyst-pv5.1.dll
<br />
            vtkCommon-pv5.1.dll
<br />
     Do I have to change some options in the cmake.sh script to include those libs?
<br />
2.) Do I have to install Paraview too, or is the Catalyst version I just installed sufficient to run the example?
<br />
<br />
Kind regards
<br />
Thomas
<br />
<br />
 
<div>
<div>Am Sonntag, 28. August 2016 13:06 schrieb Andy Bauer <<a href=
"mailto:andy.bauer@kitware.com">andy.bauer@kitware.com</a>>:
<br />
 </div>
<blockquote type="cite">
<div>
<div dir="ltr">Did you try the build directions at <a target="_blank" href=
"http://www.paraview.org/Wiki/Build_Directions">http://www.paraview.org/Wiki/Build_Directions</a>? You'll want to use
the cmake.sh script instead of the default CMake settings.</div>
<div> 
<div>On Sat, Aug 27, 2016 at 12:46 PM, <span dir="ltr"><<a href=
"mailto:thomasblome@startmail.com">thomasblome@startmail.com</a>></span> wrote:
<blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div>Hi,
<br />
<br />
I downloaded the latest Catalyst edition (5.1.2) to build it on my Windows 10 system.
<br />
In CMake I use default settings, but it starts complaining while configuring, displaying following error message:
<br />
 
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px;"><span style=
"color:#ff0000;">CMake Error at VTK/CMake/vtkModuleTop.cmake:59 (message):
<br />
No such module "vtkGUISupportQt" needed by "vtkPVVTKExtensionsRendering"
<br />
Call Stack (most recent call first):
<br />
VTK/CMake/vtkModuleTop.cmake:75 (vtk_module_check)
<br />
VTK/CMake/vtkModuleTop.cmake:75 (vtk_module_check)
<br />
VTK/CMake/vtkModuleTop.cmake:82 (vtk_module_check)
<br />
VTK/CMakeLists.txt:543 (include)</span></p>

<br />
Does anybody know how to fix that?
<br />
<br />
Kind regards,
<br />
Thomas</div>

<br />
_______________________________________________
<br />
Powered by <a target="_blank" href="http://www.kitware.com">www.kitware.com</a>
<br />
<br />
Visit other Kitware open-source projects at <a target="_blank" href=
"http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a>
<br />
<br />
Search the list archives at: <a target="_blank" href=
"http://markmail.org/search/?q=Paraview-developers">http://markmail.org/search/?q=Paraview-developers</a>
<br />
<br />
Follow this link to subscribe/unsubscribe:
<br />
<a target="_blank" href=
"http://public.kitware.com/mailman/listinfo/paraview-developers">http://public.kitware.com/mailman/listinfo/paraview-developers</a>
<br />
 </blockquote>
</div>
</div>
</div>
</blockquote>
</div>
</div>
</blockquote>
</div>
</div>
</div>
</blockquote>
</div>
</div>
</blockquote>
</div>
</div>
</div>
</blockquote>
</div>
</div>
</body>
</html>