aboutsummaryrefslogtreecommitdiff
path: root/Source/FieldSolver/FiniteDifferenceSolver/FiniteDifferenceAlgorithms/CylindricalYeeAlgorithm.H (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-07-31Clang tidy CI test: add some modernize checks to clang-tidy CI test (#4133)Gravatar Luca Fedeli 1-1/+1
2023-07-26Initialize variables at declaration if it improves readability (#4117)Gravatar Luca Fedeli 1-8/+3
2023-06-13Enforce const correctness using clang-tidy CI test (#3921)Gravatar Luca Fedeli 1-1/+1
2022-02-05Fixes removing implicit double to float conversions (#2687)Gravatar David Grote 1-1/+1
2021-06-24Use "Include What You Use" on WarpX (#1947)Gravatar Luca Fedeli 1-2/+2
2021-05-19Set guard cells for allocation using field solver stencil and particle shape ...Gravatar Revathi Jambunathan 1-0/+8
2021-03-19Warnings: PSATD+RZ & More (#1814)Gravatar Axel Huebl 1-1/+1
2021-02-01remove semicolons (#1662)Gravatar Luca Fedeli 1-5/+5
2020-09-18fix warnings in RZ (#1349)Gravatar Luca Fedeli 1-0/+13
2020-09-03Remove ManagedVector from finite-difference solver (#1269)Gravatar WeiqunZhang 1-2/+2
2020-07-22Cleaner calculation of the simulation timestep (#1031)Gravatar Remi Lehe 1-0/+31
2020-02-25FDTD: Real Literals and Formatting (#736)Gravatar Axel Huebl 1-12/+19
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