Skip to content

Commit

Permalink
Test of propagation in the Booster lattice with spectator particles (…
Browse files Browse the repository at this point in the history
…works)

Test of iota propagation without spectator particles (works)
  • Loading branch information
Eric G. Stern committed Oct 15, 2024
1 parent 133bb2f commit 05cb86e
Show file tree
Hide file tree
Showing 3 changed files with 946 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/synergia/simulation/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,18 @@ add_executable(test_iota_propagation_spectator_particles test_iota_propagation_s
target_link_libraries(test_iota_propagation_spectator_particles PRIVATE synergia_simulation ${testing_libs})
add_mpi_test(test_iota_propagation_spectator_particles 1)

add_executable(test_booster_propagation_spectator_particles test_booster_propagation_spectator_particles.cc ${test_main})
target_link_libraries(test_booster_propagation_spectator_particles PRIVATE synergia_simulation ${testing_libs})
add_mpi_test(test_booster_propagation_spectator_particles 1)

add_executable(test_iota_sbend_propagation test_iota_sbend_propagation.cc ${test_main})
target_link_libraries(test_iota_sbend_propagation PRIVATE synergia_simulation ${testing_libs})
add_mpi_test(test_iota_sbend_propagation 1)

add_executable(test_iota_propagation1 test_iota_propagation1.cc ${test_main})
target_link_libraries(test_iota_propagation1 PRIVATE synergia_simulation ${testing_libs})
add_mpi_test(test_iota_propagation1 1)

if(BUILD_PYTHON_BINDINGS)
add_py_test(test_propagator.py)
add_py_test(test_nonlinear_maps.py)
Expand Down
Loading

0 comments on commit 05cb86e

Please sign in to comment.