I'm trying to get an E-field dump that I can visualize with vtk. However, I'm having trouble getting this to work with python (worked fine whenever I did it with octave).
For example, if I run python Rect_Waveguide.py from the Tutorials folder, the simulation appears to run fine (I don't see any errors in the output, and both plots are generated), but I don't see any Et... files. The following should be the only lines necessary to create the dump files, right (not including the call to Run())?
I'm trying to get an E-field dump that I can visualize with vtk. However, I'm having trouble getting this to work with python (worked fine whenever I did it with octave).
For example, if I run
python Rect_Waveguide.py
from the Tutorials folder, the simulation appears to run fine (I don't see any errors in the output, and both plots are generated), but I don't see any Et... files. The following should be the only lines necessary to create the dump files, right (not including the call toRun()
)?