aboutsummaryrefslogtreecommitdiff
path: root/Source/FieldSolver/FiniteDifferenceSolver/FiniteDifferenceAlgorithms/CylindricalYeeAlgorithm.H (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-07-22Cleaner calculation of the simulation timestep (#1031)Gravatar Remi Lehe 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-25FDTD: Real Literals and Formatting (#736)Gravatar Axel Huebl 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-06Add Doxygen commentsGravatar Remi Lehe 1-0/+4
2020-02-06Make calculation of CKC coefficients for const friendlyGravatar Remi Lehe 1-12/+12
2020-02-06Implement review commentsGravatar Remi Lehe 1-1/+1
2020-02-06Make on-axis condition more explicit in EvolveBGravatar Remi Lehe 1-21/+16
2020-01-31Add `const` anotationsGravatar Remi Lehe 1-5/+5
2020-01-29Add copyrightsGravatar Remi Lehe 1-0/+7
2020-01-28Add commentsGravatar Remi Lehe 1-1/+10
2020-01-28Fix typo in cylindrical operatorGravatar Remi Lehe 1-2/+2
2020-01-27Fix cylindrical solverGravatar Remi Lehe 1-1/+1
2020-01-27Fix compilation errorsGravatar Remi Lehe 1-0/+15
2020-01-27Implement cylindrical Yee algorithmGravatar Remi Lehe 1-58/+38
2020-01-26Started cylindrical implementationGravatar Remi Lehe 1-0/+103