Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-08-21 | Clean up | 1 | -14/+14 | ||
2019-08-21 | Fixes in picmi for parsing momentum functions | 1 | -6/+6 | ||
2019-08-21 | Various bug fixes for RZ multimode | 10 | -47/+57 | ||
2019-08-21 | error if ionization on GPU | 1 | -0/+6 | ||
2019-08-21 | typo | 1 | -1/+1 | ||
2019-08-21 | had deleted call to DepositCharge by mistake. This fixes it | 1 | -0/+2 | ||
2019-08-21 | fix bug in particle output | 2 | -4/+3 | ||
2019-08-21 | warpx.openpmd_backend: Expose backends | 7 | -8/+26 | ||
Allow to chose alternative file endings with openPMD dumps. warpx.openpmd_backend = h5 warpx.openpmd_backend = bp warpx.openpmd_backend = json | |||||
2019-08-21 | add back element to plot flags | 1 | -1/+1 | ||
2019-08-21 | add comments for charge deposition | 2 | -1/+24 | ||
2019-08-21 | charge deposition depends on ionization level | 5 | -16/+58 | ||
2019-08-21 | add comments and make sure charge=q_e for ionizable species | 4 | -3/+33 | ||
2019-08-21 | Use C++ deposition as default | 1 | -1/+1 | ||
2019-08-20 | merge kernels | 1 | -40/+24 | ||
2019-08-20 | cleaning ionization examples | 3 | -83/+4 | ||
2019-08-20 | copy member variables to tmp local variables | 1 | -4/+6 | ||
2019-08-19 | python analysis script should not read Ey etc. for test Langmuir_2d | 1 | -11/+0 | ||
2019-08-19 | Implemented inverse volume scaling of J for RZ multimode in C++ | 1 | -8/+73 | ||
2019-08-19 | C-Arrays: No Restrict | 3 | -21/+21 | ||
Only pointers can be annotated with `__restrict__` but not C-Arrays. The latter might decay into a pointer but do not alias with their fixed size declaration. Removing those fixes compile errors with clang. | |||||
2019-08-19 | Implemented RZ multimode field push in C++ | 2 | -31/+137 | ||
2019-08-16 | Converted field gather for RZ multimode to C++ | 4 | -27/+76 | ||
2019-08-16 | explicitly set dt_snapshots_lab = dz_snapshots_lab/c | 2 | -2/+4 | ||
2019-08-16 | Undid deletion of comments in WarpXParticleContainer.cpp | 1 | -0/+2 | ||
2019-08-16 | Writing multimode data not supported in GetCellCenteredData | 1 | -1/+1 | ||
2019-08-16 | Implemented current deposition for RZ multimode | 2 | -23/+87 | ||
2019-08-16 | Bug fix for merge of dev into RZgeometry | 1 | -1/+1 | ||
2019-08-16 | Moved WarpX_Complex.H to Utils | 6 | -9/+26 | ||
2019-08-16 | Changed to the parameter that is currently defined in the code | 1 | -1/+1 | ||
2019-08-16 | Removed stray DS_Store file | 1 | -0/+0 | ||
2019-08-16 | typo | 1 | -1/+0 | ||
2019-08-16 | Regression Mails: Add Axel | 1 | -1/+1 | ||
Mails for everyone! :) | |||||
2019-08-16 | gitignore: More IDE files | 1 | -3/+29 | ||
Add a bit more files to `.gitignore` and sort them a little. Especially added for support of CLion. | |||||
2019-08-15 | typo | 1 | -2/+0 | ||
2019-08-15 | can automatically compute max step in boosted frame with MR | 2 | -5/+9 | ||
2019-08-15 | re-define assert since fix to rigid injection has been merged | 2 | -4/+2 | ||
2019-08-15 | Fixes for done_injecting to include boosted frame | 1 | -2/+2 | ||
2019-08-15 | restore all tests | 1 | -1/+418 | ||
2019-08-15 | relax assertion until rigid injection is fixed in other PR | 2 | -2/+4 | ||
2019-08-15 | TEMPORARILY remove all tests for faster turnaround | 1 | -417/+0 | ||
2019-08-15 | add comments in analysis scripts | 2 | -0/+29 | ||
2019-08-15 | some renaming | 5 | -4/+4 | ||
2019-08-15 | add test to the RegTest suite | 1 | -2/+20 | ||
2019-08-15 | RigidInjection test in boosted frame using back-transformed diags | 2 | -0/+88 | ||
2019-08-15 | update read_raw_data to avoid warning for deprecated Python syntax | 2 | -1/+1 | ||
2019-08-14 | typo | 1 | -1/+1 | ||
2019-08-14 | update test file | 1 | -0/+15 | ||
2019-08-14 | add inputs and analysis for rigid injection test in LAB FRAME | 2 | -84/+92 | ||
2019-08-14 | For RigidInjection, fixed calculation of done_injecting | 3 | -2/+4 | ||
2019-08-14 | Made changes in CORI - where a file ipo_out.optrpt is created authomatically ↵ | 1 | -0/+0 | ||
in WarpX. Removed it. | |||||
2019-08-14 | add doc | 1 | -0/+5 | ||