Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-11-12 | fix psatd: problem was in buffer cells | 1 | -1/+0 | ||
2019-11-05 | use new version of FillBoundary from amrex | 1 | -20/+20 | ||
2019-10-31 | remove print statements | 1 | -4/+4 | ||
2019-10-31 | Each call to FillBoundary in regular PIC loop (FDTD) uses fewer guard cells | 1 | -18/+31 | ||
2019-10-29 | Reduce number of guard cells exchanged in Moving window and EvolveEM | 1 | -0/+21 | ||
2019-10-27 | FillBoundaryE/B/F take mandatory argument nguard | 1 | -28/+42 | ||
2019-10-11 | Merge branch 'fix_particle_sorting' into nodal_aux_3 | 1 | -17/+18 | ||
2019-10-04 | fix for cases with warpx.do_nodal=1 | 1 | -5/+5 | ||
2019-10-04 | Merge branch 'dev' into nodal_aux_3 | 1 | -27/+24 | ||
2019-09-30 | Rho Synchronize: Port to GPU | 1 | -17/+18 | ||
Port the charge density synchronize functions to GPU. | |||||
2019-09-27 | nodal auxilary data | 1 | -0/+151 | ||
2019-09-27 | Rename, Profile & Remove TODO | 1 | -9/+10 | ||
2019-09-25 | SyncCurrent: Disable Tiling for GPU | 1 | -2/+2 | ||
Co-authored-by: Weiqun Zhang <weiqunzhang@lbl.gov> | |||||
2019-09-24 | Current Synchronize: Port to GPU | 1 | -24/+20 | ||
Port the current synchronize functions to GPU. | |||||
2019-09-17 | implement the energy conserving way of interploating from coarse to | 1 | -96/+51 | ||
fine for auxilary data and remove the high-order divB-preserving option. | |||||
2019-09-14 | Fix charge deposition with MR | 1 | -1/+1 | ||
2019-09-13 | Correct deposition buffers | 1 | -1/+1 | ||
2019-09-11 | Source: tabs2spaces | 1 | -3/+3 | ||
Manually fix tabs to four spaces and alignments for consistent prepresentation of source code over all machines. | |||||
2019-09-04 | change to disable override sync if warpx.override_sync_int <= 0 | 1 | -2/+2 | ||
2019-09-04 | add parameter warpx.override_sync_int=10 | 1 | -0/+4 | ||
2019-09-03 | Merge branch 'dev' into RZgeometry | 1 | -14/+23 | ||
2019-08-29 | Removed useless variables in PML Exchange functions | 1 | -18/+9 | ||
2019-08-21 | Code cleanup + add test | 1 | -6/+6 | ||
2019-08-02 | Modifications for communications | 1 | -9/+27 | ||
2019-07-25 | [WIP] Adding flags do_pml_Lo, do_pml_hi | 1 | -9/+9 | ||
2019-07-16 | Started to add flag do_pml_in_domain for the merge request. | 1 | -9/+9 | ||
2019-06-28 | For RZ, fixes exchange of data at MultiFab boundaries | 1 | -6/+6 | ||
2019-06-28 | Merge branch 'dev' into RZgeometry | 1 | -300/+80 | ||
2019-06-26 | Update SyncCurrent | 1 | -205/+67 | ||
2019-06-26 | Update interface | 1 | -6/+5 | ||
2019-06-26 | Simplify SyncRho function | 1 | -101/+20 | ||
2019-06-11 | Merge branch 'dev' into RZgeometry | 1 | -1/+1 | ||
2019-06-06 | adding 2D cufft plans | 1 | -5/+0 | ||
2019-06-05 | Merge branch 'dev' of https://github.com/ECP-WarpX/WarpX into ↵ | 1 | -26/+26 | ||
spectral_cufftOnGPU | |||||
2019-05-24 | Merge branch 'dev' into RZgeometry | 1 | -26/+26 | ||
2019-05-23 | missed a couple | 1 | -2/+2 | ||
2019-05-23 | change rr to a more descriptive name | 1 | -24/+24 | ||
2019-05-23 | fix a bunch of unused variable / parameter shadowing warnings | 1 | -26/+26 | ||
2019-05-16 | Full implementation of the multimode RZ solver | 1 | -51/+51 | ||
2019-05-08 | merged with upstream dev | 1 | -33/+30 | ||
2019-05-08 | temporary print files for debugging | 1 | -1/+6 | ||
2019-05-02 | Implement WarpXSumGuardCells | 1 | -33/+30 | ||
2019-03-21 | Added comments | 1 | -0/+16 | ||
2019-03-21 | fixes proposed by Weiqun | 1 | -1/+0 | ||
2019-03-19 | final cleaning, and make sure that default value is single-pass | 1 | -16/+0 | ||
2019-03-19 | minor cleaning | 1 | -0/+1 | ||
2019-03-19 | addd npass capability for 2d. ATTENTION number of ghosts cells unchanged | 1 | -12/+24 | ||
2019-03-19 | further cleaning | 1 | -39/+1 | ||
2019-03-19 | cleaning. still works for no pass, but not >=1 pass | 1 | -1/+0 | ||
2019-03-18 | works with 0 pass | 1 | -13/+14 | ||