aboutsummaryrefslogtreecommitdiff
path: root/Source/FieldSolver/FiniteDifferenceSolver/EvolveB.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
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