diff options
author | 2019-10-24 08:59:28 -0700 | |
---|---|---|
committer | 2019-10-24 08:59:28 -0700 | |
commit | aa4a0855498fee911d8f702fc9b92c3091225c11 (patch) | |
tree | e2ff1b4b8acbea725c7b6bbf4ed0a928efb3651d /Source/Utils/WarpXAlgorithmSelection.cpp | |
parent | ded6dd2cb05a76e1df9ab8561148f00d5e0bd365 (diff) | |
parent | b8c1485437ca923ecf93af2782230f488d4c7377 (diff) | |
download | WarpX-aa4a0855498fee911d8f702fc9b92c3091225c11.tar.gz WarpX-aa4a0855498fee911d8f702fc9b92c3091225c11.tar.zst WarpX-aa4a0855498fee911d8f702fc9b92c3091225c11.zip |
Merge branch 'dev' into nodal_aux_3
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 f04cdd449..4b66a0809 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 }, + {"higuera", ParticlePusherAlgo::HigueraCary }, {"default", ParticlePusherAlgo::Boris } }; |