aboutsummaryrefslogtreecommitdiff
path: root/Source/FieldSolver/FiniteDifferenceSolver (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-28Fix Two Warnings for Builds Without EB (#1920)Gravatar Edoardo Zoni 2-0/+8
2021-04-27Staircased embedded boundaries in the YEE solver (#1881)Gravatar Lorenzo Giacomel 3-6/+50
2021-04-21Fix Silver-Mueller boundary: cell ratio (#1907)Gravatar Remi Lehe 1-2/+2
2021-04-21Add Silver-Mueller boundaries along z, for the RZ version of the code (#1906)Gravatar Remi Lehe 1-1/+33
2021-03-29Silver Mueller in RZ (#1804)Gravatar Lígia Diana Amorim 1-4/+81
2021-03-19Warnings: PSATD+RZ & More (#1814)Gravatar Axel Huebl 2-2/+2
2021-03-18Use Clear Naming Standard for ParmParse Variables (#1809)Gravatar Edoardo Zoni 1-10/+10
2021-03-16Implement Silver Mueller boundary conditions (#1766)Gravatar Remi Lehe 4-0/+163
2021-03-16Add timers in routines that depend on cell-related work (#1692)Gravatar Michael E Rowan 3-20/+73
2021-02-01remove semicolons (#1662)Gravatar Luca Fedeli 1-5/+5
2021-01-21Define: _OPENMP -> AMREX_USE_OMP (#1520)Gravatar Axel Huebl 8-12/+12
2021-01-11Fix some warnings (#1612)Gravatar Luca Fedeli 1-1/+1
2020-12-23Use PML diagonal components only with div cleaning (#1592)Gravatar Edoardo Zoni 2-16/+50
2020-12-14Made sure that n_rz_azimuthal_modes is declared int everywhere (#1571)Gravatar David Grote 1-1/+1
2020-12-11PSATD Runtime Control (#1300)Gravatar Axel Huebl 9-10/+14
2020-12-09Use new parser for more real input parameters (#1564)Gravatar NeilZaim 1-4/+6
2020-12-07material properties are cell-centered. not nodal (#1551)Gravatar Revathi Jambunathan 1-3/+3
2020-12-07fix 2D out of bounds for macroproperty init (#1552)Gravatar Revathi Jambunathan 1-3/+6
2020-10-19Replace wherever possible '.reset(new' with '= make_unique' (#1429)Gravatar Luca Fedeli 1-7/+8
2020-09-23[mini-PR] Fix a couple of warnings (#1372)Gravatar Luca Fedeli 1-4/+4
2020-09-18fix warnings in RZ (#1349)Gravatar Luca Fedeli 9-12/+34
2020-09-17Fix few compilation warnings (shift) (#1310)Gravatar Luca Fedeli 1-1/+0
2020-09-14Remove The_Managed_Arena (#1313)Gravatar WeiqunZhang 2-6/+6
2020-09-09Variation of macroscopic properties for E-update (#1016)Gravatar Revathi Jambunathan 7-83/+447
2020-09-03Remove ManagedVector from finite-difference solver (#1269)Gravatar WeiqunZhang 6-21/+51
2020-09-01 Fix 🩹(almost) all warnings ⚠️ with default configuration in 2D (DIM=2...Gravatar Luca Fedeli 1-0/+3
2020-08-31Fix 🩹 (almost) all warnings ⚠️ with default configuration (DIM=3, open...Gravatar Luca Fedeli 2-1/+6
2020-08-24Fix some warnings (#1239)Gravatar Luca Fedeli 3-12/+36
2020-08-03Fix bug in imaginary part of divE (#1233)Gravatar Edoardo Zoni 1-1/+1
2020-07-24Fix -Wextra-semi (#1207)Gravatar Axel Huebl 4-19/+19
2020-07-22Cleaner calculation of the simulation timestep (#1031)Gravatar Remi Lehe 4-0/+82
2020-06-12Add CMake Scripts (#759)Gravatar Axel Huebl 2-0/+18
2020-05-29Macroscopic EvolveE with constant properties (#991)Gravatar Revathi Jambunathan 6-0/+241
2020-05-22Use C++ templates for the PML field pusher (#808)Gravatar Remi Lehe 5-0/+488
2020-05-13Allow to pass component in stencil templates (#1012)Gravatar Remi Lehe 3-70/+70
2020-04-06replace ixType().ixType() with ixType().toIntVect() for clarity (#895)Gravatar MaxThevenet 4-16/+16
2020-04-02Includes: Only From `Source/` (#873)Gravatar Axel Huebl 3-5/+4
2020-03-31Make Build System: No Public Includes (#870)Gravatar Axel Huebl 1-1/+0
2020-03-30Remove compiler warnings (#843)Gravatar Edoardo Zoni 2-2/+6
2020-03-16Use C++ templates for the `EvolveF` and `ComputeDivE` function (#753)Gravatar Remi Lehe 4-0/+423
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-28fixing bug in ckc (#760)Gravatar Revathi Jambunathan 1-10/+10
2020-02-26Use C++ templates in `EvolveE` function (#676)Gravatar Remi Lehe 3-0/+369
2020-02-25Includes: Clean Up (#743)Gravatar Axel Huebl 2-2/+2
2020-02-25FDTD: Real Literals and Formatting (#736)Gravatar Axel Huebl 4-149/+176
2020-02-06Add Doxygen commentsGravatar Remi Lehe 6-10/+28
2020-02-06Correct errors in CKCGravatar Remi Lehe 1-0/+5
2020-02-06Prepend class members with "m_"Gravatar Remi Lehe 3-19/+19
2020-02-06Explicitly use "Cartesian" in the name of algorithmsGravatar Remi Lehe 5-44/+36