Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-31 | Merge branch 'dev' into elementary_process | 161 | -860/+4526 | ||
2020-01-30 | Merge pull request #665 from RemiLehe/remove_fortran_push_position | 8 | -213/+3 | ||
Remove fortran push position in electrostatic code | |||||
2020-01-30 | Merge pull request #580 from Yin-YinjianZhao/reduced_diags | 14 | -1/+709 | ||
Add Reduced Diagnostics | |||||
2020-01-30 | Apply suggestions from code review | 8 | -0/+56 | ||
Co-Authored-By: MaxThevenet <mthevenet@lbl.gov> | |||||
2020-01-30 | Update Source/Diagnostics/ReducedDiags/FieldEnergy.cpp | 1 | -1/+1 | ||
Co-Authored-By: MaxThevenet <mthevenet@lbl.gov> | |||||
2020-01-30 | Update Source/Diagnostics/ReducedDiags/ParticleEnergy.cpp | 1 | -1/+1 | ||
Co-Authored-By: MaxThevenet <mthevenet@lbl.gov> | |||||
2020-01-30 | Apply suggestions from code review | 1 | -0/+1 | ||
Co-Authored-By: MaxThevenet <mthevenet@lbl.gov> | |||||
2020-01-30 | Format change and use gett_new(). | 8 | -106/+101 | ||
2020-01-29 | Merge pull request #671 from Yin-YinjianZhao/collision2d | 1 | -7/+13 | ||
Make collision module doable for 2D-XZ | |||||
2020-01-29 | Merge pull request #673 from MaxThevenet/bug_ext_part | 1 | -1/+1 | ||
Fix external field on particle with time dependence. | |||||
2020-01-29 | Merge branch 'dev' of https://github.com/ECP-WarpX/WarpX into collision2d | 1 | -1/+1 | ||
2020-01-29 | Format change. | 6 | -82/+82 | ||
2020-01-29 | must pass t in call to GpuParser () operator | 1 | -1/+1 | ||
2020-01-29 | Make collision doable for 2D-XZ. | 6 | -88/+94 | ||
2020-01-29 | Update warpx.boosted_frame_diag_fields query | 1 | -1/+1 | ||
2020-01-29 | Change locaiton of DIM=RZ abort. | 1 | -6/+6 | ||
2020-01-28 | Remove unused fortran function | 1 | -43/+0 | ||
2020-01-28 | Minor. | 1 | -1/+1 | ||
2020-01-28 | Use std::numeric_limits<Real>::min() instead of 0. | 1 | -1/+2 | ||
2020-01-28 | Add user given output file extension. | 4 | -4/+10 | ||
2020-01-28 | Add numbers. | 2 | -6/+11 | ||
2020-01-28 | Merge branch 'dev' of https://github.com/ECP-WarpX/WarpX into reduced_diags | 148 | -281/+1782 | ||
2020-01-28 | Merge pull request #661 from MaxThevenet/copyright | 147 | -2/+1007 | ||
Add Copyright header in all source files | |||||
2020-01-28 | Replace fortran pusher for position by C++ one | 7 | -170/+3 | ||
2020-01-28 | openPMD-api usage: Cleanup | 1 | -66/+64 | ||
- avoid early returns, formats support write of zero chunks - better handling of `Series` lifetime and smart pointers - flush only once at the end of particle and mesh dumps, manage data via shared-pointers until flushed. | |||||
2020-01-28 | H5Acreate is collective. So move it to the Setup function | 1 | -15/+26 | ||
2020-01-28 | Simplify Plot Options | 9 | -47/+97 | ||
Remove the `dump_plotfile` switch and only control via interval value in `plot_int` for plotfiles. Remove the `dump_openpmd` switch and only control via interval value in `plot_openpmd` for openPMD data dumps. openPMD: pick first available backend if unspecified. | |||||
2020-01-27 | Automatically add copyright header with update_copyright.sh | 147 | -2/+1007 | ||
2020-01-27 | EOL fix | 1 | -1/+1 | ||
2020-01-27 | GpuSynchronize() to prevent cudaStreams over-writing shared arrays for positions | 1 | -0/+3 | ||
2020-01-24 | Merge pull request #659 from atmyers/bugfix | 1 | -1/+0 | ||
ParticleContainer: remove unused variable | |||||
2020-01-24 | Merge pull request #660 from Yin-YinjianZhao/do_not_push | 2 | -5/+2 | ||
Fix issues of using static for do_not_push/deposit | |||||
2020-01-24 | Merge pull request #658 from atmyers/const_ref_external_field | 2 | -16/+15 | ||
External Field: Pass Arrays by Const Ref | |||||
2020-01-24 | Fix issues of using static. | 2 | -5/+2 | ||
2020-01-24 | remove unused variable | 1 | -1/+0 | ||
2020-01-24 | I believe we want to pass the position arrays by const ref when assigning ↵ | 2 | -16/+15 | ||
the external field. | |||||
2020-01-24 | Merge branch 'dev' into bugfix | 33 | -433/+1343 | ||
2020-01-24 | fix shadowing warning | 1 | -11/+13 | ||
2020-01-24 | Merge pull request #609 from RevathiJambunathan/ParticlesEBParser | 17 | -56/+234 | ||
Externally applied E/B fields on the particles using parser | |||||
2020-01-23 | Change do_not_push to be species specific and add corresponding documentation. | 2 | -1/+1 | ||
2020-01-22 | Merge pull request #647 from ax3l/fix-shadowWarningCurrent2Fine | 1 | -2/+2 | ||
Interpolate Current: Fix Shadow Warning | |||||
2020-01-22 | Interpolate Current: Fix Shadow Warning | 1 | -2/+2 | ||
Fix a variable shadowing warning in InterpolateCurrentFineToCoarse. | |||||
2020-01-22 | Address Review Comments by @MaxThevenet | 1 | -10/+8 | ||
Thank you! :) | |||||
2020-01-22 | fixing merge conflict with dev | 8 | -50/+59 | ||
2020-01-21 | openPMD: Add Particle `id` | 2 | -18/+43 | ||
Generate and write a globally unique particle ID, as recommended in the openPMD base standard (and needed for tracking tools). | |||||
2020-01-21 | openPMD: ED-PIC Extension Support | 4 | -85/+302 | ||
Add all required attributes to support the openPMD 1.1* ED-PIC extension. | |||||
2020-01-21 | WarpX: authors input option | 3 | -0/+8 | ||
2020-01-17 | I/O: requirements.txt | 1 | -0/+2 | ||
Tell the GitHub dependency graph that this project (can) depend on openPMD-api. | |||||
2020-01-17 | Merge pull request #634 from ax3l/topic-amrexVersion | 2 | -3/+3 | ||
Fix PICSAR Version Macro Check | |||||
2020-01-17 | Fixed field names for RZ modes in plot files | 1 | -15/+24 | ||