Age | Commit message (Expand) | Author | Files | Lines |
2023-08-10 | Fix continuous injection of lasers (#4112) | Edoardo Zoni
| 1 | -30/+33 |
2023-08-01 | Clang tidy CI test: add several readability checks to clang tidy CI test (#4... | Luca Fedeli
| 1 | -3/+3 |
2023-07-10 | Fix clang-tidy `bugprone-branch-clone` warning (#4072) | Edoardo Zoni
| 1 | -28/+18 |
2023-06-30 | Continuous injection of moving plasma (#3958) | Edoardo Zoni
| 1 | -56/+123 |
2023-06-13 | Enforce const correctness using clang-tidy CI test (#3921) | Luca Fedeli
| 1 | -25/+25 |
2023-05-12 | Moving window: check pointers to F,G when applying shift (#3897) | Adam Bensoubaya
| 1 | -2/+2 |
2023-04-28 | Moving window: fix logic to shift F,G fields w/ div(E),div(B) cleaning in PML... | Prabhat Kumar
| 1 | -4/+24 |
2023-03-03 | Moving window: shift G MultiFab w/ div(B) cleaning (#3725) | Edoardo Zoni
| 1 | -5/+33 |
2022-10-28 | Fix Invalid Mem w/ Moving Window, LB & PMLs (#3450) | Luca Fedeli
| 1 | -26/+38 |
2022-06-08 | ABLASTR: Move Communication Utilities (#3167) | Axel Huebl
| 1 | -3/+4 |
2022-04-08 | Fix Bug in `WarpX::MoveWindow` (#3034) | Edoardo Zoni
| 1 | -1/+0 |
2022-03-29 | Take into account the cost of `shiftMF` in load-balancing (#3008) | Remi Lehe
| 1 | -27/+41 |
2022-03-21 | Measure time taken in the moving window (#2985) | Remi Lehe
| 1 | -0/+2 |
2022-03-08 | Make error and info messages visually uniform (#2939) | Luca Fedeli
| 1 | -2/+3 |
2022-02-05 | Fixes removing implicit double to float conversions (#2687) | David Grote
| 1 | -8/+9 |
2022-01-20 | Implement PML for the outer RZ boundary with PSATD (#2211) | David Grote
| 1 | -2/+39 |
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 |