Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-10-25 | fixed use of shared pointers | 2 | -4/+7 | ||
2019-10-24 | add m_ convention in CONTRIBUTING markdown | 1 | -0/+1 | ||
2019-10-24 | run analysis only in read mode | 1 | -1/+1 | ||
2019-10-24 | add a new regression test for momentum conserving field gather | 1 | -0/+16 | ||
2019-10-24 | cleanup and comment | 3 | -5/+3 | ||
2019-10-24 | update algo.field_gathering in new inputs files. standard is now an invalid ↵ | 6 | -6/+6 | ||
option. | |||||
2019-10-24 | Add initial value (false) for test_quantum_sync | 1 | -1/+1 | ||
2019-10-23 | minor cleaning | 1 | -3/+1 | ||
2019-10-23 | cleaning | 1 | -4/+3 | ||
2019-10-23 | fix performance tests on Summit | 4 | -16/+18 | ||
2019-10-23 | save performance h5 files, and move handling to perf_logs repo | 1 | -36/+19 | ||
2019-10-23 | remove unused constant | 1 | -2/+1 | ||
2019-10-21 | Made modifications based on suggestions from PR review. 1.Added the override ↵ | 1 | -6/+6 | ||
qualifies for functions in the derived class. 2. Clarified that particles are selectively copied from tmp to reduced diag buffer if they are within the user-defined subdomain. | |||||
2019-10-18 | Add Higuera pusher into Langmuir test input.rt | 1 | -0/+1 | ||
2019-10-18 | Modified according to MaxThevenet's comments | 6 | -8/+13 | ||
2019-10-18 | do not check double newline in WarpX-tests.ini | 1 | -3/+3 | ||
2019-10-18 | Add automatic tests | 3 | -0/+86 | ||
2019-10-17 | Fixed changes noted on PR comments. | 2 | -9/+9 | ||
2019-10-17 | Deleting blank lines in Laser section of Docs | 1 | -2/+0 | ||
2019-10-17 | I finally rememebred to delete EOl before the PR | 2 | -4/+4 | ||
2019-10-17 | Deleted MAxwell QED lines that snuck into this brnach | 1 | -2/+0 | ||
2019-10-17 | Added E-external particle option and updated documentation accodringly | 1 | -0/+6 | ||
2019-10-17 | Incldued E_external option | 4 | -9/+14 | ||
2019-10-16 | Added a comment | 1 | -0/+1 | ||
2019-10-16 | Modified run_test.sh | 1 | -1/+5 | ||
2019-10-16 | removed Boost for now | 3 | -7/+2 | ||
2019-10-15 | Add E_external | 4 | -9/+12 | ||
2019-10-15 | Add the modified parameters.rst | 1 | -0/+1 | ||
2019-10-15 | Change to HigueraCary = 2 | 1 | -1/+1 | ||
2019-10-14 | Fixed a declaration mistake. Compile successfully now. | 1 | -1/+1 | ||
2019-10-14 | Add Higuera-Cary pusher | 6 | -1/+89 | ||
2019-10-14 | Correct bug | 1 | -2/+2 | ||
2019-10-14 | fixed bug | 1 | -2/+0 | ||
2019-10-14 | fixed bug | 2 | -8/+10 | ||
2019-10-14 | Now Boost is compiled only if it is really needed | 1 | -6/+6 | ||
2019-10-14 | Fixed bug | 1 | -2/+2 | ||
2019-10-14 | Reverted to Boost installation via wget+compile | 1 | -1/+6 | ||
2019-10-14 | Split tests also according to if QED is used or not | 2 | -2/+13 | ||
2019-10-14 | replaced compilation of boost library with conda install boost | 1 | -6/+1 | ||
2019-10-11 | Removed merge conflict from file | 1 | -3/+1 | ||
2019-10-11 | Style changes | 1 | -1/+1 | ||
2019-10-11 | solved issues with unit test | 2 | -9/+7 | ||
2019-10-11 | Fix particle partition in buffers | 2 | -8/+66 | ||
2019-10-11 | Cleaning documentation to mention that the slice multi-fab obtained using ↵ | 1 | -3/+3 | ||
amrex::get_slice_data is re-used after performing the back-transformation. | |||||
2019-10-11 | removing commented out line | 1 | -1/+0 | ||
2019-10-11 | fixing eol whitespace format | 1 | -1/+1 | ||
2019-10-11 | Adding documentation on visualization of reduced diagnostic to clarify that ↵ | 1 | -4/+6 | ||
2 cells are written out for a slice and that the 0th index of the reduced diagnostic coresponds to ny/2-1 of the full diagnostic. | |||||
2019-10-11 | Removed std::pow | 1 | -2/+2 | ||
2019-10-11 | Replaced amrex::Real with amrex::ParticleReal in Boris+RR pusher | 1 | -3/+3 | ||
2019-10-11 | Modified comment | 1 | -4/+6 | ||