Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-11-12 | cleaning, and additional checks | 2 | -2/+5 | ||
2019-11-12 | fix psatd: problem was in buffer cells | 3 | -14/+5 | ||
2019-11-12 | Revert "move FillBoundaryF call to where needed, and allow for extra guard ↵ | 2 | -17/+2 | ||
cells" This reverts commit 89069ca7ba61dc34f9b392c75d0d4e2f3c2e0938. | |||||
2019-11-11 | move FillBoundaryF call to where needed, and allow for extra guard cells | 2 | -2/+17 | ||
2019-11-10 | pfew fix bug (that could lead to SEGFAULT), and indentation | 1 | -2/+3 | ||
2019-11-06 | exchange 1 extra guard cell when moving window and PMLs | 2 | -0/+5 | ||
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 | do not update aux grids if PSATD | 1 | -0/+11 | ||
2019-10-31 | cleaning and use better naming | 1 | -1/+9 | ||
2019-10-31 | more systematic names for guard cell variables | 2 | -50/+31 | ||
2019-10-31 | remove a bunch of unused variables, and prepare for some renaming | 2 | -36/+35 | ||
2019-10-31 | Each call to FillBoundary in regular PIC loop (FDTD) uses fewer guard cells | 3 | -26/+51 | ||
2019-10-30 | no need to pass ng in ShiftMF | 2 | -4/+8 | ||
2019-10-29 | Reduce number of guard cells exchanged in Moving window and EvolveEM | 3 | -13/+40 | ||
2019-10-29 | Merge branch 'dev' into comm | 2 | -73/+75 | ||
2019-10-28 | Pass fewer guard cells in a number of FillBoundary calls | 1 | -0/+1 | ||
2019-10-27 | FillBoundaryE/B/F take mandatory argument nguard | 3 | -33/+50 | ||
2019-10-27 | avoid redeclaring variables | 1 | -0/+14 | ||
2019-10-27 | forgot to add two files | 2 | -0/+158 | ||
2019-10-27 | guard cells are computed in separate class | 1 | -0/+2 | ||
2019-10-26 | Consts and Real Literals | 2 | -73/+75 | ||
Start to modernize const correctness in interfaces and replace real literals with proper type. | |||||
2019-10-24 | cleanup and comment | 1 | -1/+0 | ||
2019-10-11 | Merge branch 'fix_particle_sorting' into nodal_aux_3 | 2 | -17/+138 | ||
2019-10-04 | fix for cases with warpx.do_nodal=1 | 1 | -5/+5 | ||
2019-10-04 | Merge branch 'dev' into nodal_aux_3 | 2 | -27/+199 | ||
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 | ||