diff options
Diffstat (limited to 'Source/Utils/WarpXAlgorithmSelection.H')
-rw-r--r-- | Source/Utils/WarpXAlgorithmSelection.H | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Source/Utils/WarpXAlgorithmSelection.H b/Source/Utils/WarpXAlgorithmSelection.H index ba752e012..97dd3b89f 100644 --- a/Source/Utils/WarpXAlgorithmSelection.H +++ b/Source/Utils/WarpXAlgorithmSelection.H @@ -83,6 +83,20 @@ struct GatheringAlgo { }; }; +struct JInTime { + enum { + Constant = 0, + Linear = 1 + }; +}; + +struct RhoInTime { + enum { + Linear = 1, + Quadratic = 2 + }; +}; + /** Strategy to compute weights for use in load balance. */ struct LoadBalanceCostsUpdateAlgo { |