Typical manual work

Change physical or numerical parameters by editing the simulator's input file
Run simulator:
oscillator < inputfile
Edit plot commands in the file case.gp
Make plot:
gnuplot -persist -geometry 800x200 case.gp
Plot annotations in case.gp must be consistent with inputfile
Let's automate!
You can easily adapt this example to your own work!
Final script: src/py/intro/simviz1.py

previousnexttable of contents