aboutsummaryrefslogtreecommitdiff
path: root/Source/FieldSolver/FiniteDifferenceSolver/FiniteDifferenceAlgorithms (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-05-13Allow to pass component in stencil templates (#1012)Gravatar Remi Lehe 3-70/+70
2020-03-30Remove compiler warnings (#843)Gravatar Edoardo Zoni 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-28fixing bug in ckc (#760)Gravatar Revathi Jambunathan 1-10/+10
2020-02-25FDTD: Real Literals and Formatting (#736)Gravatar Axel Huebl 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-06Add Doxygen commentsGravatar Remi Lehe 4-2/+19
2020-02-06Correct errors in CKCGravatar Remi Lehe 1-0/+5
2020-02-06Explicitly use "Cartesian" in the name of algorithmsGravatar Remi Lehe 3-32/+24
2020-02-06Make calculation of CKC coefficients for const friendlyGravatar Remi Lehe 4-91/+73
2020-02-06Implement review commentsGravatar Remi Lehe 4-4/+4
2020-02-06Make on-axis condition more explicit in EvolveBGravatar Remi Lehe 1-21/+16
2020-01-31Correct name of Downward derivativeGravatar Remi Lehe 3-9/+9
2020-01-31Left-align pre-compiler directivesGravatar Remi Lehe 3-42/+42
2020-01-31Add `const` anotationsGravatar Remi Lehe 4-32/+32
2020-01-29Add copyrightsGravatar Remi Lehe 4-0/+28
2020-01-28Add commentsGravatar Remi Lehe 4-41/+98
2020-01-28Fix typo in cylindrical operatorGravatar Remi Lehe 1-2/+2
2020-01-27Fix cylindrical solverGravatar Remi Lehe 1-1/+1
2020-01-27Implement nodal solverGravatar Remi Lehe 1-0/+103
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
2020-01-24Bug fixes for CKCGravatar Remi Lehe 1-4/+4
2020-01-24Added CKC algorithmGravatar Remi Lehe 1-0/+210
2020-01-13Correct compilation errorsGravatar Remi Lehe 1-19/+33
2020-01-10Start fixing compilation errorsGravatar Remi Lehe 1-35/+32
2020-01-10Update Evolve BGravatar Remi Lehe 1-5/+17
2020-01-10Started implementing finite difference solverGravatar Remi Lehe 1-0/+80
Added Yee algorithm