Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-05-20 | prepare for upcoming amrex changes in Geometry | 6 | -8/+20 | ||
2019-05-17 | Parser: erase newline to support multi-line string | 1 | -0/+3 | ||
2019-05-17 | comments | 1 | -2/+5 | ||
2019-05-17 | PPC::ConvertUnits to fix momentum unit in plotfiles | 3 | -0/+47 | ||
2019-05-17 | fix indentation | 1 | -2/+2 | ||
2019-05-17 | move this to outside the spacedim ifdef | 1 | -1/+1 | ||
2019-05-17 | fix for GPU - vector can't be used directly in device code. | 2 | -4/+7 | ||
2019-05-17 | typo | 1 | -1/+1 | ||
2019-05-17 | OMP pragmas around MFIter loop | 1 | -0/+6 | ||
2019-05-16 | port other function in labdiags to C++ for GPU | 4 | -74/+43 | ||
2019-05-16 | update example notebook Visualization.ipynb | 1 | -826/+100 | ||
2019-05-16 | fix typo for hdf5 | 1 | -1/+1 | ||
2019-05-16 | pass by reference | 1 | -1/+1 | ||
2019-05-16 | add _lab to var names and pass vector by reference | 2 | -34/+32 | ||
2019-05-16 | forgot to remove some useless comments | 1 | -7/+0 | ||
2019-05-16 | further cleaning | 2 | -37/+5 | ||
2019-05-16 | cleaning and add doc | 7 | -81/+29 | ||
2019-05-16 | cleaning, and update read_raw_data.py | 3 | -61/+120 | ||
2019-05-16 | moved info from global header to snapshot header | 2 | -29/+63 | ||
2019-05-15 | Added info in labdiags headers | 2 | -62/+50 | ||
2019-05-15 | per-component field read in BFD | 4 | -23/+34 | ||
2019-05-14 | read BFD fields from BoostedFrameDiagnostic | 3 | -12/+66 | ||
2019-05-14 | removing unused parameters from plasma_acceleration/inputs.3d.boost - the ↵ | 1 | -4/+0 | ||
driverback doesn't need the rigid injection stuff | |||||
2019-05-14 | translate WRPX_COPY_SLICE to c++ with ParallelFor | 4 | -2/+47 | ||
2019-05-14 | Fixed xmin to be global value for RZ | 2 | -10/+10 | ||
2019-05-14 | Fixes for the Python RZ version | 4 | -19/+31 | ||
2019-05-14 | cleaning | 1 | -2/+0 | ||
2019-05-14 | fix mirror | 1 | -2/+3 | ||
2019-05-13 | bugfix | 1 | -1/+1 | ||
2019-05-13 | typos | 1 | -12/+18 | ||
2019-05-13 | add documentation | 1 | -0/+5 | ||
2019-05-13 | add comments to the code | 4 | -3/+32 | ||
2019-05-13 | more consistent names: BFD everywhere | 3 | -22/+22 | ||
2019-05-12 | cleaning (remove print statements etc.) | 7 | -47/+2 | ||
2019-05-12 | old attribs not allocated if species not BFD | 9 | -36/+45 | ||
2019-05-12 | only selected species BFD-dumped, but all old attribs initialized | 5 | -40/+29 | ||
2019-05-12 | debugging | 4 | -5/+19 | ||
2019-05-11 | Fix typo in docs | 1 | -1/+1 | ||
2019-05-11 | some debugging | 3 | -12/+47 | ||
2019-05-10 | lab diags is a species argument. add comments | 9 | -25/+84 | ||
2019-05-10 | fix error in picmi introduced in PR #119 | 1 | -3/+3 | ||
2019-05-09 | minor fixes suggest by Remi's review | 2 | -2/+4 | ||
2019-05-09 | forgot to remove some comments | 1 | -35/+0 | ||
2019-05-09 | fix Examples | 1 | -1/+2 | ||
2019-05-09 | typo | 2 | -1/+3 | ||
2019-05-09 | add doc | 1 | -5/+23 | ||
2019-05-09 | some cleaning | 3 | -15/+7 | ||
2019-05-09 | Can select particle quantities to dump | 4 | -17/+42 | ||
2019-05-09 | clarify doc | 1 | -6/+7 | ||
2019-05-09 | move particle plot options to PPC | 9 | -18/+56 | ||