Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-15 | changes as suggested in review. | 6 | -38/+24 | ||
2020-01-15 | run for 10 time steps to catch more errors | 2 | -2/+2 | ||
2020-01-14 | cleaning: remove useless comments | 3 | -13/+0 | ||
2020-01-14 | fix bug when MW PML MR SUB NODAL.0 energy-conserving | 1 | -10/+4 | ||
2020-01-14 | fix error MW 1 MR 1 subcycling 0 | 4 | -2/+23 | ||
2020-01-14 | openPMD: Update Particle Names | 2 | -23/+68 | ||
Update particle attribute namings in openPMD writer. Also fixes minor logic issues during write. Further updates for full `EXT:ED-PIC` in follow-up PRs. | |||||
2020-01-14 | EOL whitespace | 1 | -1/+1 | ||
2020-01-14 | changing docs to add time in EB parser for particles | 1 | -6/+6 | ||
2020-01-14 | Implement minor suggestions after PR review. | 3 | -7/+1 | ||
2020-01-14 | adding time as an independent variable for parser function (x,y,z,t) | 12 | -33/+46 | ||
2020-01-14 | Updated the Langmuir PICMI input files | 2 | -10/+113 | ||
2020-01-13 | missing comma | 1 | -2/+2 | ||
2020-01-13 | shared memory for parser on gpu | 1 | -2/+10 | ||
2020-01-13 | EOL whitespace | 1 | -2/+2 | ||
2020-01-13 | moving E/B parser variables to MultiParticleContainer class. changing input ↵ | 12 | -157/+146 | ||
files appropriately. | |||||
2020-01-13 | Removed copy when averaging the field components for diagnostics | 1 | -8/+4 | ||
2020-01-13 | fix EOL whitespace | 1 | -2/+2 | ||
2020-01-13 | wrap openmp pragma in #ifdef _OPENMP | 1 | -0/+2 | ||
2020-01-13 | fix lgtm warnings | 14 | -17/+3 | ||
2020-01-11 | moving external field on particle function to FieldGather (pti,...) | 2 | -11/+18 | ||
2020-01-10 | nicer formatting | 2 | -12/+11 | ||
2020-01-10 | doc examples and compile/run time options | 2 | -30/+22 | ||
2020-01-10 | specify a user install when running the python regtests on battra | 1 | -7/+7 | ||
2020-01-10 | Revert "Update documentation.rst": documentation updated on other | 1 | -19/+2 | ||
branch. This reverts commit b0378fa8c45a355cd7654dfc362248b6a63d3566. | |||||
2020-01-10 | Update documentation.rst | 1 | -2/+19 | ||
Add short how-to guide to compile the documentation. | |||||
2020-01-10 | further precision | 1 | -1/+1 | ||
2020-01-10 | typo in CONTRIBUTING | 1 | -1/+1 | ||
2020-01-10 | document how to compile the documentation | 1 | -5/+20 | ||
2020-01-10 | compile and copy the doxygen doc even locally, not only on RTD | 1 | -4/+1 | ||
2020-01-10 | fix EOL white space | 1 | -1/+1 | ||
2020-01-10 | this function must be public because it contains an extended device lambda | 1 | -16/+15 | ||
2020-01-10 | CI: Doxygen Build | 4 | -2/+25 | ||
Ensure running `doxygen` does not return a non-zero status message. This still allows warnings, unless we change this in the `doxyfile`, but at least ensures no other problems occured. | |||||
2020-01-10 | input parameter same as dev | 1 | -1/+1 | ||
2020-01-10 | adding comments | 1 | -15/+9 | ||
2020-01-10 | restoring input parameter as per the dev branch | 1 | -1/+1 | ||
2020-01-10 | fixing EOL whitespace | 1 | -4/+4 | ||
2020-01-10 | modifying input files in test cases and adding comments | 6 | -186/+97 | ||
2020-01-10 | remove eol whitespaces | 2 | -3/+3 | ||
2020-01-10 | add scripts to test FillBoundary calls | 2 | -0/+261 | ||
2020-01-10 | Comment out unused input parameters in input file previously not tested: | 1 | -2/+5 | ||
automated test crashes on Travis CI when amrex.abort_on_unused_inputs flag is used. | |||||
2020-01-10 | fixed bug | 1 | -2/+1 | ||
2020-01-10 | added a missing static_cast | 1 | -2/+2 | ||
2020-01-10 | added explicit static_cast where needed | 5 | -21/+30 | ||
2020-01-10 | Added documentation | 2 | -10/+38 | ||
2020-01-09 | cleaning | 5 | -29/+9 | ||
2020-01-09 | parser for particles in PhysicalParticleContainer | 5 | -41/+245 | ||
2020-01-09 | replace BL_ASSERT with AMREX_ALWAYS_ASSERT | 1 | -2/+2 | ||
2020-01-09 | removing EOL whitespace | 3 | -13/+13 | ||
2020-01-09 | Fix bug in script detecting input files that are not tested. | 1 | -2/+4 | ||
2020-01-09 | removing tabs | 1 | -2/+2 | ||