aboutsummaryrefslogtreecommitdiff
path: root/Source/FieldSolver/FiniteDifferenceSolver/EvolveB.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-06-27Clang-tidy CI test: add bugprone-branch-clone check (#4030)Gravatar Luca Fedeli 1-9/+4
2023-06-13Enforce const correctness using clang-tidy CI test (#3921)Gravatar Luca Fedeli 1-1/+1
2023-06-12Ohm's law solver (hybrid kinetic-fluid extension) (#3665)Gravatar Roelof Groenewald 1-0/+7
2023-06-12Replace amrex::Abort with WARPX_ABORT_WITH_MESSAGE (#3965)Gravatar Luca Fedeli 1-2/+2
2023-05-01Use WARPX_ABORT_WITH_MESSAGE("msg") instead of amrex::Abort(Utils::TextMsg:...Gravatar Luca Fedeli 1-3/+3
2023-03-09New user input for grid type (collocated, staggered, hybrid) (#3683)Gravatar Edoardo Zoni 1-2/+2
2022-11-07Allow `None` for Maxwell solver (#3504)Gravatar Roelof Groenewald 1-5/+5
2022-05-23use fwd declaration for WarpXFaceInfoBox (#3125)Gravatar Luca Fedeli 1-0/+1
2022-05-17Use uniform error message formatting in more source files (#2964)Gravatar Luca Fedeli 1-2/+4
2022-02-03Fixing the computation of ECT Rho Field (#2711)Gravatar Lorenzo Giacomel 1-91/+0
2022-01-13Fixing staircased EM solver (#2739)Gravatar Lorenzo Giacomel 1-26/+13
2021-11-122D EM solver with EB (#2401)Gravatar Lorenzo Giacomel 1-3/+40
2021-10-21Div(B) Cleaning: Change Normalization of G (#2429)Gravatar Edoardo Zoni 1-5/+3
2021-08-30ECT conformal solver (#1923)Gravatar Lorenzo Giacomel 1-0/+233
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-7/+29
2021-05-03Implement div(B) Cleaning With FDTD (#1829)Gravatar Edoardo Zoni 1-5/+31
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-9/+34
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-3/+3
2020-04-06replace ixType().ixType() with ixType().toIntVect() for clarity (#895)Gravatar MaxThevenet 1-6/+6
2020-02-25Includes: Clean Up (#743)Gravatar Axel Huebl 1-1/+1
2020-02-06Prepend class members with "m_"Gravatar Remi Lehe 1-10/+10
2020-02-06Explicitly use "Cartesian" in the name of algorithmsGravatar Remi Lehe 1-6/+6
2020-02-06Implement review commentsGravatar Remi Lehe 1-23/+23
2020-02-06Make on-axis condition more explicit in EvolveBGravatar Remi Lehe 1-14/+26
2020-01-31Correct alignment of pre-compiler directiveGravatar Remi Lehe 1-4/+4
2020-01-29Add copyrightsGravatar Remi Lehe 1-0/+7
2020-01-28Add commentsGravatar Remi Lehe 1-9/+24
2020-01-27Implement nodal solverGravatar Remi Lehe 1-1/+4
2020-01-27Fix compilation errorsGravatar Remi Lehe 1-17/+28
2020-01-27Implement cylindrical Yee algorithmGravatar Remi Lehe 1-11/+22
2020-01-26Started cylindrical implementationGravatar Remi Lehe 1-5/+90
2020-01-24Added CKC algorithmGravatar Remi Lehe 1-2/+3
2020-01-24Implement PR comments and fix compilation for PSATDGravatar Remi Lehe 1-15/+15
2020-01-13Correct compilation errorsGravatar Remi Lehe 1-9/+12
2020-01-10Start fixing compilation errorsGravatar Remi Lehe 1-10/+14
2020-01-10Update finite-difference solverGravatar Remi Lehe 1-10/+11
2020-01-10Update Evolve BGravatar Remi Lehe 1-5/+5
2020-01-10Started implementing finite difference solverGravatar Remi Lehe 1-0/+68