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
/
FieldSolver
/
SpectralSolver
/
SpectralAlgorithms
/
AvgGalileanAlgorithm.cpp
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-02
Always synchronize nodal points of PML MultiFabs (#1669)
Edoardo Zoni
4
-9
/
+63
2021-02-02
fixTypo for pml has particles parameter for docs (#1671)
Revathi Jambunathan
1
-2
/
+2
2021-02-01
remove semicolons (#1662)
Luca Fedeli
1
-5
/
+5
2021-02-01
Remove redundant "do_qed" option in inputfile (#1667)
Luca Fedeli
9
-82
/
+21
2021-01-31
scipy 1.5+ (#1670)
Axel Huebl
1
-1
/
+1
2021-01-31
requirements.txt: fix overspecification (#1668)
Axel Huebl
2
-4
/
+4
2021-02-01
parameter.rst fixes (#1663)
Michael E Rowan
1
-14
/
+12
2021-02-01
fix inconsistent formatting (#1666)
Michael E Rowan
1
-2
/
+2
2021-02-01
[mini-PR] Add particle tiling documentation (#1665)
Michael E Rowan
1
-0
/
+4
2021-01-29
make sure we redefine the tmp particle tiles when we load balance. (#1658)
Andrew Myers
4
-6
/
+17
2021-01-29
Reset broken benchmark for CI test initial_distribution (#1661)
Edoardo Zoni
1
-7
/
+7
2021-01-27
Updates for electrostatic solver (#1604)
David Grote
3
-40
/
+49
2021-01-27
Modern setup.py: CMake-Driven, Multi-Dimensional (#1647)
Axel Huebl
6
-2
/
+302
2021-01-27
Take time step into account to compute guard cells for J and rho (#1607)
Edoardo Zoni
10
-71
/
+112
2021-01-27
Add filter for particle histogram (#1643)
NeilZaim
8
-21
/
+86
2021-01-26
Start Embedded Boundary development (#1641)
Weiqun Zhang
12
-1
/
+93
2021-01-26
CI: Ubuntu-latest -> 20.04 (#1654)
Axel Huebl
2
-2
/
+2
2021-01-26
[mini-PR] Broken link to scripts (#1651)
Michael E Rowan
1
-1
/
+1
2021-01-27
Replace an always false test with an abort (#1655)
Luca Fedeli
1
-3
/
+3
2021-01-26
Use pinned memory for tmp particles in diags. (#1644)
Andrew Myers
3
-21
/
+45
2021-01-22
Cleaned up field diagnostic in picmi interface (#1649)
David Grote
1
-11
/
+2
2021-01-22
Add parameter for default galilean velocity (#1097)
Remi Lehe
4
-8
/
+20
2021-01-22
Remove unused lines about particle filters (#1646)
NeilZaim
2
-21
/
+0
2021-01-22
Fix number of guard cells in PML with 2D PSATD (#1648)
NeilZaim
1
-2
/
+13
2021-01-21
Start: PerformanceHints After Init (#1630)
Axel Huebl
2
-0
/
+38
2021-01-21
Define: _OPENMP -> AMREX_USE_OMP (#1520)
Axel Huebl
43
-111
/
+110
2021-01-20
openPMD: Particle Filter (Container) (#1632)
Axel Huebl
4
-62
/
+147
2021-01-20
openPMD: ionizationLevel (#1622)
Axel Huebl
2
-63
/
+118
2021-01-20
Fix FilterFunctor in non-3D (#1633)
Axel Huebl
1
-3
/
+3
2021-01-20
Fix 2D: ParticleHistogram (#1635)
Axel Huebl
1
-3
/
+3
2021-01-20
SpeciesProperties: C, N, O, Cu (#1638)
Axel Huebl
4
-68
/
+146
2021-01-19
Distribution mapping and cost plotting (#1444)
Michael E Rowan
7
-0
/
+440
2021-01-19
Add Superparticle version of getParticlePosition. (#1640)
Andrew Myers
1
-7
/
+34
2021-01-15
Unused Params: Check after Step 0 (#1596)
Axel Huebl
1
-0
/
+9
2021-01-15
Fix bug in momentum-conserving interpolation function with MR (#1624)
Edoardo Zoni
2
-15
/
+20
2021-01-15
Handle units properly in the particle filter function. (#1598)
Andrew Myers
2
-10
/
+29
2021-01-15
openPMD: 0.13.1 (#1620)
Axel Huebl
1
-1
/
+1
2021-01-15
Lassen (LLNL): HDF5 (#1629)
Axel Huebl
1
-1
/
+2
2021-01-15
LLNL: Newer CMake (#1625)
Axel Huebl
2
-2
/
+2
2021-01-14
Unify intervals notation (#1485)
NeilZaim
71
-133
/
+178
2021-01-14
replace some naked new with unique_ptr (#1627)
Luca Fedeli
2
-7
/
+8
2021-01-14
minor: fix typo in Juwels doc (#1628)
MaxThevenet
1
-1
/
+1
2021-01-14
fix warning raised by clang-tidy (#1626)
Luca Fedeli
1
-2
/
+1
2021-01-12
update CoriGPU build instruction in docs (#1617)
Revathi Jambunathan
1
-1
/
+1
2021-01-12
Remove unused functions "ExchangeWithPml..." (#1616)
Edoardo Zoni
2
-42
/
+0
2021-01-12
Fix some other warnings (#1618)
Luca Fedeli
10
-69
/
+81
2021-01-12
Parser: Flex Prefix (#1615)
Axel Huebl
9
-172
/
+691
2021-01-12
Fix some double-->float warnings in NCIGodfrey table (#1610)
Luca Fedeli
2
-431
/
+445
2021-01-11
New reduced diag: maximum charge densities (#1535)
NeilZaim
16
-35
/
+286
2021-01-11
For python regression tests, fix the setup step (#1611)
David Grote
2
-9
/
+9
[next]