aboutsummaryrefslogtreecommitdiff
path: root/Source/FieldSolver (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-07-31Add anonymous namespaceGravatar Remi Lehe 1-33/+34
2019-07-30Apply spectral solver to the fine and coarse patchGravatar Remi Lehe 1-23/+37
2019-07-23Merge branch 'dev' into EBpush_to_cppGravatar Remi Lehe 6-52/+93
2019-07-23For EB push conversion, added constsGravatar Dave Grote 2-22/+22
2019-07-22Merge branch 'dev' into EBpush_to_cppGravatar Dave Grote 2-123/+113
2019-07-22Updated macros in WarpX_FDTD.HGravatar Dave Grote 1-50/+41
2019-07-19Change file namesGravatar Remi Lehe 4-6/+6
2019-07-18Introduces compiler macroGravatar Remi Lehe 4-3/+40
2019-07-18Move PushPSATD functionGravatar Remi Lehe 2-48/+48
2019-07-18Move PICSAR hybrid solver filesGravatar Remi Lehe 4-2/+6
2019-07-15Merge pull request #99 from ECP-WarpX/fft_from_local_boxesGravatar Remi Lehe 2-113/+103
Execute spectral solver from the regular grid, instead of the dual grid
2019-07-12Copy guard cells from the regular grid to the hybrid gridGravatar Remi Lehe 1-10/+10
2019-07-12Merge branch 'dev' into fft_from_local_boxesGravatar Remi Lehe 2-0/+69
2019-07-11In WarpX_FDTD.H, use +=Gravatar Dave Grote 1-151/+151
2019-07-11Use AMREX_FORCE_INLINE in WarpX_FDTD.HGravatar Dave Grote 1-17/+17
2019-07-05Converted evec_f routines to c++Gravatar Dave Grote 2-10/+150
2019-07-05Converted CKC routines to c++Gravatar Dave Grote 2-1/+190
2019-07-05Converted E push to c++ bug fixGravatar Dave Grote 1-15/+15
2019-07-05Converted Yee B push to c++Gravatar Dave Grote 2-26/+76
2019-07-05Converted E push to c++Gravatar Dave Grote 2-26/+92
2019-07-02Convert divE and divB to c++, last fixesGravatar Dave Grote 1-1/+12
2019-07-02Convert divE and divB to c++, fixed RZGravatar Dave Grote 1-2/+2
2019-07-01Convert divE and divB to c++ fixesGravatar Dave Grote 1-18/+18
2019-06-28Convert divE and divB to c++Gravatar Dave Grote 2-0/+58
2019-06-24Only copy FFT data to the valid boxGravatar Remi Lehe 1-21/+22
2019-06-10Clean-upGravatar Remi Lehe 1-0/+5
2019-06-10Merge branch 'dev' into fft_from_local_boxesGravatar Remi Lehe 7-98/+179
2019-06-06 Included revisions as suggested in the PRGravatar Revathi Jambunathan 3-12/+9
2019-06-06 adding 2D cufft plansGravatar Revathi Jambunathan 1-8/+13
2019-06-06cleaning code for spectral cufft for 3DGravatar Revathi Jambunathan 5-107/+35
2019-06-05Merge branch 'dev' of https://github.com/ECP-WarpX/WarpX into ↵Gravatar Revathi Jambunathan 1-32/+32
spectral_cufftOnGPU
2019-05-29Do not link code to PICSAR spectral solver, when running on GPUGravatar Remi Lehe 1-0/+4
2019-05-23fix a bunch of unused variable / parameter shadowing warningsGravatar Andrew Myers 1-24/+24
2019-05-14 changed made after merging with lastest dev versionGravatar Revathi Jambunathan 4-20/+32
2019-05-14Fixed xmin to be global value for RZGravatar Dave Grote 1-8/+8
2019-05-08merged with upstream devGravatar Revathi Jambunathan 7-31/+114
2019-05-08temporary print files for debuggingGravatar Revathi Jambunathan 2-83/+39
2019-05-06printoutstatement to debug the swap in rho_old and rho_new in the gpu vs cpuGravatar Revathi Jambunathan 1-0/+14
2019-05-06Added cuFFT kernels -- debugging error in rho values before forward transformGravatar Revathi Jambunathan 6-75/+238
2019-05-02Perform FFT directly from local boxesGravatar Remi Lehe 1-83/+74
2019-05-02Merge pull request #103 from ECP-WarpX/factoryGravatar Remi Lehe 8-62/+136
Use virtual function to select the spectral algorithm
2019-05-01Correct error in calculation of k vectorGravatar Remi Lehe 2-6/+9
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 4-30/+56
2019-05-01Add virtual destructorGravatar Remi Lehe 1-0/+4
2019-05-01Add commentsGravatar Remi Lehe 2-2/+9
2019-04-30Fix typoGravatar Remi Lehe 1-1/+2
2019-04-30Update Make.packageGravatar Remi Lehe 1-0/+1
2019-04-30Add separate file for constructorGravatar Remi Lehe 2-17/+38