diff options
author | 2019-10-14 10:28:20 -0700 | |
---|---|---|
committer | 2019-10-14 10:28:20 -0700 | |
commit | 8e2ecfe27b9d464dcd40031ae5ebc4e3781963e2 (patch) | |
tree | 3277243da9cb31cbe0b35d3d79bc6304be53bffc /Source/Utils/WarpXAlgorithmSelection.cpp | |
parent | 46baf306dfa45a5a966452664d8f041e608711eb (diff) | |
download | WarpX-8e2ecfe27b9d464dcd40031ae5ebc4e3781963e2.tar.gz WarpX-8e2ecfe27b9d464dcd40031ae5ebc4e3781963e2.tar.zst WarpX-8e2ecfe27b9d464dcd40031ae5ebc4e3781963e2.zip |
Add Higuera-Cary pusher
Diffstat (limited to 'Source/Utils/WarpXAlgorithmSelection.cpp')
-rw-r--r-- | Source/Utils/WarpXAlgorithmSelection.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Utils/WarpXAlgorithmSelection.cpp b/Source/Utils/WarpXAlgorithmSelection.cpp index 8a6ff6dbf..4ad07f4f1 100644 --- a/Source/Utils/WarpXAlgorithmSelection.cpp +++ b/Source/Utils/WarpXAlgorithmSelection.cpp @@ -18,6 +18,7 @@ const std::map<std::string, int> maxwell_solver_algo_to_int = { const std::map<std::string, int> particle_pusher_algo_to_int = { {"boris", ParticlePusherAlgo::Boris }, {"vay", ParticlePusherAlgo::Vay }, + {"hc", ParticlePusherAlgo::HigueraCary }, {"default", ParticlePusherAlgo::Boris } }; |