Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-07-22 | Cleaner calculation of the simulation timestep (#1031) | 1 | -0/+31 | ||
* Cleaner calculation of the simulation timestep * Fix compilation errors * Remove specification of CKC solver in PSATD test * Correct calculation of dt * Fix compilation error * Cleaner calculation of the simulation timestep * Fix compilation errors * Remove specification of CKC solver in PSATD test * Correct calculation of dt * Fix compilation error * Cleanup for cylindrical * Change input of automated tests to preserve previous results * Fix import statement for cylindrical * Preserve dt for PML test * Move function documentation to WarpX.H * Update CMakeList * Update CFL in some tests * Apply suggestions from code review Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja> * Fix compilation errors * Revert "Fix compilation errors" This reverts commit 56ef67f228269b266876629f49789d3afdbbc00b. * Fix compilation error * Add cmath headers Add directly used header files. * Fix Include Order Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja> | |||||
2020-02-25 | FDTD: Real Literals and Formatting (#736) | 1 | -12/+19 | ||
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 | -0/+4 | ||
2020-02-06 | Make calculation of CKC coefficients for const friendly | 1 | -12/+12 | ||
2020-02-06 | Implement review comments | 1 | -1/+1 | ||
2020-02-06 | Make on-axis condition more explicit in EvolveB | 1 | -21/+16 | ||
2020-01-31 | Add `const` anotations | 1 | -5/+5 | ||
2020-01-29 | Add copyrights | 1 | -0/+7 | ||
2020-01-28 | Add comments | 1 | -1/+10 | ||
2020-01-28 | Fix typo in cylindrical operator | 1 | -2/+2 | ||
2020-01-27 | Fix cylindrical solver | 1 | -1/+1 | ||
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 | ||