aboutsummaryrefslogtreecommitdiff
path: root/Source/Utils/WarpXAlgorithmSelection.H
diff options
context:
space:
mode:
authorGravatar Dave Grote <grote1@llnl.gov> 2019-08-16 12:53:47 -0700
committerGravatar Dave Grote <grote1@llnl.gov> 2019-08-16 12:53:47 -0700
commita26f56418b18c98e3784d1d48073cae81b938e79 (patch)
treed609a8692e8dd29530d62c87809a54a6699b090d /Source/Utils/WarpXAlgorithmSelection.H
parentc3ce219b9d25e8d28e5a6cc5b878b3c5793cf90a (diff)
parent2d4cf600befb1ef4d5acbefd9d681ff66c11334e (diff)
downloadWarpX-a26f56418b18c98e3784d1d48073cae81b938e79.tar.gz
WarpX-a26f56418b18c98e3784d1d48073cae81b938e79.tar.zst
WarpX-a26f56418b18c98e3784d1d48073cae81b938e79.zip
Merge branch 'dev' into RZgeometry
Diffstat (limited to 'Source/Utils/WarpXAlgorithmSelection.H')
-rw-r--r--Source/Utils/WarpXAlgorithmSelection.H6
1 files changed, 2 insertions, 4 deletions
diff --git a/Source/Utils/WarpXAlgorithmSelection.H b/Source/Utils/WarpXAlgorithmSelection.H
index 3fb23698a..6a32513b7 100644
--- a/Source/Utils/WarpXAlgorithmSelection.H
+++ b/Source/Utils/WarpXAlgorithmSelection.H
@@ -34,11 +34,9 @@ struct CurrentDepositionAlgo {
};
struct ChargeDepositionAlgo {
- // These numbers corresponds to the algorithm code in WarpX's
- // `warpx_charge_deposition` function
+ // Only the Standard algorithm is implemented
enum {
- Vectorized = 0,
- Standard = 1
+ Standard = 0
};
};