You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the modifications done in #18, I have finally managed to run each of the Maxwell examples and getting the _output/ directories populated with files claw_aux.ptc0000, claw_aux.ptc0000.info, claw.pkl0000, claw.ptc0000, claw.ptc0000.info, etc.
However, at the moment, it is totally unclear to me how to generate plots from this data.
I do understand that there exists a module emclaw/utils/visualization.py.
After some minor changes to this module, I was able to run it and have it read the files in the _output/ directory (tested with the Maxwell 2D example). I did this by appending to following snippet to the end of the example code:
import os
os.system("python ../../emclaw/utils/visualization.py /home/$USER/emclaw/examples/maxwell_vc_2d/_output")
After the modifications done in #18, I have finally managed to run each of the Maxwell examples and getting the
_output/
directories populated with filesclaw_aux.ptc0000
,claw_aux.ptc0000.info
,claw.pkl0000
,claw.ptc0000
,claw.ptc0000.info
, etc.However, at the moment, it is totally unclear to me how to generate plots from this data.
I do understand that there exists a module
emclaw/utils/visualization.py
.After some minor changes to this module, I was able to run it and have it read the files in the
_output/
directory (tested with the Maxwell 2D example). I did this by appending to following snippet to the end of the example code:This generated the following console output:
The following files were added to the
_output/
directory:n00.sol_aux0000
,n00.sol_aux0000.info
,s00.sol0000
,s00.sol0000.info
etc.So, before attempting to fix anything further, I need to know the intended procedure or workflow for generating plots from the
_output/
files.The text was updated successfully, but these errors were encountered: