aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/PhysicalParticleContainer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Particles/PhysicalParticleContainer.cpp')
-rw-r--r--Source/Particles/PhysicalParticleContainer.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/Particles/PhysicalParticleContainer.cpp b/Source/Particles/PhysicalParticleContainer.cpp
index 8c6959060..250cf2816 100644
--- a/Source/Particles/PhysicalParticleContainer.cpp
+++ b/Source/Particles/PhysicalParticleContainer.cpp
@@ -1436,7 +1436,7 @@ PhysicalParticleContainer::PushP (int lev, Real dt,
const Dim3 lo = lbound(box);
- int l_lower_order_in_v = WarpX::l_lower_order_in_v;
+ bool galerkin_interpolation = WarpX::galerkin_interpolation;
int nox = WarpX::nox;
int n_rz_azimuthal_modes = WarpX::n_rz_azimuthal_modes;
@@ -1493,7 +1493,7 @@ PhysicalParticleContainer::PushP (int lev, Real dt,
ex_arr, ey_arr, ez_arr, bx_arr, by_arr, bz_arr,
ex_type, ey_type, ez_type, bx_type, by_type, bz_type,
dx_arr, xyzmin_arr, lo, n_rz_azimuthal_modes,
- nox, l_lower_order_in_v);
+ nox, galerkin_interpolation);
}
if (do_crr) {
@@ -1797,7 +1797,7 @@ PhysicalParticleContainer::PushPX (WarpXParIter& pti,
const Dim3 lo = lbound(box);
- int l_lower_order_in_v = WarpX::l_lower_order_in_v;
+ bool galerkin_interpolation = WarpX::galerkin_interpolation;
int nox = WarpX::nox;
int n_rz_azimuthal_modes = WarpX::n_rz_azimuthal_modes;
@@ -1872,7 +1872,7 @@ PhysicalParticleContainer::PushPX (WarpXParIter& pti,
ex_arr, ey_arr, ez_arr, bx_arr, by_arr, bz_arr,
ex_type, ey_type, ez_type, bx_type, by_type, bz_type,
dx_arr, xyzmin_arr, lo, n_rz_azimuthal_modes,
- nox, l_lower_order_in_v);
+ nox, galerkin_interpolation);
}
scaleFields(xp, yp, zp, Exp, Eyp, Ezp, Bxp, Byp, Bzp);