-
Does Feel++ support in-situ visualisation in paraview ? and how to use it ? /cc @Trophime |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You have to follow the next steps Requirements
UsageParaView and simulation running on the same computer:Step 1First, you need to prepare the execution in ParaView:
Step 2Then you can launch the simulation by adding the following options:
The link with ParaView will be automatically established. Step 3Eventually in ParaView, you can click on the small round icon near the ParaView running on your local computer and simulation running on a distant computer:The process is similar to the previous item and uses Step 0 -- Required only if the distant computer is firewalledIf the remote computer has a firewall, the port ParaView will use won't be available from the outside and thus no In-Situ Visualization will be possible natively. To do so, when connecting to the remote server, instead of using the following command:
Replace it with:
The Step 1First, we will launch
Step 2Then, launch and prepare ParaView on your local computer:
Step 3Finally, launch the simulation using the parameters explained in the previous item. Example: Strasbourg MesocenterStep 0First connect to hpc-login with port forwarding:
Step 1Load the ParaView module to make pvserver available: Step 2Then, launch and prepare ParaView on your local computer:
Step 3Finally, launch the simulation using the following arguments:
|
Beta Was this translation helpful? Give feedback.
You have to follow the next steps
Requirements
-DPARAVIEW_USE_MPI=ON -DPARAVIEW_ENABLE_PYTHON=ON -DPARAVIEW_ENABLE_CATALYST=ON -DPARAVIEW_INSTALL_DEVELOPMENT_FILES=ON
-DFEELPP_ENABLE_VTK_INSITU=ON
Usage
ParaView and simulation running on the same computer:
Step 1
First, you need to prepare the execution in ParaView: