diff options
author | 2019-01-18 11:53:12 -0800 | |
---|---|---|
committer | 2019-01-18 11:53:12 -0800 | |
commit | ab3e6851d54feb88fa6966c22cc48d279f8a69b6 (patch) | |
tree | 26aa6bce625a15482b5dd9d796079800bcf9a85d /Source/WarpX.cpp | |
parent | 7d10c4186f87b46e23205226eca2bb8de04e8db9 (diff) | |
download | WarpX-ab3e6851d54feb88fa6966c22cc48d279f8a69b6.tar.gz WarpX-ab3e6851d54feb88fa6966c22cc48d279f8a69b6.tar.zst WarpX-ab3e6851d54feb88fa6966c22cc48d279f8a69b6.zip |
Correct l_lower_order_in_v
Diffstat (limited to 'Source/WarpX.cpp')
-rw-r--r-- | Source/WarpX.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WarpX.cpp b/Source/WarpX.cpp index f9dc6fd4a..ba54acee0 100644 --- a/Source/WarpX.cpp +++ b/Source/WarpX.cpp @@ -424,6 +424,8 @@ WarpX::ReadParameters () jx_nodal_flag = IntVect::TheNodeVector(); jy_nodal_flag = IntVect::TheNodeVector(); jz_nodal_flag = IntVect::TheNodeVector(); + // Use same shape factors in all directions, for gathering + l_lower_order_in_v = false; } } |