index
:
WarpX
development
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Particles
/
MultiParticleContainer.cpp
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-17
Add some WarpXUtilMsg::AlwaysAssert in particle containers (#811)
Luca Fedeli
1
-5
/
+19
2020-03-17
Add QED particle creaction routines (#698)
Luca Fedeli
1
-22
/
+210
2020-03-16
Add AlwaysAssert with std::string message (#792)
Luca Fedeli
1
-2
/
+6
2020-03-12
Changed BL_ASSERT to AMREX_ALWAYS_ASSERT for user input (#798)
David Grote
1
-6
/
+6
2020-03-06
Remove old electrostatic code (#780)
Remi Lehe
1
-69
/
+0
2020-02-27
Comment/Remove Unused Parameters (#749)
Axel Huebl
1
-2
/
+2
2020-02-25
Includes: Clean Up (#743)
Axel Huebl
1
-6
/
+4
2020-02-24
Profiler wrapper to allow for cudaDeviceSynchronize (#738)
MaxThevenet
1
-3
/
+3
2020-02-21
Call AMReX Bin sort (#739)
MaxThevenet
1
-2
/
+2
2020-02-10
template Parser so that it works for any number of variables
Weiqun Zhang
1
-12
/
+12
2020-02-07
Merge pull request #688 from atmyers/two_way_process
MaxThevenet
1
-2
/
+2
2020-02-07
Merge pull request #687 from EZoni/build-buffer-masks
MaxThevenet
1
-1
/
+0
2020-02-06
Do not include 'WarpX_f.H' when not necessary.
Edoardo Zoni
1
-1
/
+0
2020-02-06
fix TABs
Andrew Myers
1
-1
/
+1
2020-02-06
make the multiplicity a template parameter so it can be known at compile time
atmyers
1
-4
/
+2
2020-02-06
add multiplicity argument to filterCopyTransform so we can handle cases like ...
atmyers
1
-1
/
+3
2020-02-04
move the resize into the FilterCopyTransform call, where we know exactly how ...
Andrew Myers
1
-8
/
+0
2020-02-04
fix EOL whitespace
Andrew Myers
1
-1
/
+1
2020-02-04
exit early in the case that there are 0 src particles
Andrew Myers
1
-7
/
+9
2020-02-03
fix EOL whitespace
Andrew Myers
1
-5
/
+5
2020-02-03
move filterCopyTransform to its own file
Andrew Myers
1
-3
/
+3
2020-02-03
remove old functions
Andrew Myers
1
-1
/
+0
2020-02-03
remove old / wrong docstrings
Andrew Myers
1
-3
/
+5
2020-02-03
clean up field ionization
Andrew Myers
1
-19
/
+28
2020-02-03
helper function for setting new particle IDs
Andrew Myers
1
-24
/
+6
2020-02-03
gotta write the new ions at the end!
Andrew Myers
1
-1
/
+1
2020-02-03
fix EOL whitespace
Andrew Myers
1
-3
/
+3
2020-02-03
TABs -> spaces
Andrew Myers
1
-31
/
+31
2020-02-03
more work on elementary_process
atmyers
1
-19
/
+36
2020-02-02
combine the default initializer and the smart copy into one
atmyers
1
-0
/
+3
2020-01-31
fix EOL whitespace
Andrew Myers
1
-1
/
+1
2020-01-31
on second thought, implement this as a member function
Andrew Myers
1
-2
/
+2
2020-01-31
helper function for defining all particle tiles
Andrew Myers
1
-25
/
+5
2020-01-30
Merge pull request #665 from RemiLehe/remove_fortran_push_position
Remi Lehe
1
-8
/
+0
2020-01-28
Replace fortran pusher for position by C++ one
Remi Lehe
1
-8
/
+0
2020-01-27
Automatically add copyright header with update_copyright.sh
Tools
1
-0
/
+10
2020-01-15
changes as suggested in review.
RevathiJambunathan
1
-12
/
+20
2020-01-14
adding time as an independent variable for parser function (x,y,z,t)
RevathiJambunathan
1
-6
/
+6
2020-01-13
EOL whitespace
RevathiJambunathan
1
-2
/
+2
2020-01-13
moving E/B parser variables to MultiParticleContainer class. changing input f...
RevathiJambunathan
1
-0
/
+79
2019-12-18
Modify based on suggestions.
Yinjian Zhao
1
-1
/
+1
2019-12-02
Merge branch 'dev' into collision
Yin-YinjianZhao
1
-157
/
+148
2019-11-25
Add user inputs of Coulomb Log of each collision type.
Yinjian Zhao
1
-1
/
+2
2019-11-24
Modified the collision part of MultiParticleContainer.cpp.
Yinjian Zhao
1
-12
/
+7
2019-11-18
Add collisions between a single species.
Yinjian Zhao
1
-3
/
+4
2019-11-15
bugfixing
Luca Fedeli
1
-124
/
+122
2019-11-15
added messages related to table initialization
Luca Fedeli
1
-2
/
+8
2019-11-15
simplified parsing inputfile
Luca Fedeli
1
-210
/
+203
2019-11-14
Merge branch 'dev' into collision
Yin-YinjianZhao
1
-10
/
+2
2019-11-14
bugfixing
Luca Fedeli
1
-10
/
+4
[next]