index
:
WarpX
development
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
FieldSolver
/
SpectralSolver
/
SpectralFieldData.cpp
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-08
Do Not Fill Guard Cells with Inverse FFTs, Unless for Field Damping (#2045)
Edoardo Zoni
1
-3
/
+17
2021-07-06
Fix readability-container-size-empty warning raised by clang-tidy (#2055)
Luca Fedeli
1
-1
/
+1
2021-06-30
Add OpenMP for FFTW (#2040)
Axel Huebl
1
-0
/
+4
2021-06-24
Use "Include What You Use" on WarpX (#1947)
Luca Fedeli
1
-1
/
+19
2021-05-10
Guard Cells with PSATD: Fill With Inverse FFT, Damp Fields (#1867)
Edoardo Zoni
1
-38
/
+45
2021-03-16
Add timers in routines that depend on cell-related work (#1692)
Michael E Rowan
1
-4
/
+51
2020-07-20
Vay current deposition (#1051)
Edoardo Zoni
1
-7
/
+6
2020-05-29
Encapsulate FFTs (#1055)
MaxThevenet
1
-204
/
+14
2020-05-08
Fix bug for PSATD momentum-conserving runs (#965)
Remi Lehe
1
-2
/
+2
2020-04-03
Avoid i%1 in a lambda, gives compiler segfault (#892)
MaxThevenet
1
-6
/
+11
2020-04-02
Periodic, single-box FFT (#881)
Remi Lehe
1
-7
/
+34
2020-03-13
PSATD Single precision (#805)
MaxThevenet
1
-29
/
+99
2020-02-25
Includes: Clean Up (#743)
Axel Huebl
1
-1
/
+5
2020-02-19
[mini-PR] when a cufft error occurs, print a meaningful error message (#728)
Luca Fedeli
1
-6
/
+43
2020-01-27
Automatically add copyright header with update_copyright.sh
Tools
1
-0
/
+7
2019-12-15
Doxygen: add amrex:: prefix for function arguments in cpp files
MaxThevenet
1
-4
/
+4
2019-07-22
Merge branch 'dev' into psatd_pml
Remi Lehe
1
-7
/
+66
2019-06-24
Only copy FFT data to the valid box
Remi Lehe
1
-21
/
+22
2019-06-06
Included revisions as suggested in the PR
Revathi Jambunathan
1
-7
/
+9
2019-06-06
adding 2D cufft plans
Revathi Jambunathan
1
-8
/
+13
2019-06-06
cleaning code for spectral cufft for 3D
Revathi Jambunathan
1
-31
/
+19
2019-05-14
changed made after merging with lastest dev version
Revathi Jambunathan
1
-8
/
+10
2019-05-08
temporary print files for debugging
Revathi Jambunathan
1
-34
/
+18
2019-05-06
Added cuFFT kernels -- debugging error in rho values before forward transform
Revathi Jambunathan
1
-1
/
+78
2019-05-02
Start implementation of spectral PML
Remi Lehe
1
-3
/
+3
2019-05-01
Fix FFT size
Remi Lehe
1
-5
/
+8
2019-05-01
Fix normalization
Remi Lehe
1
-6
/
+8
2019-05-01
Implement Real-to-complex FFT
Remi Lehe
1
-12
/
+12
2019-04-29
Merge branch 'dev' into fix_spectral
Remi Lehe
1
-42
/
+11
2019-04-29
Update structure for storing spectral fields
Remi Lehe
1
-41
/
+11
2019-04-28
Fix more 2D bugs
Remi Lehe
1
-2
/
+7
2019-04-24
Correct out-of-bounds with real-space box
Remi Lehe
1
-4
/
+2
2019-04-23
Add comments ; copy only to valid box
Remi Lehe
1
-27
/
+27
2019-04-23
Switch and rename the shift factors
Remi Lehe
1
-26
/
+41
2019-04-23
Remove bug in Fourier transform
Remi Lehe
1
-1
/
+1
2019-04-23
Fix a few bug
Remi Lehe
1
-7
/
+32
2019-04-23
Apply shift factors
Remi Lehe
1
-9
/
+36
2019-04-23
Add break statements
Remi Lehe
1
-12
/
+12
2019-04-23
Added shift function
Remi Lehe
1
-0
/
+8
2019-04-23
Fix error with 2D spectral solver
Remi Lehe
1
-1
/
+1
2019-04-23
Implement spectral solver in 2D
Remi Lehe
1
-7
/
+12
2019-04-23
Normalize inverse FFT
Remi Lehe
1
-1
/
+4
2019-04-23
Transform rho_old and rho_new
Remi Lehe
1
-4
/
+6
2019-04-23
Fix runtime errors
Remi Lehe
1
-5
/
+7
2019-04-23
Define SpectralSolver class
Remi Lehe
1
-0
/
+186