aboutsummaryrefslogtreecommitdiff
path: root/Source/WarpX.cpp
diff options
context:
space:
mode:
authorGravatar Remi Lehe <remi.lehe@normalesup.org> 2019-01-18 11:53:12 -0800
committerGravatar Remi Lehe <remi.lehe@normalesup.org> 2019-01-18 11:53:12 -0800
commitab3e6851d54feb88fa6966c22cc48d279f8a69b6 (patch)
tree26aa6bce625a15482b5dd9d796079800bcf9a85d /Source/WarpX.cpp
parent7d10c4186f87b46e23205226eca2bb8de04e8db9 (diff)
downloadWarpX-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.cpp2
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;
}
}