aboutsummaryrefslogtreecommitdiff
path: root/Source/FieldSolver/SpectralSolver/SpectralKSpace.cpp (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2019-11-12Reuse existing interpolation functionsGravatar Remi Lehe 2-23/+33
2019-11-12Remove Fortran filesGravatar Remi Lehe 4-139/+6
2019-11-12Modernize DepositChargeGravatar Remi Lehe 1-48/+34
2019-11-11Cuda -> Gpu according to AMReX changeGravatar Weiqun Zhang 11-33/+30
2019-11-11Call RedistributeGPU on GPU, since @amtyers fixed the issue with runtime ↵Gravatar MaxThevenet 2-20/+2
components
2019-11-11Added comments and chagned variable names for clarity.Gravatar Cameron Yang 1-19/+51
2019-11-08un-end-of-line-whitespace-ifyGravatar Cameron Yang 1-1/+1
2019-11-08UntabifyGravatar Cameron Yang 2-53/+53
2019-11-08Corrected more mistakes and tightened code.Gravatar Cameron Yang 1-12/+10
2019-11-08Corrected mistakes and made formatting changes.Gravatar Cameron Yang 2-9/+9
2019-11-08Completed Zenitani 2015 reference.Gravatar Cameron Yang 1-6/+6
2019-11-08Added description of MJ params and methods.Gravatar Cameron Yang 1-0/+9
2019-11-08Added Maxwell-Juttner getMomentum function to IM.H and PI.cpp.Gravatar Cameron Yang 2-1/+83
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-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-10-31removed duplicate parameter in inputfileGravatar Luca Fedeli 1-1/+0
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-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
2019-10-29correct bugGravatar Luca Fedeli 1-2/+2
2019-10-28replace 'boosted frame' with 'back-transformed' diagsGravatar MaxThevenet 3-17/+17
2019-10-28mention in Doc that ionization on GPU is slowGravatar MaxThevenet 1-1/+2
2019-10-28remove irrelevant references to ionizationGravatar MaxThevenet 1-11/+11
2019-10-28added missing examplesGravatar Luca Fedeli 2-0/+195
2019-10-28Moved untestable examples in another folderGravatar Luca Fedeli 2-195/+0