Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-07-31 | Add anonymous namespace | 1 | -33/+34 | ||
2019-07-30 | Apply spectral solver to the fine and coarse patch | 1 | -23/+37 | ||
2019-07-23 | Merge branch 'dev' into EBpush_to_cpp | 6 | -52/+93 | ||
2019-07-23 | For EB push conversion, added consts | 2 | -22/+22 | ||
2019-07-22 | Merge branch 'dev' into EBpush_to_cpp | 2 | -123/+113 | ||
2019-07-22 | Updated macros in WarpX_FDTD.H | 1 | -50/+41 | ||
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-11 | In WarpX_FDTD.H, use += | 1 | -151/+151 | ||
2019-07-11 | Use AMREX_FORCE_INLINE in WarpX_FDTD.H | 1 | -17/+17 | ||
2019-07-05 | Converted evec_f routines to c++ | 2 | -10/+150 | ||
2019-07-05 | Converted CKC routines to c++ | 2 | -1/+190 | ||
2019-07-05 | Converted E push to c++ bug fix | 1 | -15/+15 | ||
2019-07-05 | Converted Yee B push to c++ | 2 | -26/+76 | ||
2019-07-05 | Converted E push to c++ | 2 | -26/+92 | ||
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 | ||