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
/
WarpXComm.cpp
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-16
Generalize buffers for `SyncRho`, `SyncCurrent`, and related functions (#3995)
Edoardo Zoni
1
-30
/
+34
2023-06-13
Enforce const correctness using clang-tidy CI test (#3921)
Luca Fedeli
1
-14
/
+14
2023-06-12
Replace amrex::Abort with WARPX_ABORT_WITH_MESSAGE (#3965)
Luca Fedeli
1
-4
/
+4
2023-06-09
Fix SyncCurrent and SyncRho for multi-levels (#3777)
Weiqun Zhang
1
-36
/
+195
2023-04-10
`SyncRho`: Pass References To Charge MultiFabs (#3814)
Remi Lehe
1
-6
/
+13
2022-12-08
ABLASTR: Coarsen Functions (#3433)
Axel Huebl
1
-9
/
+9
2022-11-07
Allow `None` for Maxwell solver (#3504)
Roelof Groenewald
1
-1
/
+1
2022-10-28
ABLASTR: Always Sync Option (#3467)
Axel Huebl
1
-12
/
+12
2022-10-10
Partial refactoring of the utils directory (#3404)
Luca Fedeli
1
-1
/
+0
2022-09-09
`SyncCurrent`: Split Filter and Sum over Guard Cells (#3222)
Edoardo Zoni
1
-93
/
+114
2022-08-02
`SyncCurrent`: Pass References To Current MultiFabs (#3277)
Edoardo Zoni
1
-4
/
+3
2022-07-05
Merge `FillBoundary` and `NodalSync` (`OneStep_multiJ`) (#3169)
Edoardo Zoni
1
-40
/
+0
2022-06-08
ABLASTR: Move Communication Utilities (#3167)
Axel Huebl
1
-76
/
+104
2022-06-07
Merge `FillBoundary` and `NodalSync` (`OneStep_nosub`, `OneStep_sub1`) (#3013)
Remi Lehe
1
-30
/
+30
2022-04-14
Remove Nodal Synchronization of J and Rho (#3038)
Edoardo Zoni
1
-5
/
+0
2022-04-07
Vay Deposition: Fix SyncCurrent, FFTs (#3012)
Edoardo Zoni
1
-3
/
+1
2022-04-04
Refactoring: More General Interfaces (#2991)
Edoardo Zoni
1
-70
/
+87
2022-03-22
Vay Deposition: Separate Arrays, Correct Index Types w/ FFTs (#2965)
Edoardo Zoni
1
-45
/
+59
2022-03-21
Hybrid Algorithms: Add FDTD Support for Centering (#2327)
Edoardo Zoni
1
-65
/
+35
2022-03-08
Make error and info messages visually uniform (#2939)
Luca Fedeli
1
-7
/
+8
2022-03-03
Bugfix for LB + MR + Filter (#2917)
Andrew Myers
1
-6
/
+6
2022-01-24
PML Exchanges: Less Duplicate Code (#2394)
Edoardo Zoni
1
-99
/
+71
2022-01-20
Implement PML for the outer RZ boundary with PSATD (#2211)
David Grote
1
-20
/
+59
2021-12-03
Replace AMREX_SPACEDIM: Boundary & Parallelization (#2620)
Prabhat Kumar
1
-5
/
+5
2021-11-19
1D3V Cartesian Support (#2307)
Prabhat Kumar
1
-1
/
+3
2021-11-18
WarpXComm.cpp: Use Explicit Types, not `auto` (#2578)
Edoardo Zoni
1
-26
/
+29
2021-10-18
Option to do single precision mesh communication. (#2294)
Andrew Myers
1
-89
/
+101
2021-10-18
Multi-J Algo: Synchronize Nodal Points of F,G (#2434)
Edoardo Zoni
1
-0
/
+18
2021-10-12
Fix PML Behavior in FillBoundary for F,G (#2383)
Edoardo Zoni
1
-49
/
+27
2021-10-06
FillBoundaryG: Add PML Exchange (#2381)
Edoardo Zoni
1
-2
/
+10
2021-10-06
NodalSync: Less Duplicate Code (#2375)
Edoardo Zoni
1
-58
/
+14
2021-09-27
SumBoundary: Use Fewer Guard Cells for J/rho (#2323)
Edoardo Zoni
1
-18
/
+60
2021-09-27
Allow more work for OpenMP threads in `WarpX::UpdateAuxilaryData` (#2342)
Remi Lehe
1
-7
/
+7
2021-08-24
WarpXComm.cpp: Fix Bug (Uninitialized MultiFabs) (#2230)
Edoardo Zoni
1
-0
/
+6
2021-08-16
Use less guard cells in ParallelCopy of refined level's UpdateAuxilaryData (#...
Neïl Zaim
1
-8
/
+24
2021-07-12
Add Cost Calculations for Cartesian/RZ Filtering (#2074)
Edoardo Zoni
1
-8
/
+8
2021-06-24
Use "Include What You Use" on WarpX (#1947)
Luca Fedeli
1
-6
/
+30
2021-05-03
Implement div(B) Cleaning With FDTD (#1829)
Edoardo Zoni
1
-1
/
+59
2021-04-19
Divergence cleaning for PSATD in PML (#1600)
Edoardo Zoni
1
-0
/
+4
2021-04-12
Add nodal synchronization of E and B fields in the main grid (#1817)
Neïl Zaim
1
-0
/
+66
2021-03-29
Add option for finite-order centering of currents (nodal to staggered) (#1763)
Edoardo Zoni
1
-19
/
+99
2021-03-17
Replaced almost all nGrow with nGrowVect (#1801)
David Grote
1
-2
/
+2
2021-03-04
Implement averaged algo on staggered grids & merge spectral classes (#1544)
Edoardo Zoni
1
-12
/
+17
2021-03-04
Remove extra ghost cell used with momentum-conserving gathering (#1758)
Edoardo Zoni
1
-16
/
+16
2021-03-02
CI: Always with FFTW/PSATD (#1587)
Axel Huebl
1
-6
/
+6
2021-02-12
Fix bug in loop over boxes in WarpX::UpdateAuxilaryDataStagToNodal (#1691)
Edoardo Zoni
1
-5
/
+4
2021-02-02
Refactor finite-order interpolation functions for momentum-conserving field g...
Edoardo Zoni
1
-50
/
+35
2021-02-02
Always synchronize nodal points of PML MultiFabs (#1669)
Edoardo Zoni
1
-0
/
+35
2021-01-21
Define: _OPENMP -> AMREX_USE_OMP (#1520)
Axel Huebl
1
-5
/
+5
2021-01-12
Remove unused functions "ExchangeWithPml..." (#1616)
Edoardo Zoni
1
-38
/
+0
[next]