Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-09 | For picmi, handle zero length list of values for output | 1 | -1/+6 | ||
2020-01-08 | add Eduardo to the Reg Tests mailing list | 1 | -1/+1 | ||
2020-01-08 | fix new compliation error with USE_PSATD=TRUE | 1 | -1/+1 | ||
2020-01-08 | Doxygen: Add HTML to _static Sphinx Dir | 3 | -2/+6 | ||
Provide the "classic" HTML rendered pages of Doxygen. | |||||
2020-01-07 | Doc: openPMD-api 0.10.3+ | 2 | -2/+2 | ||
Require the newest release of openPMD-api which includes stability improvements and bug fixes. | |||||
2020-01-07 | get rid of a 'calling host function from host / device function' warning | 1 | -0/+1 | ||
2020-01-07 | Update Source/FieldSolver/SpectralSolver/SpectralSolver.H | 1 | -1/+1 | ||
Co-Authored-By: Axel Huebl <axel.huebl@plasma.ninja> | |||||
2020-01-07 | Unused Var in WarpXParticleContainer | 1 | -1/+0 | ||
Remove an unused variable in `WarpXParticleContainer.cpp` | |||||
2020-01-06 | Warning: Unused Var is_vector | 1 | -2/+0 | ||
Remove an unused variable in openPMD output. | |||||
2020-01-03 | Update default deposition algorithm | 2 | -4/+12 | ||
2020-01-03 | In picmi diagnostics, added plot_finepatch etc to list | 1 | -0/+10 | ||
2020-01-03 | Updated handling of fields_to_plot in picmi interface | 3 | -21/+47 | ||
2020-01-03 | Fix diagnostic period in PICMI_inputs_laser_acceleration.py | 1 | -2/+2 | ||
2020-01-03 | Fix Langmui RZ test case window zvelocity | 1 | -1/+1 | ||
2020-01-02 | do not compile epub on RTD | 1 | -1/+0 | ||
2020-01-02 | do not compile the pdf version of the doc on ReadTheDocs | 1 | -1/+0 | ||
2019-12-30 | Added a troubleshooting section and moved the make realclean suggestion to ↵ | 1 | -2/+12 | ||
that section. | |||||
2019-12-30 | Updated the WarpX build instructions to include that make realclean should ↵ | 1 | -1/+2 | ||
be run after any git pull operations on the local AMReX or PICSAR subdirectories in the warpx_directory. | |||||
2019-12-28 | grammer correction | 1 | -1/+1 | ||
2019-12-28 | forces files to be created by all processors | 1 | -2/+2 | ||
before writing openPMD files. This solves h5 hanging bug found by Igor (vars are owned by different processors and openPMD delays file creation at flush which causes file not created by all processors in the comm) | |||||
2019-12-23 | Fixed loops for RZ in get and set position | 1 | -18/+27 | ||
2019-12-20 | Fixed more compilation error | 2 | -24/+1 | ||
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-19 | Always sync the values at nodal points | 1 | -1/+1 | ||
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 | Make comments in header files Doxygen-readable | 14 | -32/+48 | ||
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 | ||