Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-10-28 | replace 'boosted frame' with 'back-transformed' diags | 1 | -4/+4 | ||
2019-10-28 | resolve merge conflicts | 1 | -14/+13 | ||
2019-10-25 | replace 'boosted frame diags' with 'back-transformed diags' | 1 | -12/+12 | ||
2019-10-25 | fixed bug | 1 | -0/+2 | ||
2019-10-25 | Fixing conflicts | 1 | -14/+15 | ||
2019-10-25 | fixed use of shared pointers | 1 | -2/+5 | ||
2019-10-23 | Improved parsing of the inputfile | 1 | -16/+31 | ||
2019-10-23 | Improved parsing of inputfile | 1 | -3/+2 | ||
2019-10-23 | added barriers | 1 | -0/+2 | ||
2019-10-23 | Revert "moved ignore_table_test block at the beginning of InitBW and InitQS ↵ | 1 | -15/+14 | ||
methods" This reverts commit e74d1f6c7326dfceac938d504af66fd58b946ce2. | |||||
2019-10-23 | moved ignore_table_test block at the beginning of InitBW and InitQS methods | 1 | -14/+15 | ||
2019-10-22 | minor cleaning | 1 | -2/+1 | ||
2019-10-22 | Added temporary option to override table loading | 1 | -0/+28 | ||
2019-10-22 | comments and remove typo | 1 | -9/+10 | ||
2019-10-22 | call RedistributeCPU if runtime components are present, even on GPU | 1 | -8/+15 | ||
2019-10-22 | Added comments | 1 | -0/+4 | ||
2019-10-21 | fix ionization on GPU. Compiles and ionization test passes | 1 | -1/+1 | ||
2019-10-21 | fix conflicts after merging dev | 1 | -4/+26 | ||
2019-10-21 | use RedistributeCPU to avoid issue with runtime components on GPU | 1 | -2/+2 | ||
2019-10-21 | bugfixing | 1 | -1/+1 | ||
2019-10-21 | bugfixing | 1 | -1/+1 | ||
2019-10-21 | added I) methods | 1 | -2/+3 | ||
2019-10-21 | added parsing of inputfile for table generation | 1 | -22/+122 | ||
2019-10-18 | progress towards separation of the 'table building' function | 1 | -8/+8 | ||
2019-10-18 | Code restructuring to isolate boost dependency | 1 | -10/+10 | ||
2019-10-15 | Added all the functors and some methods to read/write lookup tables | 1 | -2/+36 | ||
2019-10-14 | Merge with upstream and cleaning | 1 | -4/+4 | ||
2019-10-11 | Fix order of includes in MultiParticleContainer.cpp | 1 | -4/+4 | ||
2019-10-11 | Style changes | 1 | -2/+2 | ||
2019-10-10 | compiles and gives correct result | 1 | -7/+3 | ||
2019-10-10 | add multiple product species. Does not compile | 1 | -2/+10 | ||
2019-10-10 | add comments | 1 | -2/+2 | ||
2019-10-10 | solution with derived classes without template | 1 | -0/+2 | ||
2019-10-10 | WIP to write tables on disk | 1 | -1/+24 | ||
2019-10-08 | Heavy refactoring | 1 | -0/+22 | ||
2019-10-01 | one instance of class elementaryProcess per process | 1 | -2/+4 | ||
2019-10-01 | some renaming for clarity | 1 | -1/+1 | ||
2019-09-30 | added class particleCreationProcess. Ionization test passes | 1 | -2/+2 | ||
2019-09-30 | pass functor to createParticles | 1 | -1/+2 | ||
2019-09-30 | first commit: move particle creation routine in a new file | 1 | -137/+1 | ||
2019-09-26 | fix types, amrex::Real and amrex::ParticleReal | 1 | -4/+4 | ||
2019-09-19 | do not store old attribs in second particle push when subcycling | 1 | -2/+2 | ||
2019-09-12 | Fix newly introduced EOL | 1 | -1/+1 | ||
2019-09-12 | remove QED specifics, they will be included in later PRs | 1 | -33/+3 | ||
2019-09-12 | manually fix merge conflicts with dev | 1 | -14/+25 | ||
2019-09-11 | Source: tabs2spaces | 1 | -2/+2 | ||
Manually fix tabs to four spaces and alignments for consistent prepresentation of source code over all machines. | |||||
2019-09-11 | Source & Tools: No EOL Whitespaces | 1 | -23/+23 | ||
End-of-line (EOL) whitespaces are verbose and increase diffs and merge conflicts over time. Cleaned them up for the `Source/`, `Examples/` and `Tools/` directory with the following bash one-liner: ```bash find . -type f -not -path './.git*' \ -exec sed -i 's/[[:blank:]]*$//' {} \; ``` Committed as generic user so git does not credit the many lines to me: ```bash GIT_AUTHOR_NAME="Tools" GIT_AUTHOR_EMAIL="warpx@lbl.gov" \ git commit ``` | |||||
2019-09-10 | Clean Up Deposit on Main | 1 | -5/+5 | ||
Just some small renamings, doc strings and clean-ups for deposit on main grid. | |||||
2019-09-09 | Particles: gather_from_main_grid | 1 | -0/+11 | ||
Support gather for individual particle species from the main grid. Very much based on the similar option for deposition :) | |||||
2019-09-05 | fix merge conflicts | 1 | -1/+1 | ||