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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-19
1D3V Cartesian Support (#2307)
Prabhat Kumar
3
-15
/
+134
2021-11-18
WarpXComm.cpp: Use Explicit Types, not `auto` (#2578)
Edoardo Zoni
1
-26
/
+29
2021-11-18
Bug fixes and cleanup in load balancing (#2563)
Roelof Groenewald
1
-162
/
+66
2021-11-15
Bugfix in load balancing routine (#2555)
Roelof Groenewald
1
-0
/
+8
2021-11-09
Fix some issues with Fujitsu compiler (#2529)
Luca Fedeli
1
-2
/
+4
2021-10-29
FieldProbe using Particle (#2430)
Tiberius Rheaume
1
-0
/
+10
2021-10-25
Bugfixes for ref_ratio = 4 in the moving window direction. (#2452)
Andrew Myers
2
-11
/
+18
2021-10-18
Option to do single precision mesh communication. (#2294)
Andrew Myers
6
-90
/
+442
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-12
Increase number of guard cells allocated with multi-J algorithm (#2377)
Neïl Zaim
2
-4
/
+22
2021-10-11
Use parser for more input parameters (#2386)
Neïl Zaim
2
-7
/
+8
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
2
-21
/
+65
2021-09-27
Allow more work for OpenMP threads in `WarpX::UpdateAuxilaryData` (#2342)
Remi Lehe
1
-7
/
+7
2021-09-24
Exchange fewer guard cells with standard PSATD solver (#2266)
Neïl Zaim
2
-0
/
+7
2021-08-30
ECT conformal solver (#1923)
Lorenzo Giacomel
1
-1
/
+2
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-16
Infrastructure for interacting particles with embedded boundary walls (#2069)
Andrew Myers
1
-0
/
+1
2021-07-13
when regridding (say after a load balance), we need to regenerate the edge an...
Andrew Myers
1
-0
/
+4
2021-07-12
Add Cost Calculations for Cartesian/RZ Filtering (#2074)
Edoardo Zoni
1
-8
/
+8
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
7
-19
/
+83
2021-06-08
Fix kernel timer: use after free (#2006)
Axel Huebl
1
-5
/
+6
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
3
-1
/
+72
2021-04-21
Fix LoadBalance + MR: Rebuild Particle Masks (#1904)
Axel Huebl
1
-2
/
+6
2021-04-20
Fix logic error when load balancing with more than 1 level. (#1903)
Andrew Myers
1
-2
/
+6
2021-04-19
Divergence cleaning for PSATD in PML (#1600)
Edoardo Zoni
1
-0
/
+4
2021-04-15
Hybrid Galilean: Same Guard Cells in z as Nodal (#1887)
Edoardo Zoni
1
-11
/
+25
2021-04-12
Add nodal synchronization of E and B fields in the main grid (#1817)
Neïl Zaim
1
-0
/
+66
2021-04-08
Fix Out-Of-Bound Access In Some Interpolation Functions (#1885)
Edoardo Zoni
1
-12
/
+48
2021-04-05
Compile-time option to use `algo.load_balance_costs_update = gpuclock` (#1838)
Michael E Rowan
1
-12
/
+20
2021-03-31
Move KernelTimer to Parallelization (#1856)
Michael E Rowan
1
-0
/
+75
2021-03-29
Regrid spectral solver during load balance (#1815)
Michael E Rowan
1
-8
/
+76
2021-03-29
Add option for finite-order centering of currents (nodal to staggered) (#1763)
Edoardo Zoni
2
-82
/
+184
2021-03-18
Use Clear Naming Standard for ParmParse Variables (#1809)
Edoardo Zoni
1
-4
/
+4
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
3
-30
/
+16
2021-03-02
CI: Always with FFTW/PSATD (#1587)
Axel Huebl
2
-70
/
+69
2021-02-25
Finite-order field centering: few small optimizations (#1714)
Edoardo Zoni
1
-49
/
+52
2021-02-12
Fix bug in loop over boxes in WarpX::UpdateAuxilaryDataStagToNodal (#1691)
Edoardo Zoni
2
-17
/
+23
2021-02-03
Reduced diagnostic for load balance efficiency (#1673)
Michael E Rowan
1
-0
/
+5
2021-02-02
Refactor finite-order interpolation functions for momentum-conserving field g...
Edoardo Zoni
2
-303
/
+196
2021-02-02
Always synchronize nodal points of PML MultiFabs (#1669)
Edoardo Zoni
1
-0
/
+35
2021-01-29
make sure we redefine the tmp particle tiles when we load balance. (#1658)
Andrew Myers
1
-0
/
+1
2021-01-27
Take time step into account to compute guard cells for J and rho (#1607)
Edoardo Zoni
2
-8
/
+27
[next]