aboutsummaryrefslogtreecommitdiff
path: root/Source/Utils/WarpXUtil.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-01-27Automatically add copyright header with update_copyright.shGravatar Tools 1-0/+8
2020-01-14adding time as an independent variable for parser function (x,y,z,t)Gravatar RevathiJambunathan 1-1/+2
2020-01-07added ParmParse object in Store_parserStringGravatar RevathiJambunathan 1-2/+1
2020-01-07mmodifying shiftMF to read in stored field_parser instead of parsing the ↵Gravatar RevathiJambunathan 1-2/+0
function
2020-01-06merging all makeParser () functions in WarpXUtil.HGravatar RevathiJambunathan 1-0/+27
2019-12-19fixing EOL whitespaceGravatar RevathiJambunathan 1-1/+1
2019-12-19adding function to store parser string to reduce duplicationGravatar RevathiJambunathan 1-0/+17
2019-10-22Added comments to WarpXUtil.H and improved existing commentsGravatar Luca Fedeli 1-1/+0
2019-10-21added I) methodsGravatar Luca Fedeli 1-2/+15
2019-09-11Source & Tools: No EOL WhitespacesGravatar Tools 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-18Added change in ConvertLabPAramsToBoost() to write slice data in the boosted ↵Gravatar RevathiJambunathan 1-0/+16
frame.
2019-05-14cleaningGravatar MaxThevenet 1-2/+0
2019-05-14fix mirrorGravatar MaxThevenet 1-2/+3
2019-05-02fix typos and issuesGravatar MaxThevenet 1-6/+5
2019-05-01add TinyProfiler in NullifyGravatar MaxThevenet 1-0/+1
2019-05-01Perfect mirror inside the box in z directionGravatar MaxThevenet 1-0/+42
2019-02-12re-order tree structure of source codeGravatar MaxThevenet 1-0/+97