Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-07-19 | Change file names | 4 | -6/+6 | ||
2019-07-18 | Introduces compiler macro | 4 | -3/+40 | ||
2019-07-18 | Move PushPSATD function | 2 | -48/+48 | ||
2019-07-18 | Move PICSAR hybrid solver files | 4 | -2/+6 | ||
2019-07-15 | Merge pull request #99 from ECP-WarpX/fft_from_local_boxes | 2 | -113/+103 | ||
Execute spectral solver from the regular grid, instead of the dual grid | |||||
2019-07-12 | Copy guard cells from the regular grid to the hybrid grid | 1 | -10/+10 | ||
2019-07-12 | Merge branch 'dev' into fft_from_local_boxes | 2 | -0/+69 | ||
2019-07-02 | Convert divE and divB to c++, last fixes | 1 | -1/+12 | ||
2019-07-02 | Convert divE and divB to c++, fixed RZ | 1 | -2/+2 | ||
2019-07-01 | Convert divE and divB to c++ fixes | 1 | -18/+18 | ||
2019-06-28 | Convert divE and divB to c++ | 2 | -0/+58 | ||
2019-06-24 | Only copy FFT data to the valid box | 1 | -21/+22 | ||
2019-06-10 | Clean-up | 1 | -0/+5 | ||
2019-06-10 | Merge branch 'dev' into fft_from_local_boxes | 7 | -98/+179 | ||
2019-06-06 | Included revisions as suggested in the PR | 3 | -12/+9 | ||
2019-06-06 | adding 2D cufft plans | 1 | -8/+13 | ||
2019-06-06 | cleaning code for spectral cufft for 3D | 5 | -107/+35 | ||
2019-06-05 | Merge branch 'dev' of https://github.com/ECP-WarpX/WarpX into ↵ | 1 | -32/+32 | ||
spectral_cufftOnGPU | |||||
2019-05-29 | Do not link code to PICSAR spectral solver, when running on GPU | 1 | -0/+4 | ||
2019-05-23 | fix a bunch of unused variable / parameter shadowing warnings | 1 | -24/+24 | ||
2019-05-14 | changed made after merging with lastest dev version | 4 | -20/+32 | ||
2019-05-14 | Fixed xmin to be global value for RZ | 1 | -8/+8 | ||
2019-05-08 | merged with upstream dev | 7 | -31/+114 | ||
2019-05-08 | temporary print files for debugging | 2 | -83/+39 | ||
2019-05-06 | printoutstatement to debug the swap in rho_old and rho_new in the gpu vs cpu | 1 | -0/+14 | ||
2019-05-06 | Added cuFFT kernels -- debugging error in rho values before forward transform | 6 | -75/+238 | ||
2019-05-02 | Perform FFT directly from local boxes | 1 | -83/+74 | ||
2019-05-02 | Merge pull request #103 from ECP-WarpX/factory | 8 | -62/+136 | ||
Use virtual function to select the spectral algorithm | |||||
2019-05-01 | Correct error in calculation of k vector | 2 | -6/+9 | ||
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 | 4 | -30/+56 | ||
2019-05-01 | Add virtual destructor | 1 | -0/+4 | ||
2019-05-01 | Add comments | 2 | -2/+9 | ||
2019-04-30 | Fix typo | 1 | -1/+2 | ||
2019-04-30 | Update Make.package | 1 | -0/+1 | ||
2019-04-30 | Add separate file for constructor | 2 | -17/+38 | ||
2019-04-30 | Use factory method for the solver | 5 | -27/+62 | ||
2019-04-30 | Reorganize directories | 4 | -2/+7 | ||
2019-04-29 | Merge branch 'dev' into fix_spectral | 3 | -79/+39 | ||
2019-04-29 | Revert to enumeration in struct | 1 | -3/+4 | ||
2019-04-29 | Update PSATD algorithm | 1 | -31/+21 | ||
2019-04-29 | Update structure for storing spectral fields | 2 | -48/+18 | ||
2019-04-28 | Fix more 2D bugs | 1 | -2/+7 | ||
2019-04-28 | Fix 2D bugs | 2 | -3/+10 | ||
2019-04-28 | Fix error in calculation of modified k vectors | 1 | -2/+3 | ||
2019-04-26 | Merge pull request #95 from ECP-WarpX/new_spectral_structures | 11 | -39/+997 | ||
Implement PSATD solver in C++ | |||||
2019-04-26 | Add missing file | 1 | -0/+27 | ||
2019-04-26 | Fix typos | 1 | -4/+4 | ||
2019-04-26 | Cosmetic changes | 4 | -43/+16 | ||