Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-03 | remove EOL whitespace | 1 | -1/+1 | ||
2020-01-03 | include Remi's suggestions | 6 | -23/+52 | ||
2020-01-03 | add call to FillBoundary when moving window + PML + subcycling + ↵ | 1 | -0/+9 | ||
momentum-conserving gather | |||||
2019-12-23 | Merge branch 'dev' into comm | 16 | -191/+254 | ||
2019-12-20 | Merge pull request #583 from RemiLehe/always_sync | 1 | -1/+1 | ||
Always synchronize the value of nodal points | |||||
2019-12-20 | Fixed more compilation error | 2 | -24/+1 | ||
2019-12-20 | Merge remote-tracking branch 'upstream/dev' into estatic | 105 | -3399/+9710 | ||
2019-12-20 | Update WarpXEvolveES.cpp | 1 | -13/+0 | ||
2019-12-20 | Merge pull request #578 from MaxThevenet/fix_makepackage | 1 | -3/+6 | ||
[mini-PR] Fix typos and formatting in Diagnostics/Make.package | |||||
2019-12-20 | only compile ElectrostaticIO.cpp of DO_ELECTROSTATIC | 1 | -1/+3 | ||
2019-12-20 | Merge pull request #524 from cameronjy/dist_directions | 1 | -10/+28 | ||
MJ and MB Drift Direction Parameters | |||||
2019-12-20 | Merge pull request #568 from dpgrote/pml_python | 4 | -125/+87 | ||
Adds Python wrapper of PML fields | |||||
2019-12-20 | Merge pull request #577 from MaxThevenet/fix_splitting | 2 | -7/+12 | ||
[mini-PR] splitting distance depends on ppc only if uniform per cell | |||||
2019-12-19 | fix typos and formatting in Diagnostics/Make.package | 1 | -3/+4 | ||
2019-12-19 | Merge pull request #572 from MaxThevenet/dev_doc | 6 | -8/+119 | ||
Developer's documentation | |||||
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 | Merge branch 'dev' into comm | 51 | -407/+2587 | ||
2019-12-18 | Merge pull request #539 from Yin-YinjianZhao/collision | 12 | -0/+782 | ||
Adding Collision Module into WarpX | |||||
2019-12-18 | Modify based on suggestions. | 4 | -28/+36 | ||
2019-12-17 | more doc on particles and how to document the code | 2 | -2/+2 | ||
2019-12-16 | delete eol | 2 | -2/+2 | ||
2019-12-16 | more doc, mostly on particles | 3 | -10/+54 | ||
2019-12-16 | Merge pull request #569 from MaxThevenet/doxygen_warnings | 13 | -49/+81 | ||
Fix Doxygen warnings | |||||
2019-12-16 | document particle container classes in WarpX/Source | 5 | -0/+67 | ||
2019-12-15 | Merge pull request #556 from lucafedeli88/add_separators_constants | 1 | -1/+1 | ||
[mini-PR] Add digit separators to PhysConst::c | |||||
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 | 3 | -0/+50 | ||
2019-12-12 | Cleaned up the Python interface accessing the fields | 2 | -116/+28 | ||
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 | Merge pull request #567 from RemiLehe/fix_pml_in_domain | 1 | -2/+1 | ||
Fix number of guard cells copied to the PML | |||||
2019-12-12 | Minor change. | 1 | -2/+4 | ||
2019-12-11 | Merge pull request #565 from lucafedeli88/cleaning_lgtm | 8 | -11/+23 | ||
[mini-PR] Address C++ issues found by LGTM | |||||
2019-12-11 | Fix number of guard cells copied to the PML | 1 | -2/+1 | ||
2019-12-11 | Minor change on ElasticCollisionPerez.H. | 1 | -9/+9 | ||
2019-12-11 | UpdateMomentumPerezElastic.H | 1 | -28/+9 | ||
2019-12-11 | Compute temperature in a function. | 3 | -42/+43 | ||
2019-12-11 | Minor changes. | 1 | -13/+14 | ||
2019-12-11 | Merge pull request #553 from dpgrote/generalize_gather | 2 | -89/+182 | ||
Updated field gather for generalized centering | |||||
2019-12-11 | fixed possible overflow and added some static casts to replace C-style casts | 1 | -2/+3 | ||
2019-12-11 | added missing include guard | 1 | -0/+5 | ||
2019-12-11 | added missing header guards | 1 | -0/+5 | ||
2019-12-11 | fixed large object passed by copy | 2 | -2/+2 | ||