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
/
Parallelization
/
GuardCellManager.cpp
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-13
Enforce const correctness using clang-tidy CI test (#3921)
Luca Fedeli
1
-4
/
+4
2023-06-12
Ohm's law solver (hybrid kinetic-fluid extension) (#3665)
Roelof Groenewald
1
-4
/
+9
2023-05-08
Field Gather: Generalize FGcell (#3909)
Axel Huebl
1
-3
/
+8
2023-03-09
New user input for grid type (collocated, staggered, hybrid) (#3683)
Edoardo Zoni
1
-5
/
+5
2022-11-07
Allow `None` for Maxwell solver (#3504)
Roelof Groenewald
1
-11
/
+12
2022-10-10
Partial refactoring of the utils directory (#3404)
Luca Fedeli
1
-4
/
+4
2022-09-09
`SyncCurrent`: Split Filter and Sum over Guard Cells (#3222)
Edoardo Zoni
1
-1
/
+8
2022-03-08
Make error and info messages visually uniform (#2939)
Luca Fedeli
1
-1
/
+2
2022-01-20
Implement PML for the outer RZ boundary with PSATD (#2211)
David Grote
1
-0
/
+13
2021-12-06
Define WARPX_ZINDEX to denote the index for the Z dimension regardless of the...
Phil Miller
1
-1
/
+1
2021-12-03
Replace AMREX_SPACEDIM: Boundary & Parallelization (#2620)
Prabhat Kumar
1
-6
/
+6
2021-11-19
1D3V Cartesian Support (#2307)
Prabhat Kumar
1
-0
/
+5
2021-10-25
Bugfixes for ref_ratio = 4 in the moving window direction. (#2452)
Andrew Myers
1
-10
/
+16
2021-10-12
Increase number of guard cells allocated with multi-J algorithm (#2377)
Neïl Zaim
1
-3
/
+19
2021-10-11
Use parser for more input parameters (#2386)
Neïl Zaim
1
-5
/
+6
2021-09-24
Exchange fewer guard cells with standard PSATD solver (#2266)
Neïl Zaim
1
-0
/
+5
2021-08-30
ECT conformal solver (#1923)
Lorenzo Giacomel
1
-1
/
+2
2021-06-28
Multi-J scheme (#1828)
Remi Lehe
1
-0
/
+2
2021-06-24
Use "Include What You Use" on WarpX (#1947)
Luca Fedeli
1
-7
/
+15
2021-05-19
Set guard cells for allocation using field solver stencil and particle shape ...
Revathi Jambunathan
1
-10
/
+36
2021-05-03
Implement div(B) Cleaning With FDTD (#1829)
Edoardo Zoni
1
-0
/
+9
2021-04-15
Hybrid Galilean: Same Guard Cells in z as Nodal (#1887)
Edoardo Zoni
1
-11
/
+25
2021-03-18
Use Clear Naming Standard for ParmParse Variables (#1809)
Edoardo Zoni
1
-4
/
+4
2021-03-04
Remove extra ghost cell used with momentum-conserving gathering (#1758)
Edoardo Zoni
1
-7
/
+0
2021-01-27
Take time step into account to compute guard cells for J and rho (#1607)
Edoardo Zoni
1
-7
/
+22
2020-12-11
PSATD Runtime Control (#1300)
Axel Huebl
1
-41
/
+39
2020-12-02
Improve spectral solver on staggered grids (#1468)
Edoardo Zoni
1
-4
/
+4
2020-09-30
Use fewer guard cells for deposition (#1368)
Edoardo Zoni
1
-1
/
+10
2020-09-06
CKC: Use Enum instead consequently (#1299)
Axel Huebl
1
-1
/
+3
2020-08-24
Fix some warnings (#1239)
Luca Fedeli
1
-3
/
+6
2020-08-06
Use psatd.n<xz>_guard, not psatd.n<xy>_guard, in 2D and RZ (#1237)
Edoardo Zoni
1
-1
/
+5
2020-07-27
Rename Input to `algo.maxwell_solver` (#1188)
Axel Huebl
1
-2
/
+2
2020-07-17
Fixing compiler warnings (#1178)
Olga Shapoval
1
-3
/
+3
2020-04-17
Remove code for hybrid PSATD, as well as remaining Fortran interface file (#927)
Remi Lehe
1
-35
/
+32
2020-03-11
Added optional user defined number of guard cells to use with PSATD solver (#...
Olga Shapoval
1
-14
/
+13
2020-02-27
Comment/Remove Unused Parameters (#749)
Axel Huebl
1
-0
/
+6
2020-02-25
Includes: Clean Up (#743)
Axel Huebl
1
-1
/
+3
2020-02-21
Make the option to exchange all guard cells safer (#709)
MaxThevenet
1
-2
/
+2
2020-02-18
Galilean PSATD with shift (#704)
Olga Shapoval
1
-3
/
+13
2020-01-27
Automatically add copyright header with update_copyright.sh
Tools
1
-0
/
+6
2020-01-14
fix error MW 1 MR 1 subcycling 0
MaxThevenet
1
-1
/
+3
2020-01-08
delete EOL whitespace
MaxThevenet
1
-1
/
+1
2020-01-08
option to always exchange all guard cells
MaxThevenet
1
-30
/
+43
2020-01-03
include Remi's suggestions
MaxThevenet
1
-6
/
+2
2019-11-12
no guard cell exchanges for F with Yee solver. Remove print statements
MaxThevenet
1
-0
/
+3
2019-11-12
cleaning, and additional checks
MaxThevenet
1
-1
/
+3
2019-11-12
fix psatd: problem was in buffer cells
MaxThevenet
1
-12
/
+4
2019-11-12
Revert "move FillBoundaryF call to where needed, and allow for extra guard ce...
MaxThevenet
1
-14
/
+1
2019-11-11
move FillBoundaryF call to where needed, and allow for extra guard cells
MaxThevenet
1
-1
/
+14
2019-11-10
pfew fix bug (that could lead to SEGFAULT), and indentation
MaxThevenet
1
-2
/
+3
[next]