Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-11-05 | use new version of FillBoundary from amrex | 1 | -1/+1 | ||
2019-10-31 | cleaning and use better naming | 1 | -2/+4 | ||
2019-10-31 | more systematic names for guard cell variables | 1 | -1/+1 | ||
2019-10-31 | Each call to FillBoundary in regular PIC loop (FDTD) uses fewer guard cells | 1 | -22/+26 | ||
2019-10-30 | no need to pass ng in ShiftMF | 1 | -28/+24 | ||
2019-10-29 | Reduce number of guard cells exchanged in Moving window and EvolveEM | 1 | -21/+33 | ||
2019-10-17 | esc-x delete-trailing-whitespace | 1 | -1/+1 | ||
2019-10-17 | pass component, not full vector | 1 | -6/+6 | ||
2019-10-17 | add external field in new cells if moving window | 1 | -6/+7 | ||
2019-09-11 | Source & Tools: No EOL Whitespaces | 1 | -1/+1 | ||
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-10 | Cleanup: Include Order | 1 | -1/+0 | ||
A typical include order in C++ is: - "module header" (local header) - "own headers" (WarpX) - <close library headers> (AMReX) - <other third party headers> (e.g. omp) - <stdlib headers> This avoids that a "forgotten include" will silently compile in some compilers and crash in others (because it will crash in all). References: - https://llvm.org/docs/CodingStandards.html#include-style - https://include-what-you-use.org | |||||
2019-06-20 | update due to AMReX changes | 1 | -1/+1 | ||
2019-05-29 | Merge pull request #97 from ↵ | 1 | -0/+20 | ||
RevathiJambunathan/SliceGeneration_IndexTypeofData_Diagnostics Slice generation index typeof data diagnostics | |||||
2019-05-24 | Included suggestions made in the PR review and also added capability for ↵ | 1 | -0/+20 | ||
slice to move with the moving window. | |||||
2019-05-23 | fix a bunch of unused variable / parameter shadowing warnings | 1 | -3/+3 | ||
2019-05-22 | avoid breaking regression tests | 1 | -2/+3 | ||
2019-05-20 | prepare for upcoming amrex changes in Geometry | 1 | -2/+12 | ||
2019-05-07 | remove do_plasma_injection and cleaning | 1 | -3/+3 | ||
2019-05-07 | continuous injection working + comments | 1 | -16/+13 | ||
2019-05-07 | laser and plasma cont injection combined and working with MW and boost in z | 1 | -1/+3 | ||
2019-05-07 | consistent continuous injection for PhysicalParticle and LaserParticle | 1 | -0/+6 | ||
2019-04-17 | optimize shiftMF for gpu | 1 | -21/+27 | ||
2019-02-19 | regroup or rename some files for consistency | 1 | -0/+245 | ||