aboutsummaryrefslogtreecommitdiff
path: root/Python/pywarpx/Interpolation.py (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2020-01-09For picmi, handle zero length list of values for outputGravatar Dave Grote 1-1/+6
2020-01-08add Eduardo to the Reg Tests mailing listGravatar MaxThevenet 1-1/+1
2020-01-08fix new compliation error with USE_PSATD=TRUEGravatar Andrew Myers 1-1/+1
2020-01-08Doxygen: Add HTML to _static Sphinx DirGravatar Axel Huebl 3-2/+6
Provide the "classic" HTML rendered pages of Doxygen.
2020-01-07Doc: openPMD-api 0.10.3+Gravatar Axel Huebl 2-2/+2
Require the newest release of openPMD-api which includes stability improvements and bug fixes.
2020-01-07get rid of a 'calling host function from host / device function' warningGravatar Andrew Myers 1-0/+1
2020-01-07Update Source/FieldSolver/SpectralSolver/SpectralSolver.HGravatar MaxThevenet 1-1/+1
Co-Authored-By: Axel Huebl <axel.huebl@plasma.ninja>
2020-01-07Unused Var in WarpXParticleContainerGravatar Axel Huebl 1-1/+0
Remove an unused variable in `WarpXParticleContainer.cpp`
2020-01-06Warning: Unused Var is_vectorGravatar Axel Huebl 1-2/+0
Remove an unused variable in openPMD output.
2020-01-03Update default deposition algorithmGravatar Remi Lehe 2-4/+12
2020-01-03In picmi diagnostics, added plot_finepatch etc to listGravatar Dave Grote 1-0/+10
2020-01-03Updated handling of fields_to_plot in picmi interfaceGravatar Dave Grote 3-21/+47
2020-01-03Fix diagnostic period in PICMI_inputs_laser_acceleration.pyGravatar Dave Grote 1-2/+2
2020-01-03Fix Langmui RZ test case window zvelocityGravatar Dave Grote 1-1/+1
2020-01-02do not compile epub on RTDGravatar MaxThevenet 1-1/+0
2020-01-02do not compile the pdf version of the doc on ReadTheDocsGravatar MaxThevenet 1-1/+0
2019-12-30Added a troubleshooting section and moved the make realclean suggestion to ↵Gravatar levinem 1-2/+12
that section.
2019-12-30Updated the WarpX build instructions to include that make realclean should ↵Gravatar levinem 1-1/+2
be run after any git pull operations on the local AMReX or PICSAR subdirectories in the warpx_directory.
2019-12-28grammer correctionGravatar Junmin Gu 1-1/+1
2019-12-28forces files to be created by all processorsGravatar Junmin Gu 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-23Fixed loops for RZ in get and set positionGravatar grote 1-18/+27
2019-12-20Fixed more compilation errorGravatar David Bizzozero 2-24/+1
2019-12-20Update WarpXEvolveES.cppGravatar dbizzozero 1-13/+0
2019-12-20Removed test function print()Gravatar L. Diana Amorim 1-1/+0
2019-12-20Fixed pywarpx class where ionization call is definedGravatar L. Diana Amorim 1-9/+8
2019-12-20only compile ElectrostaticIO.cpp of DO_ELECTROSTATICGravatar MaxThevenet 1-1/+3
2019-12-20Fix EOL whitespaceGravatar Remi Lehe 1-1/+1
2019-12-20RTD requirements sphinx>=2.0Gravatar MaxThevenet 1-1/+1
2019-12-19fix typos and formatting in Diagnostics/Make.packageGravatar MaxThevenet 1-3/+4
2019-12-19Update Docs/requirements.txtGravatar MaxThevenet 1-0/+1
Co-Authored-By: Axel Huebl <axel.huebl@plasma.ninja>
2019-12-19oopsGravatar MaxThevenet 1-3/+3
2019-12-19splitting distance depends on ppc only if uniform per cellGravatar MaxThevenet 2-4/+9
2019-12-19Always sync the values at nodal pointsGravatar Remi Lehe 1-1/+1
2019-12-18Added print line to see absent interactionsGravatar L. Diana Amorim 1-9/+9
The search for ionization should only happen for particles other than elementary
2019-12-18add exhale as requirement and fix typosGravatar MaxThevenet 2-1/+2
2019-12-18Tried to add PICMI class for ionizationGravatar L. Diana Amorim 1-0/+9
2019-12-18typoGravatar MaxThevenet 1-1/+1
2019-12-18avoid duplication :: and code-block::Gravatar MaxThevenet 4-11/+13
2019-12-18add tolerance of 1e-14 to the plotfile diff for the ↵Gravatar Andrew Myers 1-0/+1
PlasmaAccelerationBoost3d test
2019-12-18Apply suggestions from code review by @ax3lGravatar MaxThevenet 12-21/+61
Co-Authored-By: Axel Huebl <axel.huebl@plasma.ninja>
2019-12-18moving_window_velocity does not exist in PICMI RZGravatar L. Diana Amorim 1-3/+0
2019-12-18Corrected WarpX RZ to use PICMI moving_window_zvelocityGravatar L. Diana Amorim 1-4/+7
2019-12-18typoGravatar MaxThevenet 1-2/+0
2019-12-18improve amrex basicsGravatar MaxThevenet 1-3/+3
2019-12-18Fix to RZ scalar moving windowGravatar L. Diana Amorim 1-7/+8
Tried to make exception message clearer
2019-12-18Make comments in header files Doxygen-readableGravatar MaxThevenet 14-32/+48
2019-12-18Modify based on suggestions.Gravatar Yinjian Zhao 4-28/+36
2019-12-17compile Doxygen on ReadTheDocsGravatar MaxThevenet 1-3/+8
2019-12-17delete EOLGravatar MaxThevenet 2-3/+3
2019-12-17more devdoc on fields and particlesGravatar MaxThevenet 2-15/+103