Skip to content

Commit

Permalink
fix PlotScript
Browse files Browse the repository at this point in the history
  • Loading branch information
Amazingkivas committed Nov 1, 2023
1 parent 8fb170c commit b19bb0c
Show file tree
Hide file tree
Showing 11 changed files with 66 additions and 66 deletions.
128 changes: 64 additions & 64 deletions PlotScript/OutFile.csv

Large diffs are not rendered by default.

Binary file modified PlotScript/Plots/plt_Bx.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified PlotScript/Plots/plt_By.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified PlotScript/Plots/plt_Bz.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified PlotScript/Plots/plt_Ex.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified PlotScript/Plots/plt_Ey.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified PlotScript/Plots/plt_Ez.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion PlotScript/Source.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
0
1
5e-16
5e-12
5e-14
2 changes: 1 addition & 1 deletion PlotScript/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def execute_cpp(field_1, field_2, field_to_plot, source_nums):

print("\n" + field_to_plot + ":\n")

cpp_executable = "src/sample.exe"
cpp_executable = "src/Release/sample.exe"
args = [cpp_executable, str(num_field_1), str(num_field_2), str(num_field_to_plot), shift_flag]
try:
subprocess.run(args, check=True)
Expand Down
Binary file removed PlotScript/src/FDTD.lib
Binary file not shown.
Binary file removed PlotScript/src/sample.exe
Binary file not shown.

0 comments on commit b19bb0c

Please sign in to comment.