aboutsummaryrefslogtreecommitdiff
path: root/Source/FieldSolver/FiniteDifferenceSolver/EvolveE.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-06-13Enforce const correctness using clang-tidy CI test (#3921)Gravatar Luca Fedeli 1-1/+1
2023-05-01Use WARPX_ABORT_WITH_MESSAGE("msg") instead of amrex::Abort(Utils::TextMsg:...Gravatar Luca Fedeli 1-1/+1
2023-03-09New user input for grid type (collocated, staggered, hybrid) (#3683)Gravatar Edoardo Zoni 1-1/+1
2022-11-07Allow `None` for Maxwell solver (#3504)Gravatar Roelof Groenewald 1-4/+4
2022-10-24Fix stair-case solver in 2D Cartesian (#2942)Gravatar Remi Lehe 1-1/+6
2022-05-17Use uniform error message formatting in more source files (#2964)Gravatar Luca Fedeli 1-1/+2
2022-02-03Fixing the computation of ECT Rho Field (#2711)Gravatar Lorenzo Giacomel 1-5/+1
2021-11-191D3V Cartesian Support (#2307)Gravatar Prabhat Kumar 1-1/+0
2021-08-30ECT conformal solver (#1923)Gravatar Lorenzo Giacomel 1-4/+21
2021-07-06fix unused variables (#2054)Gravatar Luca Fedeli 1-2/+1
2021-06-24Use "Include What You Use" on WarpX (#1947)Gravatar Luca Fedeli 1-9/+29
2021-04-28Fix Two Warnings for Builds Without EB (#1920)Gravatar Edoardo Zoni 1-0/+4
2021-04-27Staircased embedded boundaries in the YEE solver (#1881)Gravatar Lorenzo Giacomel 1-3/+23
2021-03-16Add timers in routines that depend on cell-related work (#1692)Gravatar Michael E Rowan 1-7/+33
2021-01-21Define: _OPENMP -> AMREX_USE_OMP (#1520)Gravatar Axel Huebl 1-2/+2
2020-12-11PSATD Runtime Control (#1300)Gravatar Axel Huebl 1-1/+1
2020-09-18fix warnings in RZ (#1349)Gravatar Luca Fedeli 1-6/+6
2020-04-06replace ixType().ixType() with ixType().toIntVect() for clarity (#895)Gravatar MaxThevenet 1-6/+6
2020-03-13Fixed FDTD coefficients of E push from F (#804)Gravatar David Grote 1-13/+13
2020-03-02EvolveE: Update Includes (#761)Gravatar Axel Huebl 1-2/+3
2020-02-26Use C++ templates in `EvolveE` function (#676)Gravatar Remi Lehe 1-0/+345