Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-24 | Profiler wrapper to allow for cudaDeviceSynchronize (#738) | 1 | -3/+3 | ||
* add warpx profiler wrapper * call WX profiler wrapper instead of BL * EOL and cleaning * add doc on profile syncs * do not use PROFILE macros in .H files * replace WX_PROFILE with WARPX_PROFILE and use bool instead of int * typo * this file shouldn't be there | |||||
2020-02-21 | Call AMReX Bin sort (#739) | 1 | -2/+2 | ||
* call AMReX Bin sort instead of Cell sort * proper initialization of bin size * IntVect declaration must work in 2D and 3D * Apply suggestions from code review Co-Authored-By: Axel Huebl <axel.huebl@plasma.ninja> * remove print statement Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja> | |||||
2020-02-10 | template Parser so that it works for any number of variables | 1 | -12/+12 | ||
2020-02-07 | Merge pull request #688 from atmyers/two_way_process | 1 | -2/+2 | ||
Handle two-way processes and multiplicity | |||||
2020-02-07 | Merge pull request #687 from EZoni/build-buffer-masks | 1 | -1/+0 | ||
Fortran to C++: build buffer masks | |||||
2020-02-06 | Do not include 'WarpX_f.H' when not necessary. | 1 | -1/+0 | ||
2020-02-06 | fix TABs | 1 | -1/+1 | ||
2020-02-06 | make the multiplicity a template parameter so it can be known at compile time | 1 | -4/+2 | ||
2020-02-06 | add multiplicity argument to filterCopyTransform so we can handle cases like ↵ | 1 | -1/+3 | ||
splitting. | |||||
2020-02-04 | move the resize into the FilterCopyTransform call, where we know exactly how ↵ | 1 | -8/+0 | ||
big to make the dst | |||||
2020-02-04 | fix EOL whitespace | 1 | -1/+1 | ||
2020-02-04 | exit early in the case that there are 0 src particles | 1 | -7/+9 | ||
2020-02-03 | fix EOL whitespace | 1 | -5/+5 | ||
2020-02-03 | move filterCopyTransform to its own file | 1 | -3/+3 | ||
2020-02-03 | remove old functions | 1 | -1/+0 | ||
2020-02-03 | remove old / wrong docstrings | 1 | -3/+5 | ||
2020-02-03 | clean up field ionization | 1 | -19/+28 | ||
2020-02-03 | helper function for setting new particle IDs | 1 | -24/+6 | ||
2020-02-03 | gotta write the new ions at the end! | 1 | -1/+1 | ||
2020-02-03 | fix EOL whitespace | 1 | -3/+3 | ||
2020-02-03 | TABs -> spaces | 1 | -31/+31 | ||
2020-02-03 | more work on elementary_process | 1 | -19/+36 | ||
2020-02-02 | combine the default initializer and the smart copy into one | 1 | -0/+3 | ||
2020-01-31 | fix EOL whitespace | 1 | -1/+1 | ||
2020-01-31 | on second thought, implement this as a member function | 1 | -2/+2 | ||
2020-01-31 | helper function for defining all particle tiles | 1 | -25/+5 | ||
2020-01-30 | Merge pull request #665 from RemiLehe/remove_fortran_push_position | 1 | -8/+0 | ||
Remove fortran push position in electrostatic code | |||||
2020-01-28 | Replace fortran pusher for position by C++ one | 1 | -8/+0 | ||
2020-01-27 | Automatically add copyright header with update_copyright.sh | 1 | -0/+10 | ||
2020-01-15 | changes as suggested in review. | 1 | -12/+20 | ||
2020-01-14 | adding time as an independent variable for parser function (x,y,z,t) | 1 | -6/+6 | ||
2020-01-13 | EOL whitespace | 1 | -2/+2 | ||
2020-01-13 | moving E/B parser variables to MultiParticleContainer class. changing input ↵ | 1 | -0/+79 | ||
files appropriately. | |||||
2019-12-18 | Modify based on suggestions. | 1 | -1/+1 | ||
2019-12-02 | Merge branch 'dev' into collision | 1 | -157/+148 | ||
2019-11-25 | Add user inputs of Coulomb Log of each collision type. | 1 | -1/+2 | ||
2019-11-24 | Modified the collision part of MultiParticleContainer.cpp. | 1 | -12/+7 | ||
2019-11-18 | Add collisions between a single species. | 1 | -3/+4 | ||
2019-11-15 | bugfixing | 1 | -124/+122 | ||
2019-11-15 | added messages related to table initialization | 1 | -2/+8 | ||
2019-11-15 | simplified parsing inputfile | 1 | -210/+203 | ||
2019-11-14 | Merge branch 'dev' into collision | 1 | -10/+2 | ||
2019-11-14 | bugfixing | 1 | -10/+4 | ||
2019-11-14 | Added built-in tables for QS | 1 | -3/+6 | ||
2019-11-13 | First version that can run with collisions! | 1 | -1/+3 | ||
2019-11-13 | bugfixing | 1 | -0/+1 | ||
2019-11-13 | bugfixing & update examples | 1 | -11/+7 | ||
2019-11-13 | Changed format. | 1 | -1/+1 | ||
2019-11-13 | Changed query. | 1 | -2/+4 | ||
2019-11-13 | Compile successfully! | 1 | -2/+2 | ||