aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/ParticleCreation
diff options
context:
space:
mode:
authorGravatar MaxThevenet <mthevenet@lbl.gov> 2019-10-10 15:59:45 -0700
committerGravatar MaxThevenet <mthevenet@lbl.gov> 2019-10-10 15:59:45 -0700
commit47067b56cc8a43a76bcf6e01a41f5ce3a2fa27d5 (patch)
tree80e4c50b8590f3c3ec598aca07f00a413005349d /Source/Particles/ParticleCreation
parentcce0ef024ce255a872173933a5cd97af28d04a85 (diff)
downloadWarpX-47067b56cc8a43a76bcf6e01a41f5ce3a2fa27d5.tar.gz
WarpX-47067b56cc8a43a76bcf6e01a41f5ce3a2fa27d5.tar.zst
WarpX-47067b56cc8a43a76bcf6e01a41f5ce3a2fa27d5.zip
delete unused file
Diffstat (limited to 'Source/Particles/ParticleCreation')
-rw-r--r--Source/Particles/ParticleCreation/ElementaryProcess.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/Source/Particles/ParticleCreation/ElementaryProcess.cpp b/Source/Particles/ParticleCreation/ElementaryProcess.cpp
deleted file mode 100644
index ff21fccfd..000000000
--- a/Source/Particles/ParticleCreation/ElementaryProcess.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
-#include "ElementaryProcess.H"
-
-using namespace amrex;
-
-void
-elementaryProcess::createParticles (
- int lev, const MFIter& mfi,
- std::unique_ptr< WarpXParticleContainer>& pc_source,
- std::unique_ptr< WarpXParticleContainer>& pc_product,
- Gpu::ManagedDeviceVector<int>& is_flagged,
- bool do_boosted_product)
-
-void
-elementaryProcess::copyAndTransformParticles(
- Gpu::ManagedDeviceVector<int>& is_flagged,
- Gpu::ManagedDeviceVector<int>& i_product,
- int np_source, int pid_product,
- WarpXParticleContainer::ParticleType* particles_product,
- WarpXParticleContainer::ParticleType* particles_source,
- copyParticle copy_functor)