aboutsummaryrefslogtreecommitdiff
path: root/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PMLPsatdAlgorithm.cpp (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-13Fixed FDTD coefficients of E push from F (#804)Gravatar David Grote 1-13/+13
2020-03-13Remove obsolete Fortran function declaration (#796)Gravatar Remi Lehe 1-79/+0
2020-03-13correct misprint in doc (#802)Gravatar Luca Fedeli 1-1/+1
2020-03-12Added RZ mode for charge and direct current deposition (#793)Gravatar David Grote 3-9/+46
2020-03-12Fix misspellings of the word 'auxiliary' (#799)Gravatar Michael E Rowan 2-5/+5
2020-03-12Changed BL_ASSERT to AMREX_ALWAYS_ASSERT for user input (#798)Gravatar David Grote 2-10/+10
2020-03-12Fail gracefully when laser amplitude is zero (#781)Gravatar danielbelkin 1-0/+7
2020-03-11Added optional user defined number of guard cells to use with PSATD solver (#...Gravatar Olga Shapoval 2-14/+18
2020-03-10Single Precision: Regression Tolerance (#771)Gravatar Axel Huebl 1-0/+2
2020-03-10With RZ, always write out theta (#782)Gravatar David Grote 1-0/+7
2020-03-10Include private members of classes in Doxygen documentation (#785)Gravatar Edoardo Zoni 2-10/+10
2020-03-10Allowed for more general centering of charge density (#768)Gravatar David Grote 5-25/+52
2020-03-06Remove old electrostatic code (#780)Gravatar Remi Lehe 20-1385/+0
2020-03-06Remove FFTW include (#777)Gravatar Remi Lehe 1-4/+0
2020-03-06Update CONTRIBUTING.md: fix URL for Github forks (#774)Gravatar Edoardo Zoni 1-1/+1
2020-03-06Add default values for particle and cell weights used in heuristic costs upda...Gravatar Michael E Rowan 2-4/+58
2020-03-06add _rt suffix to particle shape factor functions (#763)Gravatar MaxThevenet 1-20/+41
2020-03-06Fix electrostatic solver (#730)Gravatar Remi Lehe 7-89/+107
2020-03-04Fix and automatically test USE_PSATD_PICSAR=TRUE (#769)Gravatar MaxThevenet 2-0/+20
2020-03-04Permission issue with Maxwell QED input test file (#766)Gravatar Remi Lehe 1-0/+0
2020-03-03update tag number (#764)Gravatar MaxThevenet 3-3/+3
2020-03-02Option to specify the type of physical species (#746)Gravatar MaxThevenet 9-30/+142
2020-03-02Heuristic load balance based on number of particles and number of cells (#737)Gravatar Michael E Rowan 12-50/+241
2020-03-02modified comments and replaced old-style cast (#762)Gravatar Luca Fedeli 1-20/+52
2020-03-02EvolveE: Update Includes (#761)Gravatar Axel Huebl 1-2/+3
2020-02-29replace tau by optical_depth_QSR and optical_depth_BW (#742)Gravatar MaxThevenet 6-28/+38
2020-02-28fixing bug in ckc (#760)Gravatar Revathi Jambunathan 1-10/+10
2020-02-28Avoid using namespace amrex in .H files (#754)Gravatar MaxThevenet 1-10/+14
2020-02-28Add acknowledgement doc section (#758)Gravatar MaxThevenet 2-0/+24
2020-02-27Update tolerance of regression tests on garuda (#756)Gravatar Remi Lehe 1-0/+3
2020-02-27Comment/Remove Unused Parameters (#749)Gravatar Axel Huebl 15-22/+34
2020-02-27fix number of steps for injection test on GPU (#755)Gravatar MaxThevenet 1-0/+1
2020-02-27Implement div(E) diagnostics for spectral case (#720)Gravatar Edoardo Zoni 8-24/+121
2020-02-26Insist that small PRs are better. (#752)Gravatar MaxThevenet 1-3/+7
2020-02-26Fix Util: No Variable-Length Array (#750)Gravatar Axel Huebl 1-6/+1
2020-02-26Use C++ templates in `EvolveE` function (#676)Gravatar Remi Lehe 9-440/+386
2020-02-26BackTransformedDiagnostic: ParticleReal (#747)Gravatar Axel Huebl 1-28/+28
2020-02-26Single Precision: Binary Suffixes (#748)Gravatar Axel Huebl 1-0/+7
2020-02-25Includes: Clean Up (#743)Gravatar Axel Huebl 96-405/+525
2020-02-25FDTD: Real Literals and Formatting (#736)Gravatar Axel Huebl 4-149/+176
2020-02-25openPMD: Fix Single Precision Build (#745)Gravatar Axel Huebl 2-2/+2
2020-02-24Profiler wrapper to allow for cudaDeviceSynchronize (#738)Gravatar MaxThevenet 35-117/+178
2020-02-24Split travis tests in bigger matrix (#723)Gravatar MaxThevenet 6-26/+113
2020-02-24corrected two typos missed during review of PR-719 (#741)Gravatar Glenn Richardson 1-2/+2
2020-02-24update due to change in amrex (#740)Gravatar Andrew Myers 1-2/+2
2020-02-21Call AMReX Bin sort (#739)Gravatar MaxThevenet 6-4/+25
2020-02-21Make the option to exchange all guard cells safer (#709)Gravatar MaxThevenet 9-62/+106
2020-02-20Minor refactoring of space-charge calculation (#732)Gravatar Remi Lehe 5-10/+29
2020-02-20openPMD: warn if step is already written (#718)Gravatar guj 3-7/+19
2020-02-20Add Reset Random Seed Feature (#717)Gravatar Yinjian Zhao 2-0/+31