Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-27 | Automatically add copyright header with update_copyright.sh | 1 | -0/+8 | ||
2020-01-14 | adding time as an independent variable for parser function (x,y,z,t) | 1 | -1/+2 | ||
2020-01-07 | added ParmParse object in Store_parserString | 1 | -2/+1 | ||
2020-01-07 | mmodifying shiftMF to read in stored field_parser instead of parsing the ↵ | 1 | -2/+0 | ||
function | |||||
2020-01-06 | merging all makeParser () functions in WarpXUtil.H | 1 | -0/+27 | ||
2019-12-19 | fixing EOL whitespace | 1 | -1/+1 | ||
2019-12-19 | adding function to store parser string to reduce duplication | 1 | -0/+17 | ||
2019-10-22 | Added comments to WarpXUtil.H and improved existing comments | 1 | -1/+0 | ||
2019-10-21 | added I) methods | 1 | -2/+15 | ||
2019-09-11 | Source & Tools: No EOL Whitespaces | 1 | -3/+3 | ||
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-06-18 | Added change in ConvertLabPAramsToBoost() to write slice data in the boosted ↵ | 1 | -0/+16 | ||
frame. | |||||
2019-05-14 | cleaning | 1 | -2/+0 | ||
2019-05-14 | fix mirror | 1 | -2/+3 | ||
2019-05-02 | fix typos and issues | 1 | -6/+5 | ||
2019-05-01 | add TinyProfiler in Nullify | 1 | -0/+1 | ||
2019-05-01 | Perfect mirror inside the box in z direction | 1 | -0/+42 | ||
2019-02-12 | re-order tree structure of source code | 1 | -0/+97 | ||