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
/
SpectralBaseAlgorithm.cpp
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-12
LASY: Broadcast quantities to MPI processes (#4179)
Ilian Kara-Mostefa
1
-0
/
+15
2023-08-11
In picmi.py, add G to fields to plot check (#4180)
David Grote
1
-1
/
+1
2023-08-11
Update PICMI interface for Gaussian flux (#4084)
Remi Lehe
4
-4
/
+4
2023-08-11
Enable `divE` field diagnostic with Ohm's law solver (#4178)
Roelof Groenewald
2
-3
/
+5
2023-08-11
Use more consistent particle type in pusher (#4175)
Remi Lehe
1
-6
/
+6
2023-08-11
Fix compilation issue with single-precision particles (#4174)
Remi Lehe
1
-2
/
+2
2023-08-11
Add Python wrapper to set the lens strength (#3748)
Remi Lehe
3
-0
/
+39
2023-08-10
Fix continuous injection of lasers (#4112)
Edoardo Zoni
8
-59
/
+76
2023-08-10
Fix Python test due to recent openPMD-viewer update (#4177)
Remi Lehe
1
-1
/
+1
2023-08-10
AMReX: Weekly Update (#4172)
Axel Huebl
5
-5
/
+5
2023-08-09
Doc: Update License Notice (#4171)
Axel Huebl
3
-18
/
+5
2023-08-09
Add write_diagonstics_on_restart input option (#4091)
David Grote
4
-3
/
+13
2023-08-09
Doc: Gitter -> Discussions (#4168)
Axel Huebl
2
-3
/
+3
2023-08-08
Clang tidy CI test: add some misc-* checks (#4150)
Luca Fedeli
3
-2
/
+5
2023-08-08
remove unused function (#4151)
Luca Fedeli
1
-21
/
+0
2023-08-08
Fix typo in parameters.rst (#4152)
Luca Fedeli
1
-1
/
+1
2023-08-08
Clang-tidy CI test: add two performance checks (#4158)
Luca Fedeli
4
-9
/
+11
2023-08-08
[pre-commit.ci] pre-commit autoupdate (#4167)
pre-commit-ci[bot]
1
-2
/
+2
2023-08-08
Clang tidy CI test: add 4 more readability-* checks to clang-tidy CI test (#...
Luca Fedeli
4
-7
/
+7
2023-08-07
add back printing of warning messages at the end of the simulation (#4154)
Luca Fedeli
1
-1
/
+2
2023-08-07
Clang-tidy CI test: add 4 new readability checks (#4163)
Luca Fedeli
13
-29
/
+33
2023-08-07
Show compiler warnings with appleclang (#4166)
Grant Johnson
1
-0
/
+2
2023-08-07
Release 23.08 (#4165)
Axel Huebl
11
-13
/
+13
2023-08-07
Add a few abbreviations and terms to the glossary (#4143)
Roelof Groenewald
1
-2
/
+9
2023-08-04
remove WarpX::GetInstance from WarpX::InitFromCheckpoint () (#4160)
Luca Fedeli
1
-6
/
+4
2023-08-04
move function from .H file to .cpp file (#4159)
Luca Fedeli
2
-10
/
+13
2023-08-04
WarpX: Rule-of-Five (#4155)
Axel Huebl
1
-1
/
+12
2023-08-02
Clean up charge deposition code duplication (#4113)
Roelof Groenewald
2
-92
/
+65
2023-08-01
Clang tidy CI test: add almost all the cert-* checks (#4063)
Luca Fedeli
2
-14
/
+35
2023-08-01
[pre-commit.ci] pre-commit autoupdate (#4145)
pre-commit-ci[bot]
1
-1
/
+1
2023-08-01
Clang tidy CI test: add several readability checks to clang tidy CI test (#4...
Luca Fedeli
41
-226
/
+199
2023-08-01
Refactoring: instantiate WarpX class via MakeWarpX function (#4104)
Luca Fedeli
8
-29
/
+61
2023-08-01
Move GotoNextLine helper function into ablastr (#4139)
Luca Fedeli
8
-26
/
+63
2023-08-01
Remove WarpX::GetInstance call from ParserFilter functor (#4132)
Luca Fedeli
6
-15
/
+19
2023-08-01
move CheckGuardCells(amrex::MultiFab const& mf) function into anonymous names...
Luca Fedeli
2
-39
/
+40
2023-07-31
add mpi checks to clang-tidy CI test (#4135)
Luca Fedeli
1
-0
/
+1
2023-07-31
Update docs to mention updated signal handling for SIGILL (#4134)
Grant Johnson
1
-2
/
+1
2023-07-31
add a couple of performance checks to clang-tidy CI test (#4128)
Luca Fedeli
1
-0
/
+2
2023-07-31
Clang tidy CI test: add some modernize checks to clang-tidy CI test (#4133)
Luca Fedeli
20
-47
/
+69
2023-07-31
remove WarpX::GetInstance() from PoissonBoundaryHandler::definePhiBCs (#4130)
Luca Fedeli
2
-7
/
+10
2023-07-31
clang-tidy CI test: add misc-misleading-bidirectional check (#4140)
Luca Fedeli
1
-0
/
+1
2023-07-31
AMReX: Weekly Update (#4142)
Axel Huebl
5
-5
/
+5
2023-07-28
remove superfluous includes from LatticeElements (#4131)
Luca Fedeli
6
-9
/
+0
2023-07-27
Fix bug with MLMG solver, always pass ghost cells to `SumBoundary` (#4078)
Edoardo Zoni
4
-66
/
+16
2023-07-27
Improve script to compute PSATD stencil (#4016)
Edoardo Zoni
2
-153
/
+188
2023-07-27
fix BTD doc (#4089)
Revathi Jambunathan
1
-1
/
+15
2023-07-27
Fix the writing of raw rho_fp (#4114)
David Grote
1
-3
/
+4
2023-07-26
Initialize variables at declaration if it improves readability (#4117)
Luca Fedeli
21
-214
/
+107
2023-07-26
AMReX: Update (Plotfile Write) (#4126)
Axel Huebl
6
-6
/
+6
2023-07-26
exclude cppcoreguidelines-init-variables (#4118)
Luca Fedeli
1
-0
/
+1
[next]