diff options
author | 2019-10-21 10:24:26 -0700 | |
---|---|---|
committer | 2019-10-21 10:24:26 -0700 | |
commit | ee34b3e8cd231e5fa42cb841ec6ac16555e3a692 (patch) | |
tree | ff3d0cf3d9decf92890c131ad022a12caa60a4aa /Source/Utils/WarpXAlgorithmSelection.H | |
parent | d9daf257e26d503ac5d1c7c1bf8aaff4877ff7aa (diff) | |
parent | 80f2d85117bf99c256d416a3a21fb4618e82fe8b (diff) | |
download | WarpX-ee34b3e8cd231e5fa42cb841ec6ac16555e3a692.tar.gz WarpX-ee34b3e8cd231e5fa42cb841ec6ac16555e3a692.tar.zst WarpX-ee34b3e8cd231e5fa42cb841ec6ac16555e3a692.zip |
Merge branch 'dev' of https://github.com/ECP-WarpX/WarpX into SliceInLabFrameForBoostedSim
Diffstat (limited to 'Source/Utils/WarpXAlgorithmSelection.H')
-rw-r--r-- | Source/Utils/WarpXAlgorithmSelection.H | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Utils/WarpXAlgorithmSelection.H b/Source/Utils/WarpXAlgorithmSelection.H index 54c721abf..269171a5f 100644 --- a/Source/Utils/WarpXAlgorithmSelection.H +++ b/Source/Utils/WarpXAlgorithmSelection.H @@ -14,7 +14,8 @@ struct MaxwellSolverAlgo { struct ParticlePusherAlgo { enum { Boris = 0, - Vay = 1 + Vay = 1, + HigueraCary = 2 }; }; |