Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-13 | Allow to pass component in stencil templates (#1012) | 1 | -43/+43 | ||
2020-03-30 | Remove compiler warnings (#843) | 1 | -0/+6 | ||
* Fix compiler warnings with DIM=2 * Fix compiler warnings with USE_RZ=TRUE * Fix compiler warnings with USE_PSATD=TRUE and DIM=2 * Fix compiler warnings with USE_PSATD=TRUE and DIM=3 * Fix bug: discard only return value when calling DefineAndReturnParticleTile * Remove unused variables not triggering warnings | |||||
2020-02-28 | fixing bug in ckc (#760) | 1 | -10/+10 | ||
2020-02-25 | FDTD: Real Literals and Formatting (#736) | 1 | -87/+93 | ||
Clean up `amrex::Real` literals (aka "numbers"). This avoids calculating a line in double precision and casting it down to `Real` on assignment. Also fixes some formatting issues. (Commit credited to Remi.) Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja> Co-authored-by: Remi Lehe <remi.lehe@normalesup.org> | |||||
2020-02-06 | Add Doxygen comments | 1 | -2/+7 | ||
2020-02-06 | Correct errors in CKC | 1 | -0/+5 | ||
2020-02-06 | Explicitly use "Cartesian" in the name of algorithms | 1 | -0/+211 | ||