Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-10 | Merge branch 'dev' of https://github.com/ECP-WarpX/WarpX into ParticlesEBParser | 1 | -4/+5 | ||
2020-01-10 | modifying input files in test cases and adding comments | 1 | -186/+71 | ||
2020-01-10 | Merge pull request #608 from lucafedeli88/fix_bug_qed | 1 | -2/+1 | ||
[mini-PR] fix a segfault bug | |||||
2020-01-10 | fixed bug | 1 | -2/+1 | ||
2020-01-10 | added explicit static_cast where needed | 1 | -2/+4 | ||
2020-01-09 | cleaning | 1 | -10/+8 | ||
2020-01-09 | parser for particles in PhysicalParticleContainer | 1 | -21/+192 | ||
2019-12-19 | oops | 1 | -3/+3 | ||
2019-12-19 | splitting distance depends on ppc only if uniform per cell | 1 | -4/+8 | ||
2019-12-15 | Doxygen: add amrex:: prefix for function arguments in cpp files | 1 | -8/+12 | ||
2019-12-11 | Merge pull request #565 from lucafedeli88/cleaning_lgtm | 1 | -2/+2 | ||
[mini-PR] Address C++ issues found by LGTM | |||||
2019-12-11 | fixed local variable masking parameter | 1 | -2/+2 | ||
2019-12-05 | Updated field gather for generalized centering | 1 | -21/+12 | ||
2019-12-04 | When momentum-conserving gather is used, the index type of Ex, Ey, etc. is ↵ | 1 | -6/+7 | ||
not the same as WarpX::*_nodal_flag. | |||||
2019-11-29 | Merge remote-tracking branch 'upstream/dev' into qed_evolve_optical_depth | 1 | -0/+3 | ||
2019-11-26 | Merge pull request #527 from RemiLehe/poisson_relativistic | 1 | -0/+1 | ||
Take into account relativistic effects in Poisson solver | |||||
2019-11-25 | Change do_not_depoist to be species related. | 1 | -0/+1 | ||
2019-11-16 | Merge pull request #465 from RemiLehe/poisson | 1 | -0/+1 | ||
Implement space-charge initialization (non-relativistic, single-level) | |||||
2019-11-15 | Add option to set relative precision | 1 | -0/+1 | ||
2019-11-15 | cleaning | 1 | -4/+1 | ||
2019-11-15 | Merge remote-tracking branch 'upstream/dev' into qed_evolve_optical_depth | 1 | -56/+132 | ||
2019-11-14 | Merge pull request #473 from ↵ | 1 | -56/+132 | ||
RevathiJambunathan/CopyParticlesInZBoostSliceUsingGPU Copy particles in z boost slice using gpu | |||||
2019-11-13 | Merge remote-tracking branch 'upstream/dev' into qed_evolve_optical_depth | 1 | -14/+4 | ||
2019-11-12 | Merge branch 'dev' into poisson | 1 | -14/+4 | ||
2019-11-11 | Cuda -> Gpu according to AMReX change | 1 | -4/+4 | ||
2019-11-11 | Call RedistributeGPU on GPU, since @amtyers fixed the issue with runtime ↵ | 1 | -10/+0 | ||
components | |||||
2019-11-07 | Implement space-charge initialization (non-relativistic, single-level) | 1 | -0/+1 | ||
2019-11-06 | Revert "fixed bug" | 1 | -4/+4 | ||
This reverts commit 7220ab302e9a62116f52f0345018d48d5884bca4. | |||||
2019-11-06 | fixed bug | 1 | -4/+4 | ||
2019-11-05 | added missing commit | 1 | -1/+40 | ||
2019-10-31 | changing 'int' declaraction to 'const int' | 1 | -2/+2 | ||
2019-10-31 | merging with changes in the dev. Specifically changing boosted to ↵ | 1 | -48/+47 | ||
back-transformed | |||||
2019-10-31 | Moved evolution of optical depth in a dedicated function | 1 | -156/+39 | ||
2019-10-31 | Allow initialization tests without QED | 1 | -1/+4 | ||
2019-10-31 | removed QED from PushP | 1 | -202/+48 | ||
2019-10-30 | fixed some bugs due to merging | 1 | -4/+4 | ||
2019-10-30 | fixed merge conflict | 1 | -20/+19 | ||
2019-10-30 | refactoring to comply with new style guidelines | 1 | -12/+12 | ||
2019-10-29 | removed unwanted debug messages | 1 | -6/+0 | ||
2019-10-29 | Added QS to PushPX | 1 | -16/+94 | ||
2019-10-29 | simplification | 1 | -58/+52 | ||
2019-10-29 | adding tau | 1 | -86/+191 | ||
2019-10-29 | Merge remote-tracking branch 'upstream/dev' into qed_evolve_optical_depth | 1 | -28/+28 | ||
2019-10-28 | resolve merge conflicts | 1 | -28/+28 | ||
2019-10-28 | Merge branch 'dev' into initial_fields | 1 | -15/+108 | ||
2019-10-28 | Merge pull request #493 from MaxThevenet/btd | 1 | -5/+5 | ||
replace 'boosted frame diags' with 'back-transformed diags' | |||||
2019-10-26 | Consts and Real Literals | 1 | -5/+5 | ||
Start to modernize const correctness in interfaces and replace real literals with proper type. | |||||
2019-10-25 | replace 'boosted frame diags' with 'back-transformed diags' | 1 | -5/+5 | ||
2019-10-25 | added some of the kernels to evolve optical depth | 1 | -0/+132 | ||
2019-10-25 | Separate PushPX kernels in a dedicated function | 1 | -5/+26 | ||