Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-10-24 | Merge branch 'dev' of https://github.com/ECP-WarpX/WarpX into ↵ | 1 | -17/+112 | ||
CopyParticlesInZBoostSliceUsingGPU | |||||
2019-10-22 | Source/Particles/PhysicalParticleContainer.cpp | 1 | -0/+3 | ||
2019-10-22 | merge dev | 1 | -12/+81 | ||
2019-10-22 | Merge branch 'dev' into classical_radiation_reaction | 1 | -12/+35 | ||
2019-10-21 | fix conflicts after merging dev | 1 | -22/+137 | ||
2019-10-17 | replace external field added to particle E_external with ↵ | 1 | -18/+18 | ||
E_external_particle, same for B | |||||
2019-10-17 | merge dev into PusherHC | 1 | -6/+8 | ||
2019-10-17 | Fixed changes noted on PR comments. | 1 | -6/+6 | ||
2019-10-17 | I finally rememebred to delete EOl before the PR | 1 | -2/+2 | ||
2019-10-17 | Incldued E_external option | 1 | -6/+8 | ||
2019-10-15 | Add E_external | 1 | -6/+6 | ||
2019-10-15 | removing unused variable | 1 | -2/+0 | ||
2019-10-14 | fixing EOL whitespace | 1 | -22/+22 | ||
2019-10-14 | Add Higuera-Cary pusher | 1 | -0/+21 | ||
2019-10-14 | Merge branch 'dev' of https://github.com/ECP-WarpX/WarpX into ↵ | 1 | -34/+153 | ||
CopyParticlesInZBoostSliceUsingGPU | |||||
2019-10-14 | implementing particle copy from temp arrays to buffer arrays on the GPU ↵ | 1 | -1/+2 | ||
using exclusive scan operations for boosted frame diagnostics. | |||||
2019-10-11 | Removed merge conflict from file | 1 | -3/+1 | ||
2019-10-11 | merged with dev | 1 | -10/+104 | ||
2019-10-11 | Style changes | 1 | -2/+2 | ||
2019-10-11 | Style changes | 1 | -1/+1 | ||
2019-10-11 | Style changes | 1 | -2/+2 | ||
2019-10-11 | Moved tau initialization in AddPlasma for both photons and physical particles | 1 | -25/+34 | ||
2019-10-10 | add template option for particle transformation | 1 | -2/+0 | ||
2019-10-10 | Style change | 1 | -1/+1 | ||
2019-10-10 | Style change | 1 | -1/+1 | ||
2019-10-10 | Fixed bug | 1 | -4/+5 | ||
2019-10-09 | Merge branch 'dev' into general_particle_creation | 1 | -24/+51 | ||
2019-10-09 | Added tests for the initialization of the optical depth (disabled since they ↵ | 1 | -1/+0 | ||
would need PICSAR on the QED branch) | |||||
2019-10-08 | Heavy refactoring | 1 | -2/+32 | ||
2019-10-08 | Merge remote-tracking branch 'upstream/dev' into qed_phys_part_with_lambda | 1 | -24/+51 | ||
2019-10-08 | Merge remote-tracking branch 'upstream/dev' into classical_radiation_reaction | 1 | -24/+51 | ||
2019-10-07 | Add check 'if (WarpX::gamma_boost > 1.)' and removed unsused functions. | 1 | -27/+3 | ||
2019-10-07 | Adding a few comments | 1 | -44/+74 | ||
2019-10-07 | Fix issue: 'AddParticles' is slow on GPU + coding format change. | 1 | -24/+23 | ||
2019-10-07 | Fix issue: 'AddParticles' is slow on GPU. | 1 | -1/+1 | ||
2019-10-07 | Fix issue: 'AddParticles' is slow on GPU. | 1 | -14/+58 | ||
2019-10-07 | This is a test of git commit. | 1 | -0/+8 | ||
2019-10-07 | resolving a conflict with dev | 1 | -270/+198 | ||
2019-10-01 | fixes so that it runs on GPU (and gives good result even on AMReX ↵ | 1 | -1/+2 | ||
development???) | |||||
2019-09-30 | Merge remote-tracking branch 'upstream/dev' into qed_phys_part_with_lambda | 1 | -270/+198 | ||
2019-09-30 | Do radiation reaction is now a species property | 1 | -31/+61 | ||
2019-09-30 | Merge remote-tracking branch 'upstream/dev' into classical_radiation_reaction | 1 | -257/+177 | ||
2019-09-30 | merged with dev | 1 | -6/+25 | ||
2019-09-27 | Merge pull request #413 from MaxThevenet/clean_nci | 1 | -96/+87 | ||
Move NCI filter to separate function | |||||
2019-09-26 | eol whitespace | 1 | -8/+8 | ||
2019-09-26 | add comments | 1 | -1/+8 | ||
2019-09-26 | use clearer argument names | 1 | -115/+74 | ||
2019-09-26 | put NCI filter into a separate function | 1 | -48/+73 | ||
2019-09-26 | fix types, amrex::Real and amrex::ParticleReal | 1 | -52/+52 | ||
2019-09-25 | Use explicit floating point operation | 1 | -3/+3 | ||