Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-13 | Allow to pass component in stencil templates (#1012) | 3 | -70/+70 | ||
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) | 4 | -149/+176 | ||
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 | 4 | -2/+19 | ||
2020-02-06 | Correct errors in CKC | 1 | -0/+5 | ||
2020-02-06 | Explicitly use "Cartesian" in the name of algorithms | 3 | -32/+24 | ||
2020-02-06 | Make calculation of CKC coefficients for const friendly | 4 | -91/+73 | ||
2020-02-06 | Implement review comments | 4 | -4/+4 | ||
2020-02-06 | Make on-axis condition more explicit in EvolveB | 1 | -21/+16 | ||
2020-01-31 | Correct name of Downward derivative | 3 | -9/+9 | ||
2020-01-31 | Left-align pre-compiler directives | 3 | -42/+42 | ||
2020-01-31 | Add `const` anotations | 4 | -32/+32 | ||
2020-01-29 | Add copyrights | 4 | -0/+28 | ||
2020-01-28 | Add comments | 4 | -41/+98 | ||
2020-01-28 | Fix typo in cylindrical operator | 1 | -2/+2 | ||
2020-01-27 | Fix cylindrical solver | 1 | -1/+1 | ||
2020-01-27 | Implement nodal solver | 1 | -0/+103 | ||
2020-01-27 | Fix compilation errors | 1 | -0/+15 | ||
2020-01-27 | Implement cylindrical Yee algorithm | 1 | -58/+38 | ||
2020-01-26 | Started cylindrical implementation | 1 | -0/+103 | ||
2020-01-24 | Bug fixes for CKC | 1 | -4/+4 | ||
2020-01-24 | Added CKC algorithm | 1 | -0/+210 | ||
2020-01-13 | Correct compilation errors | 1 | -19/+33 | ||
2020-01-10 | Start fixing compilation errors | 1 | -35/+32 | ||
2020-01-10 | Update Evolve B | 1 | -5/+17 | ||
2020-01-10 | Started implementing finite difference solver | 1 | -0/+80 | ||
Added Yee algorithm |