Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | ||
2019-09-02 | fix conflicts when merging dev | 1 | -49/+259 | ||
2019-08-27 | Merge branch 'dev' into RZgeometry | 1 | -20/+0 | ||
2019-08-22 | Merge branch 'dev' into RZgeometry | 1 | -1/+255 | ||
2019-08-21 | merging with dev | 1 | -1/+255 | ||
2019-08-21 | reimplement the boosted frame diagnostics without the runtime components | 1 | -20/+0 | ||
2019-08-21 | add comments and make sure charge=q_e for ionizable species | 1 | -1/+8 | ||
2019-08-09 | Merge branch 'dev' into RZgeometry | 1 | -27/+4 | ||
2019-08-08 | final minor cleaning | 1 | -3/+3 | ||
2019-08-08 | use Weiqun's convention: space before brackets for function declaration and ↵ | 1 | -5/+5 | ||
definition | |||||
2019-08-08 | add few comments | 1 | -0/+2 | ||
2019-08-08 | catch errors in inputs | 1 | -5/+6 | ||
2019-08-08 | add some const, and remove unnecessary includes | 1 | -5/+0 | ||
2019-08-07 | exclusive_scan requires ManagedDeviceVector | 1 | -3/+3 | ||
2019-08-07 | merge conflicts | 1 | -5/+5 | ||
2019-08-07 | use amrex::inclusive_scan for portability | 1 | -10/+16 | ||
2019-08-07 | add profile data, remove typo in example | 1 | -1/+3 | ||
2019-08-07 | cleaning, remote outdated functions | 1 | -8/+1 | ||
2019-08-07 | remove copy of old attribs, use current values instead for simplicity | 1 | -38/+14 | ||
2019-08-07 | use c++ deposition by default. includes old attribs | 1 | -23/+5 | ||
2019-08-06 | escape if no ionized particle | 1 | -2/+28 | ||
2019-08-06 | cleaning, and add capability for boosted frame runtime particle components | 1 | -128/+190 | ||
2019-08-05 | get dt from WarpX instance, to initialize ionization prefactors | 1 | -21/+24 | ||
2019-08-05 | typo | 1 | -1/+1 | ||
2019-08-04 | minor cleaning | 1 | -1/+0 | ||
2019-08-04 | add target species handling | 1 | -2/+153 | ||
2019-08-03 | add ionization initialization | 1 | -0/+51 | ||
2019-07-31 | Clean unused function Evolve in MultiParticleContainer.cpp | 1 | -24/+0 | ||
2019-07-26 | get rid of Fortran field gather except for RZ | 1 | -4/+5 | ||
2019-07-24 | use Weiqun convention for function definition | 1 | -1/+1 | ||
2019-07-17 | replace FieldGather by FieldGatherFortran to keep old version | 1 | -4/+4 | ||
2019-06-11 | Merge branch 'dev' into RZgeometry | 1 | -2/+0 | ||
2019-06-04 | merging with dev | 1 | -2/+0 | ||
2019-06-03 | Added function to initialize the optical depth (still crashing) | 1 | -4/+5 | ||
2019-06-03 | Added a wrapper for BW engine | 1 | -5/+7 | ||
2019-06-03 | Moved addition of tau component into PhotonParticleContainer | 1 | -7/+0 | ||
2019-06-03 | now WARPX_QED is defined via makefile | 1 | -2/+2 | ||
2019-06-03 | can't add a tau component to photons (it crashes :-( ) | 1 | -0/+7 | ||
2019-06-03 | corrected bugs | 1 | -4/+4 | ||
2019-06-03 | corrected bug & moved bw_engine completely in MultiParticleContaine | 1 | -0/+5 | ||
2019-06-03 | bw engine is now initialized in the MultiParticleContainer object | 1 | -0/+21 | ||