Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-11-12 | fix psatd: problem was in buffer cells | 5 | -19/+8 | ||
2019-11-12 | move F fillboundary where needed | 1 | -1/+1 | ||
2019-11-12 | Revert "move FillBoundaryF call to where needed, and allow for extra guard ↵ | 5 | -34/+4 | ||
cells" This reverts commit 89069ca7ba61dc34f9b392c75d0d4e2f3c2e0938. | |||||
2019-11-11 | move FillBoundaryF call to where needed, and allow for extra guard cells | 5 | -4/+34 | ||
2019-11-10 | fix FillBoundary calls in subcycling | 1 | -23/+24 | ||
2019-11-10 | need final fillboundaryF only if PML | 1 | -1/+1 | ||
2019-11-10 | pfew fix bug (that could lead to SEGFAULT), and indentation | 2 | -4/+5 | ||
2019-11-06 | exchange 1 extra guard cell when moving window and PMLs | 3 | -0/+7 | ||
2019-11-06 | Create/Copy Particle: Class Names Upper | 3 | -22/+25 | ||
Just cleaning up to make class names with a first, capital letter. | |||||
2019-11-06 | Fix Segfault: Create Particle Functor | 1 | -3/+3 | ||
Copy over the full create-particle functor including its data via managed memory. Previously, we used a host-side vector to initialize the functors and then did not copy over the the state to device. As always, this does not show up as an error on Summit but as a slowdown at runtime. This crashed with segfaults on all other GPU machines. | |||||
2019-11-05 | use new version of FillBoundary from amrex | 2 | -21/+21 | ||
2019-11-05 | Fix for deposition generalization for GPU | 1 | -3/+3 | ||
2019-11-04 | typo | 1 | -2/+2 | ||
2019-11-04 | trailing whitespaces | 1 | -8/+8 | ||
2019-11-04 | crash if unused variables only for TravisCI tests | 2 | -38/+43 | ||
2019-11-04 | Reworked generalized current deposition centering | 2 | -86/+95 | ||
2019-11-04 | Better selection of QED tests | 1 | -2/+2 | ||
2019-11-04 | Correct typo | 1 | -1/+1 | ||
2019-11-01 | Launch RZ tests on a separate Travis instance | 3 | -10/+27 | ||
2019-11-01 | by default hdf5 file written in perf folder | 1 | -4/+8 | ||
2019-11-01 | pass paths to analysis line | 3 | -6/+10 | ||
2019-11-01 | make performance tests more modular, to run in custom mode | 2 | -9/+25 | ||
2019-11-01 | fix number of guard cells exchanged for F | 1 | -1/+2 | ||
2019-10-31 | remove print statements | 2 | -10/+4 | ||
2019-10-31 | do not update aux grids if PSATD | 2 | -0/+17 | ||
2019-10-31 | cleaning and use better naming | 3 | -10/+27 | ||
2019-10-31 | more systematic names for guard cell variables | 6 | -106/+84 | ||
2019-10-31 | remove a bunch of unused variables, and prepare for some renaming | 3 | -47/+41 | ||
2019-10-31 | Each call to FillBoundary in regular PIC loop (FDTD) uses fewer guard cells | 6 | -70/+104 | ||
2019-10-31 | removed duplicate parameter in inputfile | 1 | -1/+0 | ||
2019-10-30 | no need to pass ng in ShiftMF | 5 | -40/+39 | ||
2019-10-30 | modified examples | 2 | -3/+1 | ||
2019-10-30 | added comments | 2 | -1/+27 | ||
2019-10-30 | added comments and corrected error in inputfile | 6 | -44/+146 | ||
2019-10-30 | cleaning | 3 | -67/+59 | ||
2019-10-30 | added noexcept to functors | 2 | -6/+6 | ||
2019-10-30 | now functors return 1 instead of true | 2 | -4/+4 | ||
2019-10-30 | added missing comment | 1 | -1/+4 | ||
2019-10-30 | added some comments | 2 | -0/+14 | ||
2019-10-30 | correct bug and changed strategy to check if a string is empty | 1 | -9/+6 | ||
2019-10-30 | clearer error message | 1 | -2/+2 | ||
2019-10-30 | refactoring to comply with new style guidelines | 11 | -200/+200 | ||
2019-10-30 | correct duplicated parameter | 1 | -4/+0 | ||
2019-10-30 | now using nspecies_quantum_sync and nspecies_breit_wheeler | 2 | -12/+20 | ||
2019-10-30 | removed unwanted QedExamplesRequiringBoost tests | 4 | -197/+29 | ||
2019-10-30 | added missing newline at the end of some files | 2 | -2/+2 | ||
2019-10-29 | Reduce number of guard cells exchanged in Moving window and EvolveEM | 6 | -44/+96 | ||
2019-10-29 | add comments to explain cudaSynchroniwe | 2 | -1/+4 | ||
2019-10-29 | call StreamSynchronize at the end of functions where arrays are allocated on GPU | 2 | -1/+3 | ||
2019-10-29 | correct bug | 1 | -2/+2 | ||