Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-30 | Rho Synchronize: Port to GPU | 2 | -17/+138 | ||
Port the charge density synchronize functions to GPU. | |||||
2019-09-30 | no need to have an extra ghost cell if do_nodal is true | 1 | -1/+1 | ||
2019-09-27 | nodal auxilary data | 3 | -1/+638 | ||
2019-09-27 | Rename, Profile & Remove TODO | 2 | -18/+19 | ||
2019-09-26 | Constructor: Copy Directly into Members | 1 | -1/+5 | ||
Avoid double-copy in constructor. | |||||
2019-09-25 | Little Cleanups | 1 | -3/+3 | ||
2019-09-25 | Functor: Add Missing Const Qualifier | 1 | -2/+2 | ||
Also, make the operator() device-only. | |||||
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 | 2 | -24/+191 | ||
Port the current synchronize functions to GPU. | |||||
2019-09-17 | fix index error in WarpXSumGuardCells | 1 | -3/+3 | ||
2019-09-17 | implement the energy conserving way of interploating from coarse to | 3 | -96/+213 | ||
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 | 2 | -4/+4 | ||
Manually fix tabs to four spaces and alignments for consistent prepresentation of source code over all machines. | |||||
2019-09-11 | Source & Tools: No EOL Whitespaces | 1 | -4/+4 | ||
End-of-line (EOL) whitespaces are verbose and increase diffs and merge conflicts over time. Cleaned them up for the `Source/`, `Examples/` and `Tools/` directory with the following bash one-liner: ```bash find . -type f -not -path './.git*' \ -exec sed -i 's/[[:blank:]]*$//' {} \; ``` Committed as generic user so git does not credit the many lines to me: ```bash GIT_AUTHOR_NAME="Tools" GIT_AUTHOR_EMAIL="warpx@lbl.gov" \ git commit ``` | |||||
2019-09-04 | change to disable override sync if warpx.override_sync_int <= 0 | 1 | -2/+2 | ||
2019-09-04 | remove owner masks because they have not been used anymore | 1 | -5/+0 | ||
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 | 2 | -84/+84 | ||
2019-05-08 | merged with upstream dev | 3 | -33/+92 | ||
2019-05-08 | temporary print files for debugging | 1 | -1/+6 | ||
2019-05-02 | Fix guard cell summation | 1 | -19/+10 | ||
2019-05-02 | Update implementation of WarpXSumGuardCells | 1 | -8/+12 | ||
2019-05-02 | Implement WarpXSumGuardCells | 3 | -33/+97 | ||
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 | ||