aboutsummaryrefslogtreecommitdiff
path: root/Source/Utils/WarpXAlgorithmSelection.cpp
diff options
context:
space:
mode:
authorGravatar Weiqun Zhang <weiqunzhang@lbl.gov> 2019-10-24 08:59:28 -0700
committerGravatar Weiqun Zhang <weiqunzhang@lbl.gov> 2019-10-24 08:59:28 -0700
commitaa4a0855498fee911d8f702fc9b92c3091225c11 (patch)
treee2ff1b4b8acbea725c7b6bbf4ed0a928efb3651d /Source/Utils/WarpXAlgorithmSelection.cpp
parentded6dd2cb05a76e1df9ab8561148f00d5e0bd365 (diff)
parentb8c1485437ca923ecf93af2782230f488d4c7377 (diff)
downloadWarpX-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.cpp1
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 }
};