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
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
2020-12-22
Fix: PSATD + CUDA build (#1595)
Axel Huebl
1
-6
/
+9
2020-12-21
Generalize some interpolation functions for MR (#1585)
Edoardo Zoni
1
-8
/
+17
2020-12-21
Fix: PSATD Comm. Runtime Switch (FDTD) (#1588)
Axel Huebl
1
-53
/
+67
2020-12-02
Improve spectral solver on staggered grids (#1468)
Edoardo Zoni
1
-3
/
+57
2020-11-02
[mini-PR ] Fix an "unused variable" warning (#1488)
Luca Fedeli
1
-2
/
+1
2020-10-26
Filter diagnostic rho (#1295)
David Grote
1
-6
/
+12
2020-10-19
Replace wherever possible '.reset(new' with '= make_unique' (#1429)
Luca Fedeli
1
-4
/
+9
2020-09-14
Clean up profiling labels (#1320)
Edoardo Zoni
1
-3
/
+3
2020-07-08
Averaged Galilean PSATD (#869)
Olga Shapoval
1
-0
/
+125
2020-05-12
Implement intervals parser for override_sync (#1008)
NeilZaim
1
-2
/
+2
2020-05-11
Generalize coarsening for MR (#945)
Edoardo Zoni
1
-66
/
+9
2020-04-07
Fix typos (#897)
NeilZaim
1
-3
/
+3
2020-02-25
Includes: Clean Up (#743)
Axel Huebl
1
-6
/
+6
2020-02-24
Profiler wrapper to allow for cudaDeviceSynchronize (#738)
MaxThevenet
1
-5
/
+5
2020-02-21
Make the option to exchange all guard cells safer (#709)
MaxThevenet
1
-42
/
+70
2020-02-06
Do not include 'WarpX_f.H' when not necessary.
Edoardo Zoni
1
-1
/
+0
2020-01-27
Automatically add copyright header with update_copyright.sh
Tools
1
-0
/
+8
2019-11-19
fix mege conflicts with dev
MaxThevenet
1
-3
/
+2
2019-11-13
Merge branch 'dev' into comm
MaxThevenet
1
-4
/
+5
2019-11-12
no guard cell exchanges for F with Yee solver. Remove print statements
MaxThevenet
1
-4
/
+0
2019-11-12
Merge branch 'dev' into poisson
Remi Lehe
1
-1
/
+1
2019-11-12
fix psatd: problem was in buffer cells
MaxThevenet
1
-1
/
+0
2019-11-12
Remove Fortran files
Remi Lehe
1
-4
/
+5
[next]