diff options
author | 2020-06-25 09:27:43 -0700 | |
---|---|---|
committer | 2020-06-25 09:27:43 -0700 | |
commit | 7dd3c0be2722cce973c884ae68469988054d85dc (patch) | |
tree | 69594143bb2fa14f31bff01f5f100b7d7ca9e53f /Source/Particles/PhysicalParticleContainer.cpp | |
parent | 7bb6ea7bb6ef891cc03b7d44c9dc03f83caf7aae (diff) | |
download | WarpX-7dd3c0be2722cce973c884ae68469988054d85dc.tar.gz WarpX-7dd3c0be2722cce973c884ae68469988054d85dc.tar.zst WarpX-7dd3c0be2722cce973c884ae68469988054d85dc.zip |
Moved doxygen to header file for consistency (#1116)
Diffstat (limited to '')
-rw-r--r-- | Source/Particles/PhysicalParticleContainer.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Source/Particles/PhysicalParticleContainer.cpp b/Source/Particles/PhysicalParticleContainer.cpp index 07c307c83..12e18e4f4 100644 --- a/Source/Particles/PhysicalParticleContainer.cpp +++ b/Source/Particles/PhysicalParticleContainer.cpp @@ -464,16 +464,6 @@ PhysicalParticleContainer::AddParticles (int lev) } } -/** - * Create new macroparticles for this species, with a fixed - * number of particles per cell (in the cells of `part_realbox`). - * The new particles are only created inside the intersection of `part_realbox` - * with the local grid for the current proc. - * @param lev the index of the refinement level - * @param part_realbox the box in which new particles should be created - * (this box should correspond to an integer number of cells in each direction, - * but its boundaries need not be aligned with the actual cells of the simulation) - */ void PhysicalParticleContainer::AddPlasma (int lev, RealBox part_realbox) { |