aboutsummaryrefslogtreecommitdiff
path: root/Source/Python/WarpX_py.cpp (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2019-08-21Clean upGravatar Axel Huebl 1-14/+14
2019-08-21Fixes in picmi for parsing momentum functionsGravatar Dave Grote 1-6/+6
2019-08-21Various bug fixes for RZ multimodeGravatar Dave Grote 10-47/+57
2019-08-21error if ionization on GPUGravatar MaxThevenet 1-0/+6
2019-08-21typoGravatar MaxThevenet 1-1/+1
2019-08-21had deleted call to DepositCharge by mistake. This fixes itGravatar MaxThevenet 1-0/+2
2019-08-21fix bug in particle outputGravatar MaxThevenet 2-4/+3
2019-08-21warpx.openpmd_backend: Expose backendsGravatar Axel Huebl 7-8/+26
Allow to chose alternative file endings with openPMD dumps. warpx.openpmd_backend = h5 warpx.openpmd_backend = bp warpx.openpmd_backend = json
2019-08-21add back element to plot flagsGravatar MaxThevenet 1-1/+1
2019-08-21add comments for charge depositionGravatar MaxThevenet 2-1/+24
2019-08-21charge deposition depends on ionization levelGravatar MaxThevenet 5-16/+58
2019-08-21add comments and make sure charge=q_e for ionizable speciesGravatar MaxThevenet 4-3/+33
2019-08-21Use C++ deposition as defaultGravatar Remi Lehe 1-1/+1
2019-08-20merge kernelsGravatar Weiqun Zhang 1-40/+24
2019-08-20cleaning ionization examplesGravatar MaxThevenet 3-83/+4
2019-08-20copy member variables to tmp local variablesGravatar Maxence Thevenet 1-4/+6
2019-08-19python analysis script should not read Ey etc. for test Langmuir_2dGravatar MaxThevenet 1-11/+0
2019-08-19Implemented inverse volume scaling of J for RZ multimode in C++Gravatar Dave Grote 1-8/+73
2019-08-19C-Arrays: No RestrictGravatar Axel Huebl 3-21/+21
Only pointers can be annotated with `__restrict__` but not C-Arrays. The latter might decay into a pointer but do not alias with their fixed size declaration. Removing those fixes compile errors with clang.
2019-08-19Implemented RZ multimode field push in C++Gravatar Dave Grote 2-31/+137
2019-08-16Converted field gather for RZ multimode to C++Gravatar Dave Grote 4-27/+76
2019-08-16explicitly set dt_snapshots_lab = dz_snapshots_lab/cGravatar MaxThevenet 2-2/+4
2019-08-16Undid deletion of comments in WarpXParticleContainer.cppGravatar Dave Grote 1-0/+2
2019-08-16Writing multimode data not supported in GetCellCenteredDataGravatar Dave Grote 1-1/+1
2019-08-16Implemented current deposition for RZ multimodeGravatar Dave Grote 2-23/+87
2019-08-16Bug fix for merge of dev into RZgeometryGravatar Dave Grote 1-1/+1
2019-08-16Moved WarpX_Complex.H to UtilsGravatar Dave Grote 6-9/+26
2019-08-16Changed to the parameter that is currently defined in the codeGravatar Diana Amorim 1-1/+1
2019-08-16Removed stray DS_Store fileGravatar Dave Grote 1-0/+0
2019-08-16typoGravatar MaxThevenet 1-1/+0
2019-08-16Regression Mails: Add AxelGravatar Axel Huebl 1-1/+1
Mails for everyone! :)
2019-08-16gitignore: More IDE filesGravatar Axel Huebl 1-3/+29
Add a bit more files to `.gitignore` and sort them a little. Especially added for support of CLion.
2019-08-15typoGravatar MaxThevenet 1-2/+0
2019-08-15can automatically compute max step in boosted frame with MRGravatar MaxThevenet 2-5/+9
2019-08-15re-define assert since fix to rigid injection has been mergedGravatar MaxThevenet 2-4/+2
2019-08-15Fixes for done_injecting to include boosted frameGravatar Dave Grote 1-2/+2
2019-08-15restore all testsGravatar MaxThevenet 1-1/+418
2019-08-15relax assertion until rigid injection is fixed in other PRGravatar MaxThevenet 2-2/+4
2019-08-15TEMPORARILY remove all tests for faster turnaroundGravatar MaxThevenet 1-417/+0
2019-08-15add comments in analysis scriptsGravatar MaxThevenet 2-0/+29
2019-08-15some renamingGravatar MaxThevenet 5-4/+4
2019-08-15add test to the RegTest suiteGravatar MaxThevenet 1-2/+20
2019-08-15RigidInjection test in boosted frame using back-transformed diagsGravatar MaxThevenet 2-0/+88
2019-08-15update read_raw_data to avoid warning for deprecated Python syntaxGravatar MaxThevenet 2-1/+1
2019-08-14typoGravatar MaxThevenet 1-1/+1
2019-08-14update test fileGravatar MaxThevenet 1-0/+15
2019-08-14add inputs and analysis for rigid injection test in LAB FRAMEGravatar MaxThevenet 2-84/+92
2019-08-14For RigidInjection, fixed calculation of done_injectingGravatar Dave Grote 3-2/+4
2019-08-14Made changes in CORI - where a file ipo_out.optrpt is created authomatically ↵Gravatar Ligia Diana Amorim 1-0/+0
in WarpX. Removed it.
2019-08-14add docGravatar MaxThevenet 1-0/+5