Age | Commit message (Expand) | Author | Files | Lines |
2021-12-16 | AMREX_SPACEDIM : EB, Filter, Laser, Utils, and Diagnostics (#2677) | Prabhat Kumar
| 1 | -11/+11 |
2021-11-19 | 1D3V Cartesian Support (#2307) | Prabhat Kumar
| 1 | -3/+26 |
2021-11-18 | WarpXMovingWindow.cpp: Add `amrex::` Prefix (#2579) | Edoardo Zoni
| 1 | -63/+63 |
2021-10-25 | Bugfixes for ref_ratio = 4 in the moving window direction. (#2452) | Andrew Myers
| 1 | -1/+1 |
2021-10-18 | Option to do single precision mesh communication. (#2294) | Andrew Myers
| 1 | -2/+3 |
2021-07-13 | amrex::Parser (#2063) | Weiqun Zhang
| 1 | -10/+10 |
2021-07-06 | Add possibility to start and stop moving window (#2027) | thomas clark
| 1 | -2/+8 |
2021-06-24 | Use "Include What You Use" on WarpX (#1947) | Luca Fedeli
| 1 | -3/+35 |
2021-03-30 | Remove the avg_aux fields (#1849) | Remi Lehe
| 1 | -2/+0 |
2021-03-04 | Remove extra ghost cell used with momentum-conserving gathering (#1758) | Edoardo Zoni
| 1 | -31/+26 |
2021-02-11 | Close #1688 : Transform the moving window velocity to its boosted-frame value... | Bin Liu
| 1 | -1/+1 |
2021-01-21 | Define: _OPENMP -> AMREX_USE_OMP (#1520) | Axel Huebl
| 1 | -1/+1 |
2020-09-17 | Fix few compilation warnings (shift) (#1310) | Luca Fedeli
| 1 | -8/+14 |
2020-09-14 | Remove The_Managed_Arena (#1313) | WeiqunZhang
| 1 | -10/+10 |
2020-08-25 | Defining geom object for diags (#1241) | Revathi Jambunathan
| 1 | -2/+2 |
2020-08-24 | Fix some warnings (#1239) | Luca Fedeli
| 1 | -2/+2 |
2020-07-08 | Averaged Galilean PSATD (#869) | Olga Shapoval
| 1 | -0/+10 |
2020-06-19 | Fix: Extra Semicolons & In-Line Doxygen (#1109) | Axel Huebl
| 1 | -2/+2 |
2020-04-28 | Style change to match the standard (#957) | Michael E Rowan
| 1 | -5/+5 |
2020-02-25 | Includes: Clean Up (#743) | Axel Huebl
| 1 | -4/+5 |
2020-02-24 | Profiler wrapper to allow for cudaDeviceSynchronize (#738) | MaxThevenet
| 1 | -1/+1 |
2020-02-21 | Make the option to exchange all guard cells safer (#709) | MaxThevenet
| 1 | -9/+14 |
2020-02-18 | Galilean PSATD with shift (#704) | Olga Shapoval
| 1 | -0/+35 |
2020-02-10 | template Parser so that it works for any number of variables | Weiqun Zhang
| 1 | -7/+5 |
2020-01-27 | Automatically add copyright header with update_copyright.sh | Tools
| 1 | -0/+8 |
2020-01-15 | Merge branch 'dev' of https://github.com/ECP-WarpX/WarpX into ParticlesEBParser | RevathiJambunathan
| 1 | -1/+1 |
2020-01-14 | cleaning: remove useless comments | MaxThevenet
| 1 | -2/+0 |
2020-01-14 | fix error MW 1 MR 1 subcycling 0 | MaxThevenet
| 1 | -1/+3 |
2020-01-14 | Merge branch 'dev' of https://github.com/ECP-WarpX/WarpX into ParticlesEBParser | RevathiJambunathan
| 1 | -21/+35 |
2020-01-14 | adding time as an independent variable for parser function (x,y,z,t) | RevathiJambunathan
| 1 | -1/+1 |
2020-01-10 | fix merge conflicts with dev | MaxThevenet
| 1 | -12/+66 |
2020-01-07 | minor cleaning | RevathiJambunathan
| 1 | -7/+2 |
2020-01-07 | mmodifying shiftMF to read in stored field_parser instead of parsing the func... | RevathiJambunathan
| 1 | -55/+23 |
2020-01-06 | merging all makeParser () functions in WarpXUtil.H | RevathiJambunathan
| 1 | -27/+1 |
2020-01-03 | include Remi's suggestions | MaxThevenet
| 1 | -2/+1 |
2019-12-13 | for 2D, the function is (x,y=0.0,z) | RevathiJambunathan
| 1 | -3/+5 |
2019-12-03 | compilation error fix | RevathiJambunathan
| 1 | -1/+1 |
2019-12-03 | fixing EOL | RevathiJambunathan
| 1 | -13/+13 |
2019-12-03 | adding parser in shiftMF for initializing E, B when moving_window=1 | RevathiJambunathan
| 1 | -9/+123 |
2019-11-05 | use new version of FillBoundary from amrex | MaxThevenet
| 1 | -1/+1 |
2019-10-31 | cleaning and use better naming | MaxThevenet
| 1 | -2/+4 |
2019-10-31 | more systematic names for guard cell variables | MaxThevenet
| 1 | -1/+1 |
2019-10-31 | Each call to FillBoundary in regular PIC loop (FDTD) uses fewer guard cells | MaxThevenet
| 1 | -22/+26 |
2019-10-30 | no need to pass ng in ShiftMF | MaxThevenet
| 1 | -28/+24 |
2019-10-29 | Reduce number of guard cells exchanged in Moving window and EvolveEM | MaxThevenet
| 1 | -21/+33 |
2019-10-17 | esc-x delete-trailing-whitespace | MaxThevenet
| 1 | -1/+1 |
2019-10-17 | pass component, not full vector | MaxThevenet
| 1 | -6/+6 |
2019-10-17 | add external field in new cells if moving window | MaxThevenet
| 1 | -6/+7 |
2019-09-11 | Source & Tools: No EOL Whitespaces | Tools
| 1 | -1/+1 |
2019-09-10 | Cleanup: Include Order | Axel Huebl
| 1 | -1/+0 |