aboutsummaryrefslogtreecommitdiff
path: root/Source/Parallelization (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-191D3V Cartesian Support (#2307)Gravatar Prabhat Kumar 3-15/+134
2021-11-18WarpXComm.cpp: Use Explicit Types, not `auto` (#2578)Gravatar Edoardo Zoni 1-26/+29
2021-11-18Bug fixes and cleanup in load balancing (#2563)Gravatar Roelof Groenewald 1-162/+66
2021-11-15Bugfix in load balancing routine (#2555)Gravatar Roelof Groenewald 1-0/+8
2021-11-09Fix some issues with Fujitsu compiler (#2529)Gravatar Luca Fedeli 1-2/+4
2021-10-29FieldProbe using Particle (#2430)Gravatar Tiberius Rheaume 1-0/+10
2021-10-25Bugfixes for ref_ratio = 4 in the moving window direction. (#2452)Gravatar Andrew Myers 2-11/+18
2021-10-18Option to do single precision mesh communication. (#2294)Gravatar Andrew Myers 6-90/+442
2021-10-18Multi-J Algo: Synchronize Nodal Points of F,G (#2434)Gravatar Edoardo Zoni 1-0/+18
2021-10-12Fix PML Behavior in FillBoundary for F,G (#2383)Gravatar Edoardo Zoni 1-49/+27
2021-10-12Increase number of guard cells allocated with multi-J algorithm (#2377)Gravatar Neïl Zaim 2-4/+22
2021-10-11Use parser for more input parameters (#2386)Gravatar Neïl Zaim 2-7/+8
2021-10-06FillBoundaryG: Add PML Exchange (#2381)Gravatar Edoardo Zoni 1-2/+10
2021-10-06NodalSync: Less Duplicate Code (#2375)Gravatar Edoardo Zoni 1-58/+14
2021-09-27SumBoundary: Use Fewer Guard Cells for J/rho (#2323)Gravatar Edoardo Zoni 2-21/+65
2021-09-27Allow more work for OpenMP threads in `WarpX::UpdateAuxilaryData` (#2342)Gravatar Remi Lehe 1-7/+7
2021-09-24Exchange fewer guard cells with standard PSATD solver (#2266)Gravatar Neïl Zaim 2-0/+7
2021-08-30ECT conformal solver (#1923)Gravatar Lorenzo Giacomel 1-1/+2
2021-08-24WarpXComm.cpp: Fix Bug (Uninitialized MultiFabs) (#2230)Gravatar Edoardo Zoni 1-0/+6
2021-08-16Use less guard cells in ParallelCopy of refined level's UpdateAuxilaryData (#...Gravatar Neïl Zaim 1-8/+24
2021-07-16Infrastructure for interacting particles with embedded boundary walls (#2069)Gravatar Andrew Myers 1-0/+1
2021-07-13when regridding (say after a load balance), we need to regenerate the edge an...Gravatar Andrew Myers 1-0/+4
2021-07-12Add Cost Calculations for Cartesian/RZ Filtering (#2074)Gravatar Edoardo Zoni 1-8/+8
2021-06-28Multi-J scheme (#1828)Gravatar Remi Lehe 1-0/+2
2021-06-24Use "Include What You Use" on WarpX (#1947)Gravatar Luca Fedeli 7-19/+83
2021-06-08Fix kernel timer: use after free (#2006)Gravatar Axel Huebl 1-5/+6
2021-05-19Set guard cells for allocation using field solver stencil and particle shape ...Gravatar Revathi Jambunathan 1-10/+36
2021-05-03Implement div(B) Cleaning With FDTD (#1829)Gravatar Edoardo Zoni 3-1/+72
2021-04-21Fix LoadBalance + MR: Rebuild Particle Masks (#1904)Gravatar Axel Huebl 1-2/+6
2021-04-20Fix logic error when load balancing with more than 1 level. (#1903)Gravatar Andrew Myers 1-2/+6
2021-04-19Divergence cleaning for PSATD in PML (#1600)Gravatar Edoardo Zoni 1-0/+4
2021-04-15Hybrid Galilean: Same Guard Cells in z as Nodal (#1887)Gravatar Edoardo Zoni 1-11/+25
2021-04-12Add nodal synchronization of E and B fields in the main grid (#1817)Gravatar Neïl Zaim 1-0/+66
2021-04-08Fix Out-Of-Bound Access In Some Interpolation Functions (#1885)Gravatar Edoardo Zoni 1-12/+48
2021-04-05Compile-time option to use `algo.load_balance_costs_update = gpuclock` (#1838)Gravatar Michael E Rowan 1-12/+20
2021-03-31Move KernelTimer to Parallelization (#1856)Gravatar Michael E Rowan 1-0/+75
2021-03-29Regrid spectral solver during load balance (#1815)Gravatar Michael E Rowan 1-8/+76
2021-03-29Add option for finite-order centering of currents (nodal to staggered) (#1763)Gravatar Edoardo Zoni 2-82/+184
2021-03-18Use Clear Naming Standard for ParmParse Variables (#1809)Gravatar Edoardo Zoni 1-4/+4
2021-03-17Replaced almost all nGrow with nGrowVect (#1801)Gravatar David Grote 1-2/+2
2021-03-04Implement averaged algo on staggered grids & merge spectral classes (#1544)Gravatar Edoardo Zoni 1-12/+17
2021-03-04Remove extra ghost cell used with momentum-conserving gathering (#1758)Gravatar Edoardo Zoni 3-30/+16
2021-03-02CI: Always with FFTW/PSATD (#1587)Gravatar Axel Huebl 2-70/+69
2021-02-25Finite-order field centering: few small optimizations (#1714)Gravatar Edoardo Zoni 1-49/+52
2021-02-12Fix bug in loop over boxes in WarpX::UpdateAuxilaryDataStagToNodal (#1691)Gravatar Edoardo Zoni 2-17/+23
2021-02-03Reduced diagnostic for load balance efficiency (#1673)Gravatar Michael E Rowan 1-0/+5
2021-02-02Refactor finite-order interpolation functions for momentum-conserving field g...Gravatar Edoardo Zoni 2-303/+196
2021-02-02Always synchronize nodal points of PML MultiFabs (#1669)Gravatar Edoardo Zoni 1-0/+35
2021-01-29make sure we redefine the tmp particle tiles when we load balance. (#1658)Gravatar Andrew Myers 1-0/+1
2021-01-27Take time step into account to compute guard cells for J and rho (#1607)Gravatar Edoardo Zoni 2-8/+27