From ae12df60f57f92259854db9326dab3e5aff17d8e Mon Sep 17 00:00:00 2001 From: Remi Lehe Date: Tue, 24 Sep 2019 11:21:55 -0700 Subject: Implement new gather option --- Source/Utils/WarpXAlgorithmSelection.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/Utils/WarpXAlgorithmSelection.H') diff --git a/Source/Utils/WarpXAlgorithmSelection.H b/Source/Utils/WarpXAlgorithmSelection.H index 54c721abf..6ec1224f9 100644 --- a/Source/Utils/WarpXAlgorithmSelection.H +++ b/Source/Utils/WarpXAlgorithmSelection.H @@ -33,9 +33,9 @@ struct ChargeDepositionAlgo { }; struct GatheringAlgo { - // Only the Standard algorithm is implemented enum { - Standard = 0 + EnergyConserving = 0, + MomentumConserving }; }; -- cgit v1.2.3