Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-06 | Remove unnecessary abs. | 1 | -5/+5 | ||
2020-02-06 | Fix a typo. | 1 | -6/+6 | ||
2020-02-06 | remove exhale from our building process | 5 | -27/+11 | ||
2020-02-06 | disable htmlzip to reduce RTD build time | 1 | -1/+0 | ||
2020-02-05 | Remove indentation. | 1 | -11/+11 | ||
2020-02-05 | Add const more. | 1 | -2/+2 | ||
2020-02-05 | Add const. | 1 | -21/+24 | ||
2020-02-05 | EOL | 1 | -1/+1 | ||
2020-02-05 | Suggestions. | 2 | -121/+134 | ||
2020-02-05 | include a model for a transform callable | 1 | -0/+16 | ||
2020-02-05 | add copyright headers | 5 | -0/+35 | ||
2020-02-05 | Apply suggestions from code review | 2 | -6/+7 | ||
Co-Authored-By: MaxThevenet <mthevenet@lbl.gov> | |||||
2020-02-05 | update docstrings | 1 | -5/+7 | ||
2020-02-05 | Update installation instructions for openPMD-viewer | 1 | -1/+1 | ||
2020-02-05 | some const | 2 | -7/+7 | ||
2020-02-04 | fix runtime versus compile time issue in SmartCopy | 1 | -2/+2 | ||
2020-02-04 | Apply suggestions from code review | 2 | -1/+9 | ||
Co-Authored-By: MaxThevenet <mthevenet@lbl.gov> | |||||
2020-02-04 | Add comment to SmartCopy.H | 1 | -0/+1 | ||
Co-Authored-By: MaxThevenet <mthevenet@lbl.gov> | |||||
2020-02-04 | Add comment to SmartCopy.H | 1 | -0/+1 | ||
Co-Authored-By: MaxThevenet <mthevenet@lbl.gov> | |||||
2020-02-04 | fix EOL whitespace | 1 | -2/+2 | ||
2020-02-04 | move the resize into the FilterCopyTransform call, where we know exactly how ↵ | 2 | -10/+7 | ||
big to make the dst | |||||
2020-02-04 | fix EOL whitespace | 2 | -2/+2 | ||
2020-02-04 | exit early in the case that there are 0 src particles | 3 | -8/+16 | ||
2020-02-03 | oops, forgot to remove xi there. | 1 | -1/+0 | ||
2020-02-03 | do not use WarpX::quantum_xi inside ParallelFor | 2 | -2/+6 | ||
2020-02-03 | remove the snan initialization policy for now | 1 | -12/+2 | ||
2020-02-03 | fix EOL whitespace | 2 | -6/+6 | ||
2020-02-03 | rewrite the SmartCopy functor in a hopefully less obfuscated way | 1 | -10/+50 | ||
2020-02-03 | more docstrings | 1 | -0/+29 | ||
2020-02-03 | docstrings for filterCopyTranform | 1 | -0/+43 | ||
2020-02-03 | fix EOL whitespace | 2 | -6/+6 | ||
2020-02-03 | don't hardcode int in filterCopyTransform | 1 | -12/+14 | ||
2020-02-03 | move ionization into new ElementaryProcess directory | 4 | -1/+5 | ||
2020-02-03 | move filterCopyTransform to its own file | 5 | -57/+65 | ||
2020-02-03 | remove old functions | 6 | -426/+2 | ||
2020-02-03 | more cleanup | 1 | -53/+53 | ||
2020-02-03 | remove old / wrong docstrings | 2 | -33/+5 | ||
2020-02-03 | clean up field ionization | 2 | -19/+31 | ||
2020-02-03 | helper function for setting new particle IDs | 2 | -25/+30 | ||
2020-02-03 | gotta write the new ions at the end! | 2 | -6/+6 | ||
2020-02-03 | do not use pow in constexpr | 1 | -2/+2 | ||
2020-02-03 | Update Source/FieldSolver/WarpX_QED_Field_Pushers.cpp | 1 | -1/+1 | ||
Co-Authored-By: MaxThevenet <mthevenet@lbl.gov> | |||||
2020-02-03 | Update Examples/Tests/Maxwell_Hybrid_QED/analysis_Maxwell_QED_Hybrid.py | 1 | -1/+1 | ||
Co-Authored-By: MaxThevenet <mthevenet@lbl.gov> | |||||
2020-02-03 | Update Source/FieldSolver/WarpX_QED_K.H | 1 | -1/+1 | ||
Co-Authored-By: MaxThevenet <mthevenet@lbl.gov> | |||||
2020-02-03 | fix reduced_diags test | 1 | -0/+2 | ||
2020-02-03 | Forgot Axel D: | 1 | -1/+1 | ||
2020-02-03 | fixed year in the copyright | 1 | -1/+1 | ||
2020-02-03 | deleted unnecessary space | 1 | -1/+0 | ||
2020-02-03 | Added copyright to Hybrid QED Files | 3 | -0/+19 | ||
2020-02-03 | fix EOL whitespace | 4 | -22/+22 | ||