aboutsummaryrefslogtreecommitdiff
path: root/Source/FieldSolver/SpectralSolver/SpectralFieldData.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-08Do Not Fill Guard Cells with Inverse FFTs, Unless for Field Damping (#2045)Gravatar Edoardo Zoni 1-3/+17
2021-07-06Fix readability-container-size-empty warning raised by clang-tidy (#2055)Gravatar Luca Fedeli 1-1/+1
2021-06-30Add OpenMP for FFTW (#2040)Gravatar Axel Huebl 1-0/+4
2021-06-24Use "Include What You Use" on WarpX (#1947)Gravatar Luca Fedeli 1-1/+19
2021-05-10Guard Cells with PSATD: Fill With Inverse FFT, Damp Fields (#1867)Gravatar Edoardo Zoni 1-38/+45
2021-03-16Add timers in routines that depend on cell-related work (#1692)Gravatar Michael E Rowan 1-4/+51
2020-07-20Vay current deposition (#1051)Gravatar Edoardo Zoni 1-7/+6
2020-05-29Encapsulate FFTs (#1055)Gravatar MaxThevenet 1-204/+14
2020-05-08Fix bug for PSATD momentum-conserving runs (#965)Gravatar Remi Lehe 1-2/+2
2020-04-03Avoid i%1 in a lambda, gives compiler segfault (#892)Gravatar MaxThevenet 1-6/+11
2020-04-02Periodic, single-box FFT (#881)Gravatar Remi Lehe 1-7/+34
2020-03-13PSATD Single precision (#805)Gravatar MaxThevenet 1-29/+99
2020-02-25Includes: Clean Up (#743)Gravatar Axel Huebl 1-1/+5
2020-02-19[mini-PR] when a cufft error occurs, print a meaningful error message (#728)Gravatar Luca Fedeli 1-6/+43
2020-01-27Automatically add copyright header with update_copyright.shGravatar Tools 1-0/+7
2019-12-15Doxygen: add amrex:: prefix for function arguments in cpp filesGravatar MaxThevenet 1-4/+4
2019-07-22Merge branch 'dev' into psatd_pmlGravatar Remi Lehe 1-7/+66
2019-06-24Only copy FFT data to the valid boxGravatar Remi Lehe 1-21/+22
2019-06-06 Included revisions as suggested in the PRGravatar Revathi Jambunathan 1-7/+9
2019-06-06 adding 2D cufft plansGravatar Revathi Jambunathan 1-8/+13
2019-06-06cleaning code for spectral cufft for 3DGravatar Revathi Jambunathan 1-31/+19
2019-05-14 changed made after merging with lastest dev versionGravatar Revathi Jambunathan 1-8/+10
2019-05-08temporary print files for debuggingGravatar Revathi Jambunathan 1-34/+18
2019-05-06Added cuFFT kernels -- debugging error in rho values before forward transformGravatar Revathi Jambunathan 1-1/+78
2019-05-02Start implementation of spectral PMLGravatar Remi Lehe 1-3/+3
2019-05-01Fix FFT sizeGravatar Remi Lehe 1-5/+8
2019-05-01Fix normalizationGravatar Remi Lehe 1-6/+8
2019-05-01Implement Real-to-complex FFTGravatar Remi Lehe 1-12/+12
2019-04-29Merge branch 'dev' into fix_spectralGravatar Remi Lehe 1-42/+11
2019-04-29Update structure for storing spectral fieldsGravatar Remi Lehe 1-41/+11
2019-04-28Fix more 2D bugsGravatar Remi Lehe 1-2/+7
2019-04-24Correct out-of-bounds with real-space boxGravatar Remi Lehe 1-4/+2
2019-04-23Add comments ; copy only to valid boxGravatar Remi Lehe 1-27/+27
2019-04-23Switch and rename the shift factorsGravatar Remi Lehe 1-26/+41
2019-04-23Remove bug in Fourier transformGravatar Remi Lehe 1-1/+1
2019-04-23Fix a few bugGravatar Remi Lehe 1-7/+32
2019-04-23Apply shift factorsGravatar Remi Lehe 1-9/+36
2019-04-23Add break statementsGravatar Remi Lehe 1-12/+12
2019-04-23Added shift functionGravatar Remi Lehe 1-0/+8
2019-04-23Fix error with 2D spectral solverGravatar Remi Lehe 1-1/+1
2019-04-23Implement spectral solver in 2DGravatar Remi Lehe 1-7/+12
2019-04-23Normalize inverse FFTGravatar Remi Lehe 1-1/+4
2019-04-23Transform rho_old and rho_newGravatar Remi Lehe 1-4/+6
2019-04-23Fix runtime errorsGravatar Remi Lehe 1-5/+7
2019-04-23Define SpectralSolver classGravatar Remi Lehe 1-0/+186
2025-03-31[ci] formatGravatar Matt Kane 3-4/+3 2025-03-31feat(cloudflare): add KV session storage support (#13514)Gravatar Matt Kane 19-487/+490 2025-03-31fix(deps): update astro client runtimes (#13522)Gravatar renovate[bot] 4-6/+7 2025-03-27fix(deps): update astro dependencies (#13498)Gravatar renovate[bot] 47-412/+427 2025-03-27[ci] formatGravatar Emanuele Stoppa 3-8/+7 2025-03-27refactor(actions): use `Omit` to avoid leaking types to shared context (#13429)Gravatar Emanuele Stoppa 5-11/+41 2025-03-26[ci] release (#13504)astro@5.5.5@astrojs/vue@5.0.8@astrojs/tailwind@6.0.2@astrojs/svelte@7.0.8@astrojs/studio@0.1.5@astrojs/solid-js@5.0.6@astrojs/react@4.2.2@astrojs/preact@4.0.7@astrojs/netlify@6.2.4@astrojs/mdx@4.2.2@astrojs/markdoc@0.13.2@astrojs/db@0.14.9@astrojs/cloudflare@12.3.1@astrojs/alpinejs@0.4.4Gravatar Houston (Bot) 56-132/+197 2025-03-26[ci] formatGravatar Florian Lefebvre 2-2/+2 2025-03-26fix(astro): dynamically import actions (#13510)Gravatar Florian Lefebvre 12-51/+96 2025-03-26[ci] formatGravatar Matt Kane 2-2/+2 2025-03-26fix: cache raw cookie value and decode when getting (#13485)Gravatar Matt Kane 3-17/+37 2025-03-25fix: update vite (#13505)Gravatar Emanuele Stoppa 16-104/+123 2025-03-24[ci] formatGravatar Emanuele Stoppa 1-1/+1 2025-03-24fix(app): call renderer when routes don't match (#13483)Gravatar Emanuele Stoppa 4-1/+30 2025-03-21[ci] release (#13460)astro@5.5.4@astrojs/vercel@8.1.3@astrojs/tailwind@6.0.1@astrojs/svelte@7.0.7@astrojs/preact@4.0.6@astrojs/cloudflare@12.3.0Gravatar Houston (Bot) 45-118/+119 2025-03-21fix: better error handling on Stackblitz (#13484)Gravatar Matt Kane 2-0/+12 2025-03-21Repair server islands to work with client router (#13481)Gravatar Martin Trapp 2-6/+11 2025-03-21fix: generate correct external redirects (#13480)Gravatar Matt Kane 3-4/+21 2025-03-21fix(deps): update all non-major dependencies (#13440)Gravatar renovate[bot] 24-435/+436 2025-03-21[ci] formatGravatar Florian Lefebvre 2-2/+2 2025-03-21feat(cloudflare): global env (#13444)Gravatar Florian Lefebvre 6-47/+130 2025-03-21fix(deps): update astro client runtimes (#13474)Gravatar renovate[bot] 7-345/+348 2025-03-20Small change to linking style (#13472)Gravatar Chris Swithinbank 1-1/+1 2025-03-20Add deprecation notice to Tailwind integration README (#13471)Gravatar Chris Swithinbank 2-6/+11 2025-03-20[ci] formatGravatar Matt Kane 2-2/+1 2025-03-20fix(preact,svelte): empty target container before rendering `client:only` isl...Gravatar Matt Kane 5-5/+41 2025-03-20chore(renovate): group updates (#13466)Gravatar Emanuele Stoppa 1-11/+58 2025-03-19[ci] formatGravatar Matt Kane 1-3/+2 2025-03-19fix: don't attempt to move files after build with base (#13463)Gravatar Matt Kane 8-13/+66 2025-03-19[ci] formatGravatar Emanuele Stoppa 2-6/+18 2025-03-19fix(routing): don't add site to static redirects (#13447)Gravatar Emanuele Stoppa 7-10/+49 2025-03-18[ci] formatGravatar Matt Kane 2-2/+1 2025-03-18fix: set correct statusText for custom error pages (#13457)Gravatar Matt Kane 4-2/+19 2025-03-18chore(deps): update github-actions (#13459)Gravatar renovate[bot] 9-13/+13 2025-03-18chore(deps): update github-actions (#13458)Gravatar renovate[bot] 1-5/+5 2025-03-18[ci] formatGravatar Emanuele Stoppa 1-1/+3 2025-03-18chore: remove deprecated package (#13455)Gravatar Emanuele Stoppa 3-23/+16 2025-03-18fix(deps): update dependency miniflare to v4 (#13441)Gravatar renovate[bot] 2-31/+31