aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/WarpXParticleContainer.cpp
diff options
context:
space:
mode:
authorGravatar Dave Grote <grote1@llnl.gov> 2019-08-08 16:27:54 -0700
committerGravatar Dave Grote <grote1@llnl.gov> 2019-08-08 16:27:54 -0700
commit9fa3a16002c585720e1741b5fdbe5e6d5b974af9 (patch)
tree40f07916e4253f09c9702587c01e791a39a59671 /Source/Particles/WarpXParticleContainer.cpp
parent5cc13f04eaf1a41c22245129bf083f38e7c596ef (diff)
downloadWarpX-9fa3a16002c585720e1741b5fdbe5e6d5b974af9.tar.gz
WarpX-9fa3a16002c585720e1741b5fdbe5e6d5b974af9.tar.zst
WarpX-9fa3a16002c585720e1741b5fdbe5e6d5b974af9.zip
Implemented ApplyInverseVolumeScalingToChargeDensity
Diffstat (limited to 'Source/Particles/WarpXParticleContainer.cpp')
-rw-r--r--Source/Particles/WarpXParticleContainer.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/Particles/WarpXParticleContainer.cpp b/Source/Particles/WarpXParticleContainer.cpp
index ec0f78564..32abae3ad 100644
--- a/Source/Particles/WarpXParticleContainer.cpp
+++ b/Source/Particles/WarpXParticleContainer.cpp
@@ -623,11 +623,6 @@ WarpXParticleContainer::DepositCharge (WarpXParIter& pti, RealVector& wp,
doChargeDepositionShapeN<3>(xp, yp, zp, wp.dataPtr()+offset, rho_arr,
np_to_depose, dx, xyzmin, lo, q);
}
-#ifdef WARPX_DIM_RZ
- warpx_charge_deposition_rz_volume_scaling(
- data_ptr, &ngRho, rholen.getVect(),
- &xyzmin[0], &dx[0]);
-#endif
BL_PROFILE_VAR_STOP(blp_ppc_chd);
#ifndef AMREX_USE_GPU