aboutsummaryrefslogtreecommitdiff
path: root/Source/Parallelization/GuardCellManager.cpp (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2019-11-12cleaning, and additional checksGravatar MaxThevenet 1-1/+3
2019-11-12fix psatd: problem was in buffer cellsGravatar MaxThevenet 5-19/+8
2019-11-12move F fillboundary where neededGravatar MaxThevenet 1-1/+1
2019-11-12Revert "move FillBoundaryF call to where needed, and allow for extra guard ↵Gravatar MaxThevenet 5-34/+4
cells" This reverts commit 89069ca7ba61dc34f9b392c75d0d4e2f3c2e0938.
2019-11-11move FillBoundaryF call to where needed, and allow for extra guard cellsGravatar MaxThevenet 5-4/+34
2019-11-10fix FillBoundary calls in subcyclingGravatar MaxThevenet 1-23/+24
2019-11-10need final fillboundaryF only if PMLGravatar MaxThevenet 1-1/+1
2019-11-10pfew fix bug (that could lead to SEGFAULT), and indentationGravatar MaxThevenet 2-4/+5
2019-11-06exchange 1 extra guard cell when moving window and PMLsGravatar MaxThevenet 3-0/+7
2019-11-06Create/Copy Particle: Class Names UpperGravatar Axel Huebl 3-22/+25
Just cleaning up to make class names with a first, capital letter.
2019-11-06Fix Segfault: Create Particle FunctorGravatar Axel Huebl 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-05use new version of FillBoundary from amrexGravatar MaxThevenet 2-21/+21
2019-11-05Fix for deposition generalization for GPUGravatar grote 1-3/+3
2019-11-04typoGravatar MaxThevenet 1-2/+2
2019-11-04trailing whitespacesGravatar MaxThevenet 1-8/+8
2019-11-04crash if unused variables only for TravisCI testsGravatar MaxThevenet 2-38/+43
2019-11-04Reworked generalized current deposition centeringGravatar Dave Grote 2-86/+95
2019-11-04Better selection of QED testsGravatar Remi Lehe 1-2/+2
2019-11-04Correct typoGravatar Remi Lehe 1-1/+1
2019-11-01Launch RZ tests on a separate Travis instanceGravatar Remi Lehe 3-10/+27
2019-11-01by default hdf5 file written in perf folderGravatar Maxence Thevenet 1-4/+8
2019-11-01pass paths to analysis lineGravatar Maxence Thevenet 3-6/+10
2019-11-01make performance tests more modular, to run in custom modeGravatar Maxence Thevenet 2-9/+25
2019-11-01fix number of guard cells exchanged for FGravatar MaxThevenet 1-1/+2
2019-10-31remove print statementsGravatar MaxThevenet 2-10/+4
2019-10-31do not update aux grids if PSATDGravatar MaxThevenet 2-0/+17
2019-10-31cleaning and use better namingGravatar MaxThevenet 3-10/+27
2019-10-31more systematic names for guard cell variablesGravatar MaxThevenet 6-106/+84
2019-10-31remove a bunch of unused variables, and prepare for some renamingGravatar MaxThevenet 3-47/+41
2019-10-31Each call to FillBoundary in regular PIC loop (FDTD) uses fewer guard cellsGravatar MaxThevenet 6-70/+104
2019-10-31removed duplicate parameter in inputfileGravatar Luca Fedeli 1-1/+0
2019-10-30no need to pass ng in ShiftMFGravatar MaxThevenet 5-40/+39
2019-10-30modified examplesGravatar Luca Fedeli 2-3/+1
2019-10-30added commentsGravatar Luca Fedeli 2-1/+27
2019-10-30added comments and corrected error in inputfileGravatar Luca Fedeli 6-44/+146
2019-10-30cleaningGravatar Luca Fedeli 3-67/+59
2019-10-30added noexcept to functorsGravatar Luca Fedeli 2-6/+6
2019-10-30now functors return 1 instead of trueGravatar Luca Fedeli 2-4/+4
2019-10-30added missing commentGravatar Luca Fedeli 1-1/+4
2019-10-30added some commentsGravatar Luca Fedeli 2-0/+14
2019-10-30correct bug and changed strategy to check if a string is emptyGravatar Luca Fedeli 1-9/+6
2019-10-30clearer error messageGravatar Luca Fedeli 1-2/+2
2019-10-30refactoring to comply with new style guidelinesGravatar Luca Fedeli 11-200/+200
2019-10-30correct duplicated parameterGravatar Luca Fedeli 1-4/+0
2019-10-30now using nspecies_quantum_sync and nspecies_breit_wheelerGravatar Luca Fedeli 2-12/+20
2019-10-30removed unwanted QedExamplesRequiringBoost testsGravatar Luca Fedeli 4-197/+29
2019-10-30added missing newline at the end of some filesGravatar Luca Fedeli 2-2/+2
2019-10-29Reduce number of guard cells exchanged in Moving window and EvolveEMGravatar MaxThevenet 6-44/+96
2019-10-29add comments to explain cudaSynchroniweGravatar MaxThevenet 2-1/+4
2019-10-29call StreamSynchronize at the end of functions where arrays are allocated on GPUGravatar MaxThevenet 2-1/+3