Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-08-02 | add max plasma density | 1 | -2/+6 | ||
2019-08-02 | remove particles below or above density thresholds | 3 | -0/+17 | ||
2019-08-01 | typos in example inputs | 3 | -6/+2 | ||
2019-08-01 | remove unused variables | 1 | -3/+0 | ||
2019-08-01 | Merge pull request #236 from ECP-WarpX/addplasma | 22 | -1211/+1587 | ||
Reimplement AddPlasma. | |||||
2019-07-31 | Clean unused function Evolve in MultiParticleContainer.cpp | 1 | -24/+0 | ||
2019-07-31 | Merge pull request #223 from ECP-WarpX/new_gather | 9 | -41/+417 | ||
Replace Fortran field gather with C++ version | |||||
2019-07-31 | Merge pull request #250 from ECP-WarpX/add_comments_addplasma | 12 | -9/+159 | ||
Add comments addplasma | |||||
2019-07-31 | cleaning suggested in Remi's review | 2 | -13/+13 | ||
2019-07-31 | comments in PPC | 1 | -0/+10 | ||
2019-07-31 | comments in plasma injector | 2 | -0/+22 | ||
2019-07-31 | comment GPUParser and custom density/momentum profiles | 4 | -7/+31 | ||
2019-07-31 | comments on all injectors | 4 | -1/+40 | ||
2019-07-31 | fix memory needed in shared memory | 2 | -2/+2 | ||
2019-07-31 | comment union thing for injectors | 2 | -0/+55 | ||
2019-07-31 | Merge pull request #248 from ECP-WarpX/multi_level_psatd2 | 1 | -28/+43 | ||
Apply spectral solver to the fine and coarse patch | |||||
2019-07-31 | Add anonymous namespace | 1 | -33/+34 | ||
2019-07-30 | Apply spectral solver to the fine and coarse patch | 1 | -23/+37 | ||
2019-07-30 | Merge branch 'dev' into new_gather | 0 | -0/+0 | ||
2019-07-30 | Merge pull request #247 from ECP-WarpX/fixes_current_deposition | 4 | -318/+349 | ||
Cleaning in current deposition | |||||
2019-07-30 | forgot one file | 1 | -0/+117 | ||
2019-07-30 | fix merge conflicts dev | 26 | -771/+1119 | ||
2019-07-30 | some cleaning in current deposition | 3 | -318/+232 | ||
2019-07-30 | Merge pull request #240 from ax3l/topic-summitAutoCalc | 1 | -1/+3 | ||
Summit: Auto-Calc Nodes from Jobscript | |||||
2019-07-30 | Merge pull request #246 from ECP-WarpX/fix_python | 1 | -1/+1 | ||
fix typoe: use picmi.constants.c | |||||
2019-07-30 | fix typoe: use picmi.constants.c | 1 | -1/+1 | ||
2019-07-29 | Merge commit '1df21d2336362bcdda3654' into addplasma | 4 | -8/+8 | ||
2019-07-29 | Merge pull request #160 from ECP-WarpX/push_momentum | 7 | -244/+337 | ||
Implement particle pusher for momentum in C++ | |||||
2019-07-29 | Merge pull request #238 from ECP-WarpX/rm_picsar_deposition | 1 | -6/+6 | ||
Use WarpX current deposition for laser particles as well | |||||
2019-07-29 | Merge pull request #242 from ECP-WarpX/picmi_fixes | 2 | -59/+91 | ||
Picmi fixes | |||||
2019-07-29 | Merge pull request #244 from MaxThevenet/choose_fields | 9 | -171/+157 | ||
Choose fields and components in plotfiles | |||||
2019-07-28 | No need to resize random number seeds anymore | 8 | -52/+0 | ||
2019-07-27 | Remove tabs in GNUMakefile | 1 | -2/+2 | ||
2019-07-27 | typo | 1 | -2/+2 | ||
2019-07-27 | clarify comments and clean stuff used for debugging | 2 | -9/+8 | ||
2019-07-27 | fix input files and add doc | 5 | -14/+10 | ||
2019-07-27 | update input files with new syntax for fields to plot | 5 | -7/+5 | ||
2019-07-27 | user can choose fields and components to dump | 3 | -230/+80 | ||
2019-07-26 | read list of fields from input file. Start writing per-component I/Os | 3 | -5/+148 | ||
2019-07-26 | Merge pull request #241 from ECP-WarpX/meaningful_tests | 3 | -5/+5 | ||
Change default values/checks for regression tests | |||||
2019-07-26 | In picmi, add support for all elements | 2 | -4/+23 | ||
2019-07-26 | In picmi, fixed Multispecies | 1 | -8/+19 | ||
2019-07-26 | In picmi, wrapped the constants in a class | 1 | -47/+49 | ||
2019-07-26 | remove Ann from email list | 1 | -1/+1 | ||
2019-07-26 | Prevent Python checks from failing | 1 | -1/+1 | ||
2019-07-26 | Change default values/checks for regression tests | 2 | -4/+4 | ||
2019-07-26 | Summit: Auto-Calc Nodes from Jobscript | 1 | -1/+3 | ||
In order to avoid to set the number of nodes twice in a Summit job script, let us calculate the number from the environment before startup. | |||||
2019-07-26 | fix RZ. Now both 2D and RZ give same result as before | 1 | -3/+3 | ||
2019-07-26 | get rid of Fortran field gather except for RZ | 6 | -32/+45 | ||
2019-07-26 | use WarpX current deposition for laser particles as well | 1 | -6/+6 | ||