Skip to content

Commit

Permalink
Add LASY laser tests
Browse files Browse the repository at this point in the history
  • Loading branch information
EZoni committed Aug 27, 2024
1 parent aae3a1b commit 7455916
Show file tree
Hide file tree
Showing 8 changed files with 359 additions and 333 deletions.
64 changes: 42 additions & 22 deletions Examples/Tests/laser_injection_from_file/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,26 +101,46 @@ add_warpx_test(
test_3d_laser_injection_from_lasy_file_prepare # dependency
)

# FIXME
#add_warpx_test(
# test_rz_laser_injection_from_lasy_file # name
# RZ # dims
# 1 # nprocs
# OFF # eb
# Examples/Tests/laser_injection_from_file/inputs_test_rz_laser_injection_from_lasy_file # inputs
# Examples/Tests/laser_injection_from_file/analysis_RZ.py # analysis
# diags/diag1000250 # output
# OFF # dependency
#)
add_warpx_test(
test_rz_laser_injection_from_lasy_file_prepare # name
RZ # dims
1 # nprocs
OFF # eb
Examples/Tests/laser_injection_from_file/inputs_test_rz_laser_injection_from_lasy_file_prepare.py # inputs
OFF # analysis
OFF # output
OFF # dependency
)

# FIXME
#add_warpx_test(
# test_rz_laser_injection_from_RZ_lasy_file # name
# RZ # dims
# 1 # nprocs
# OFF # eb
# Examples/Tests/laser_injection_from_file/inputs_test_rz_laser_injection_from_RZ_lasy_file # inputs
# Examples/Tests/laser_injection_from_file/analysis_from_RZ_file.py # analysis
# diags/diag1000250 # output
# OFF # dependency
#)
add_warpx_test(
test_rz_laser_injection_from_lasy_file # name
RZ # dims
1 # nprocs
OFF # eb
Examples/Tests/laser_injection_from_file/inputs_test_rz_laser_injection_from_lasy_file # inputs
Examples/Tests/laser_injection_from_file/analysis_rz.py # analysis
diags/diag1000252 # output
test_rz_laser_injection_from_lasy_file_prepare # dependency
)

add_warpx_test(
test_rz_laser_injection_from_RZ_lasy_file_prepare # name
RZ # dims
1 # nprocs
OFF # eb
Examples/Tests/laser_injection_from_file/inputs_test_rz_laser_injection_from_RZ_lasy_file_prepare.py # inputs
OFF # analysis
OFF # output
OFF # dependency
)

add_warpx_test(
test_rz_laser_injection_from_RZ_lasy_file # name
RZ # dims
1 # nprocs
OFF # eb
Examples/Tests/laser_injection_from_file/inputs_test_rz_laser_injection_from_RZ_lasy_file # inputs
Examples/Tests/laser_injection_from_file/analysis_from_RZ_file.py # analysis
diags/diag1000612 # output
test_rz_laser_injection_from_RZ_lasy_file_prepare # dependency
)
181 changes: 0 additions & 181 deletions Examples/Tests/laser_injection_from_file/analysis_RZ.py

This file was deleted.

Loading

0 comments on commit 7455916

Please sign in to comment.