aboutsummaryrefslogtreecommitdiff
path: root/Source/FieldSolver/FiniteDifferenceSolver/FiniteDifferenceAlgorithms/CartesianCKCAlgorithm.H (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-05-13Allow to pass component in stencil templates (#1012)Gravatar Remi Lehe 1-43/+43
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 1-87/+93
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-2/+7
2020-02-06Correct errors in CKCGravatar Remi Lehe 1-0/+5
2020-02-06Explicitly use "Cartesian" in the name of algorithmsGravatar Remi Lehe 1-0/+211