Skip to content
Snippets Groups Projects
Commit 2f22a2cf authored by Petr Strakos's avatar Petr Strakos
Browse files

adding code images

parent 6f25bef2
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ It will generate the CxxFullExampleAdaptor executable file. This can be later ru ...@@ -48,7 +48,7 @@ It will generate the CxxFullExampleAdaptor executable file. This can be later ru
Provided example is a simple MPI program. Main executing part is written in FEDriver.cxx. It is a simulator code that creates computational grid and performs simulation. Dimensions of the computational grid in terms of number of points in x, y, z direction are supplied as input parameters to the *main* function (see lines 22-24). Fourth parametr expects a name of a Python script that sets up ParaView-Catalyst environment. Provided example is a simple MPI program. Main executing part is written in FEDriver.cxx. It is a simulator code that creates computational grid and performs simulation. Dimensions of the computational grid in terms of number of points in x, y, z direction are supplied as input parameters to the *main* function (see lines 22-24). Fourth parametr expects a name of a Python script that sets up ParaView-Catalyst environment.
![](img/FEDriver.png "FEDriver.cxx") ![](insitu/img/FEDriver.png "FEDriver.cxx")
mpirun -n 2 ./CxxFullExample 30 30 30 ../SampleScripts/feslicescript.py mpirun -n 2 ./CxxFullExample 30 30 30 ../SampleScripts/feslicescript.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment