Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-12-20 | Update WarpXEvolveES.cpp | 1 | -13/+0 | ||
2019-12-20 | Removed test function print() | 1 | -1/+0 | ||
2019-12-20 | Fixed pywarpx class where ionization call is defined | 1 | -9/+8 | ||
2019-12-20 | only compile ElectrostaticIO.cpp of DO_ELECTROSTATIC | 1 | -1/+3 | ||
2019-12-20 | Fix EOL whitespace | 1 | -1/+1 | ||
2019-12-20 | RTD requirements sphinx>=2.0 | 1 | -1/+1 | ||
2019-12-19 | fix typos and formatting in Diagnostics/Make.package | 1 | -3/+4 | ||
2019-12-19 | Update Docs/requirements.txt | 1 | -0/+1 | ||
Co-Authored-By: Axel Huebl <axel.huebl@plasma.ninja> | |||||
2019-12-19 | oops | 1 | -3/+3 | ||
2019-12-19 | splitting distance depends on ppc only if uniform per cell | 2 | -4/+9 | ||
2019-12-18 | Added print line to see absent interactions | 1 | -9/+9 | ||
The search for ionization should only happen for particles other than elementary | |||||
2019-12-18 | add exhale as requirement and fix typos | 2 | -1/+2 | ||
2019-12-18 | Tried to add PICMI class for ionization | 1 | -0/+9 | ||
2019-12-18 | typo | 1 | -1/+1 | ||
2019-12-18 | avoid duplication :: and code-block:: | 4 | -11/+13 | ||
2019-12-18 | add tolerance of 1e-14 to the plotfile diff for the ↵ | 1 | -0/+1 | ||
PlasmaAccelerationBoost3d test | |||||
2019-12-18 | Apply suggestions from code review by @ax3l | 12 | -21/+61 | ||
Co-Authored-By: Axel Huebl <axel.huebl@plasma.ninja> | |||||
2019-12-18 | moving_window_velocity does not exist in PICMI RZ | 1 | -3/+0 | ||
2019-12-18 | Corrected WarpX RZ to use PICMI moving_window_zvelocity | 1 | -4/+7 | ||
2019-12-18 | typo | 1 | -2/+0 | ||
2019-12-18 | improve amrex basics | 1 | -3/+3 | ||
2019-12-18 | Fix to RZ scalar moving window | 1 | -7/+8 | ||
Tried to make exception message clearer | |||||
2019-12-18 | Modify based on suggestions. | 4 | -28/+36 | ||
2019-12-17 | compile Doxygen on ReadTheDocs | 1 | -3/+8 | ||
2019-12-17 | delete EOL | 2 | -3/+3 | ||
2019-12-17 | more devdoc on fields and particles | 2 | -15/+103 | ||
2019-12-17 | incremental changes in fields and initialization doc | 2 | -5/+45 | ||
2019-12-17 | more doc on particles and how to document the code | 7 | -20/+66 | ||
2019-12-16 | delete eol | 4 | -4/+4 | ||
2019-12-16 | more doc, mostly on particles | 12 | -36/+135 | ||
2019-12-16 | document particle container classes in WarpX/Source | 5 | -0/+67 | ||
2019-12-16 | Add notes section empty! wherever needed | 1 | -0/+15 | ||
2019-12-15 | add first shot of dev documentation | 4 | -0/+138 | ||
2019-12-15 | temporarily turn breathe and exhale off for faster doc compilation | 2 | -27/+28 | ||
2019-12-15 | add rst-formatted doxygen doc to RTD | 2 | -2/+30 | ||
2019-12-15 | remove EOL | 1 | -6/+6 | ||
2019-12-15 | fix partial Doxygen entries to avoid warning | 5 | -7/+35 | ||
2019-12-15 | Doxygen: add amrex:: prefix for function arguments in cpp files | 8 | -42/+46 | ||
2019-12-12 | Added Python wrapper for the PML fields | 5 | -0/+507 | ||
2019-12-12 | Cleaned up the Python interface accessing the fields | 2 | -116/+28 | ||
2019-12-12 | In Python fields wrapper, allowed multiple compoments in 3D | 1 | -3/+32 | ||
2019-12-12 | Modify WarpXParticleContainer.H. | 1 | -2/+4 | ||
2019-12-12 | Modify ElasticCollisionPerez.H to be doxygen's standard. | 1 | -16/+16 | ||
2019-12-12 | Add dimension and cooridinate system check. | 1 | -1/+14 | ||
2019-12-12 | Modified CollisionType.cpp. | 1 | -0/+2 | ||
2019-12-12 | Add comments in CollisionType.H. | 1 | -0/+10 | ||
2019-12-12 | use QED branch of picsar | 1 | -1/+1 | ||
2019-12-12 | Modified analysis_collision.py. | 1 | -0/+8 | ||
2019-12-12 | Minor change. | 1 | -2/+4 | ||
2019-12-11 | Fix number of guard cells copied to the PML | 1 | -2/+1 | ||