How to use LibSim in-situ visualization? #20708
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
sim4 example isn't really a full-fledged example. It is an expansion of steps for instrumenting a simulation found in our GettingDataIntoVisit maunal. I recommend trying perhaps the When you run the sim, add For debugging, I recommend adding |
Beta Was this translation helpful? Give feedback.

sim4 example isn't really a full-fledged example. It is an expansion of steps for instrumenting a simulation found in our GettingDataIntoVisit maunal.
I recommend trying perhaps the
mandelbrotexample instead, just to get a feel for running the simulation and connecting VisIt to it.The mandelbrot example will run one 'step', then halt itself so you can connect with VisIt.
When Visit connects you can add a Pseudocolor plot of 'mandelbrot'. Then you can call
stepfrom the simulations command line to advance 1 timestate in the simulation.When you run the sim, add
-dir C:\path\to\visitto its command line.For debugging, I recommend adding
-trace tracefileto the simulation's command line (…