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