aboutsummaryrefslogtreecommitdiff
path: root/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/SpectralBaseAlgorithm.cpp (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-24Fix some warnings (#1239)Gravatar Luca Fedeli 1-1/+1
2020-08-24Add doc about how to provide a Coulomb logarithm for the collision module (#1...Gravatar Yinjian Zhao 1-9/+10
2020-08-24Remove Recursive Function from Parser (#1156)Gravatar WeiqunZhang 14-232/+335
2020-08-20[mini]Fix normalization factor on rho for RZ higher modes (#1254)Gravatar David Grote 2-4/+5
2020-08-20`amrex::Math::sqrt` -> `std::math`. `amrex::Math::sqrt` was a temporary (#1258)Gravatar WeiqunZhang 1-1/+1
2020-08-19change default warpx.sort_bin_size to (1, 1, 1) (#1253)Gravatar Andrew Myers 1-1/+1
2020-08-17Bug fix for RZ PSATD backwards transform for GPU (#1247)Gravatar David Grote 1-1/+1
2020-08-17fix performance IO automated test (#1248)Gravatar MaxThevenet 2-1/+2
2020-08-16Fix implicit conversion warning (#1249)Gravatar Michael E Rowan 1-1/+1
2020-08-13Fix RZ PSATD backward transform for icomp > 0 (#1246)Gravatar David Grote 1-4/+3
2020-08-13Make collision module doable for RZ (#1135)Gravatar Yinjian Zhao 1-6/+26
2020-08-13Domain decomposition by user (#1231)Gravatar WeiqunZhang 4-0/+66
2020-08-12Updated doc for installation of RZ PSATD (#1245)Gravatar David Grote 1-6/+16
2020-08-11fix typo in doc (#1243)Gravatar Revathi Jambunathan 1-3/+3
2020-08-06RZ PSATD: rho diags must be cell-centered (#1240)Gravatar Edoardo Zoni 1-0/+2
2020-08-06Use psatd.n<xz>_guard, not psatd.n<xy>_guard, in 2D and RZ (#1237)Gravatar Edoardo Zoni 1-1/+5
2020-08-06swap fieldGather and external fields (#1235)Gravatar Revathi Jambunathan 5-23/+23
2020-08-06Galilean PSATD: current correction and rho-free formulation (#1151)Gravatar Edoardo Zoni 22-199/+689
2020-08-06Reformatted BTD fields (#1158)Gravatar Revathi Jambunathan 20-146/+742
2020-08-05Update checksum tests (#1236)Gravatar Remi Lehe 7-104/+104
2020-08-03Fix bug in imaginary part of divE (#1233)Gravatar Edoardo Zoni 1-1/+1
2020-08-03Travis CI: openPMD Slipped Out (#1223)Gravatar Axel Huebl 5-51/+39
2020-08-03CMake: openPMD Suffix (#1228)Gravatar Axel Huebl 1-1/+1
2020-08-03removed several other warnings (#1229)Gravatar Luca Fedeli 11-12/+62
2020-08-01Fix the source of some "unused variable" warnings (#1227)Gravatar Luca Fedeli 5-37/+40
2020-07-31openPMD: Reconstruct RZ Particles (#1225)Gravatar Axel Huebl 2-6/+40
2020-07-30Add input parameter to control Galerkin-scheme gather (#1191)Gravatar danielbelkin 17-41/+50
2020-07-30openPMD: Field Names/Labels, Particle Record Names (#1224)Gravatar Axel Huebl 1-12/+22
2020-07-30Travis CI: CCache (#1226)Gravatar Axel Huebl 3-1/+21
2020-07-28Add some information about using async io in the docs (#1194)Gravatar Andrew Myers 3-0/+31
2020-07-28[tiny] Avoid particles with do_not_gather=1 be pushed in the last half step (...Gravatar Luca Fedeli 2-20/+31
2020-07-28Add job submission script of Cori Haswell in Doc (#1222)Gravatar Yinjian Zhao 2-0/+58
2020-07-28Docs: Hint FWHM_I in Gaussian Beam (#1215)Gravatar Axel Huebl 1-1/+3
2020-07-27CI: Fix oneAPI Activation (#1219)Gravatar Axel Huebl 1-4/+11
2020-07-27Input: Remove n<something> options (#1217)Gravatar Axel Huebl 60-126/+44
2020-07-27Current Deposition: Fix Unused Params (#1218)Gravatar Axel Huebl 1-5/+9
2020-07-27Rename Input to `algo.maxwell_solver` (#1188)Gravatar Axel Huebl 31-43/+52
2020-07-27Fix Diagnostics: Compiler Warnings (#1209)Gravatar Axel Huebl 6-75/+72
2020-07-27fix warning on LGTM (#1212)Gravatar Luca Fedeli 1-1/+3
2020-07-27Added k-space filter for RZ spectral solver (#1006)Gravatar David Grote 15-6/+250
2020-07-27Build: Enable Warnings (#1211)Gravatar Axel Huebl 1-0/+3
2020-07-24Fix -Wextra-semi (#1207)Gravatar Axel Huebl 20-68/+68
2020-07-24do not directly access the particle id and cpu in favor of going through the ...Gravatar Andrew Myers 3-5/+5
2020-07-24CMake: RelWithDebInfo -O3 (#1203)Gravatar Axel Huebl 1-16/+27
2020-07-24Do PSATD+RZ in the RZ_NO_MPI travis instance (#1202)Gravatar Remi Lehe 2-2/+3
2020-07-24fix bug which prevented evolution of optical depth (#1205)Gravatar Luca Fedeli 1-1/+1
2020-07-23Workaround for 2D Galilean tests (#1200)Gravatar Edoardo Zoni 3-24/+34
2020-07-23Add Travis regression test for RZ spectral solver (#1175)Gravatar David Grote 6-8/+69
2020-07-22Cleaner calculation of the simulation timestep (#1031)Gravatar Remi Lehe 13-91/+193
2020-07-22make the docs and assertions around the particle shape factors reflect the cu...Gravatar Andrew Myers 2-3/+3