Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-06 | Do not include 'WarpX_f.H' when not necessary. | 1 | -1/+0 | ||
2020-01-27 | Automatically add copyright header with update_copyright.sh | 9 | -2/+49 | ||
2020-01-22 | Interpolate Current: Fix Shadow Warning | 1 | -2/+2 | ||
Fix a variable shadowing warning in InterpolateCurrentFineToCoarse. | |||||
2020-01-14 | fix error MW 1 MR 1 subcycling 0 | 1 | -1/+3 | ||
2020-01-08 | delete EOL whitespace | 1 | -1/+1 | ||
2020-01-08 | option to always exchange all guard cells | 2 | -31/+45 | ||
2020-01-08 | Merge branch 'dev' into comm | 1 | -2/+2 | ||
2020-01-03 | include Remi's suggestions | 2 | -11/+40 | ||
2019-12-18 | Merge branch 'dev' into comm | 1 | -2/+2 | ||
2019-12-18 | Make comments in header files Doxygen-readable | 1 | -2/+2 | ||
2019-11-26 | Removed the blank lines between the nLevels declarations and the for loops. ↵ | 1 | -1/+0 | ||
Moved the prefix operator change back to its original postfix unary position. Changed the int const changes back to their original const int declarations. | |||||
2019-11-21 | Made similar for loop condition updates in other files. Changed an int const ↵ | 1 | -2/+3 | ||
declaration to a const int declaration. | |||||
2019-11-19 | fix mege conflicts with dev | 2 | -3/+3 | ||
2019-11-13 | Merge branch 'dev' into comm | 2 | -4/+38 | ||
2019-11-12 | no guard cell exchanges for F with Yee solver. Remove print statements | 3 | -4/+4 | ||
2019-11-12 | cleaning, and additional checks | 2 | -2/+5 | ||
2019-11-12 | Merge branch 'dev' into poisson | 2 | -1/+34 | ||
2019-11-12 | fix psatd: problem was in buffer cells | 3 | -14/+5 | ||
2019-11-12 | Reuse existing interpolation functions | 1 | -0/+33 | ||
2019-11-12 | Remove Fortran files | 1 | -4/+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 | Update DepositCharge | 2 | -7/+8 | ||
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. |