aboutsummaryrefslogtreecommitdiff
path: root/Source/Utils/WarpXAlgorithmSelection.H
diff options
context:
space:
mode:
authorGravatar MaxThevenet <mthevenet@lbl.gov> 2019-10-28 13:53:37 -0700
committerGravatar MaxThevenet <mthevenet@lbl.gov> 2019-10-28 13:53:37 -0700
commit865cd3ebc0c6e86feecafa0839aa6a3990408c0e (patch)
tree1342545ea7e3db5a55fe11648a69b864ee29c154 /Source/Utils/WarpXAlgorithmSelection.H
parentda52bf61ba64aac9a90917dcc6744d8b0a58185d (diff)
parent2eac8727874e11c3c8163b3d9ed1ec8854717753 (diff)
downloadWarpX-865cd3ebc0c6e86feecafa0839aa6a3990408c0e.tar.gz
WarpX-865cd3ebc0c6e86feecafa0839aa6a3990408c0e.tar.zst
WarpX-865cd3ebc0c6e86feecafa0839aa6a3990408c0e.zip
Merge branch 'dev' into initial_fields
Diffstat (limited to 'Source/Utils/WarpXAlgorithmSelection.H')
-rw-r--r--Source/Utils/WarpXAlgorithmSelection.H7
1 files changed, 4 insertions, 3 deletions
diff --git a/Source/Utils/WarpXAlgorithmSelection.H b/Source/Utils/WarpXAlgorithmSelection.H
index 54c721abf..7d26e7af5 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
};
};
@@ -33,9 +34,9 @@ struct ChargeDepositionAlgo {
};
struct GatheringAlgo {
- // Only the Standard algorithm is implemented
enum {
- Standard = 0
+ EnergyConserving = 0,
+ MomentumConserving
};
};