diff options
author | 2019-10-24 11:05:38 -0700 | |
---|---|---|
committer | 2019-10-24 11:05:38 -0700 | |
commit | 4f25bdf251673b05ccdc9a9e8b58875c5ed04d28 (patch) | |
tree | d0dcebc544f5cb8501198c8828ea55f03cb483b4 /Source/Utils/WarpXAlgorithmSelection.H | |
parent | 8bfdd217a9622f2eaf78d2aa51d4a4790b5bd3a3 (diff) | |
parent | 52442365a27baabdc58e5247713e0c33faa40b36 (diff) | |
download | WarpX-4f25bdf251673b05ccdc9a9e8b58875c5ed04d28.tar.gz WarpX-4f25bdf251673b05ccdc9a9e8b58875c5ed04d28.tar.zst WarpX-4f25bdf251673b05ccdc9a9e8b58875c5ed04d28.zip |
Merge pull request #420 from WeiqunZhang/nodal_aux_3
Momentum-conserving field gather
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 }; }; |