diff options
author | 2019-10-25 11:30:19 +0200 | |
---|---|---|
committer | 2019-10-25 11:30:19 +0200 | |
commit | e743d8e3bb83a8064268143e87505a2f25152f6d (patch) | |
tree | f138f04e2e7c9bed9578b6f00c2804114bd9f769 /Source/Utils/WarpXAlgorithmSelection.H | |
parent | 84ef962d364b10dafe67826c0a9001d691d1eb01 (diff) | |
parent | 711d85d841792f73cb308cf3e73eaf99ae702ee0 (diff) | |
download | WarpX-e743d8e3bb83a8064268143e87505a2f25152f6d.tar.gz WarpX-e743d8e3bb83a8064268143e87505a2f25152f6d.tar.zst WarpX-e743d8e3bb83a8064268143e87505a2f25152f6d.zip |
Merge remote-tracking branch 'upstream/dev' into qed_bw_qs_factory_class
Diffstat (limited to 'Source/Utils/WarpXAlgorithmSelection.H')
-rw-r--r-- | Source/Utils/WarpXAlgorithmSelection.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Utils/WarpXAlgorithmSelection.H b/Source/Utils/WarpXAlgorithmSelection.H index 269171a5f..7d26e7af5 100644 --- a/Source/Utils/WarpXAlgorithmSelection.H +++ b/Source/Utils/WarpXAlgorithmSelection.H @@ -34,9 +34,9 @@ struct ChargeDepositionAlgo { }; struct GatheringAlgo { - // Only the Standard algorithm is implemented enum { - Standard = 0 + EnergyConserving = 0, + MomentumConserving }; }; |