Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-25 | Includes: Clean Up (#743) | 1 | -1/+5 | ||
- Use `""` for WarpX-local includes - Order: WarpX `""`, AMReX `<>`, other third party includes `<>` - Add dir prefixes for WarpX Add order to includes by including from `Source/` onward and keeping directory prefixes of non-local includes for clarity. | |||||
2020-02-19 | [mini-PR] when a cufft error occurs, print a meaningful error message (#728) | 1 | -6/+43 | ||
* added method to translate cufft errors * fixed style * bug fixing | |||||
2020-01-27 | Automatically add copyright header with update_copyright.sh | 1 | -0/+7 | ||
2019-12-15 | Doxygen: add amrex:: prefix for function arguments in cpp files | 1 | -4/+4 | ||
2019-07-22 | Merge branch 'dev' into psatd_pml | 1 | -7/+66 | ||
2019-06-24 | Only copy FFT data to the valid box | 1 | -21/+22 | ||
2019-06-06 | Included revisions as suggested in the PR | 1 | -7/+9 | ||
2019-06-06 | adding 2D cufft plans | 1 | -8/+13 | ||
2019-06-06 | cleaning code for spectral cufft for 3D | 1 | -31/+19 | ||
2019-05-14 | changed made after merging with lastest dev version | 1 | -8/+10 | ||
2019-05-08 | temporary print files for debugging | 1 | -34/+18 | ||
2019-05-06 | Added cuFFT kernels -- debugging error in rho values before forward transform | 1 | -1/+78 | ||
2019-05-02 | Start implementation of spectral PML | 1 | -3/+3 | ||
2019-05-01 | Fix FFT size | 1 | -5/+8 | ||
2019-05-01 | Fix normalization | 1 | -6/+8 | ||
2019-05-01 | Implement Real-to-complex FFT | 1 | -12/+12 | ||
2019-04-29 | Merge branch 'dev' into fix_spectral | 1 | -42/+11 | ||
2019-04-29 | Update structure for storing spectral fields | 1 | -41/+11 | ||
2019-04-28 | Fix more 2D bugs | 1 | -2/+7 | ||
2019-04-24 | Correct out-of-bounds with real-space box | 1 | -4/+2 | ||
2019-04-23 | Add comments ; copy only to valid box | 1 | -27/+27 | ||
2019-04-23 | Switch and rename the shift factors | 1 | -26/+41 | ||
2019-04-23 | Remove bug in Fourier transform | 1 | -1/+1 | ||
2019-04-23 | Fix a few bug | 1 | -7/+32 | ||
2019-04-23 | Apply shift factors | 1 | -9/+36 | ||
2019-04-23 | Add break statements | 1 | -12/+12 | ||
2019-04-23 | Added shift function | 1 | -0/+8 | ||
2019-04-23 | Fix error with 2D spectral solver | 1 | -1/+1 | ||
2019-04-23 | Implement spectral solver in 2D | 1 | -7/+12 | ||
2019-04-23 | Normalize inverse FFT | 1 | -1/+4 | ||
2019-04-23 | Transform rho_old and rho_new | 1 | -4/+6 | ||
2019-04-23 | Fix runtime errors | 1 | -5/+7 | ||
2019-04-23 | Define SpectralSolver class | 1 | -0/+186 | ||