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-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
2023-07-26
remove unused upper_bound algorithm (#4123)
Luca Fedeli
2
-50
/
+0
2023-07-26
Tools: Update Copyright String (#4120)
Axel Huebl
1
-3
/
+2
2023-07-25
[pre-commit.ci] pre-commit autoupdate (#4115)
pre-commit-ci[bot]
1
-1
/
+1
2023-07-25
Clang tidy CI test: add modernize-concat-nested-namespaces check to clang tid...
Luca Fedeli
4
-15
/
+8
2023-07-25
WarpX class: move a couple of function definitions (#4097)
Luca Fedeli
2
-20
/
+26
2023-07-25
Clang-tidy: add cppcoreguidelines-interfaces-global-init check (#4107)
Luca Fedeli
1
-0
/
+1
2023-07-24
Fix timestep duration plot script download link (#4105)
Marco Garten
1
-1
/
+1
2023-07-24
Update perlmutter_gpu.sbatch (#4100)
kngott
1
-1
/
+1
2023-07-24
exclude some checks from clang-tidy CI test (#4108)
Luca Fedeli
1
-0
/
+5
2023-07-24
AMReX/PICSAR: Weekly Update (#4111)
Axel Huebl
6
-6
/
+6
2023-07-24
Merge MPI Reduction Calls (#4051)
Weiqun Zhang
5
-48
/
+17
2023-07-21
Fix `chi_min` and `chi_max` in `ParticleExtrema` reduced diags (#4101)
Arianna Formenti
1
-10
/
+13
2023-07-21
Update inputs files in WarpX (#4103)
Weiqun Zhang
10
-25
/
+25
2023-07-20
Fix: Ablastr PoissonSolver Constant (#4090)
Axel Huebl
1
-1
/
+2
2023-07-18
AMReX: Weekly Update (#4092)
Axel Huebl
5
-5
/
+5
2023-07-18
Remove specification of nsys version (#4048)
Remi Lehe
1
-13
/
+1
2023-07-17
Remove field probe raw_fields option (#4074)
David Grote
3
-37
/
+11
2023-07-18
Release 23.07 (#4088)
Axel Huebl
11
-13
/
+13
2023-07-17
Clang-tidy CI test: add some performance checks in clang-tidy CI test (#4077)
Luca Fedeli
5
-9
/
+15
2023-07-17
Update Adastra documentation (#4082)
Luca Fedeli
3
-34
/
+213
2023-07-17
Update LUMI documentation (#4087)
Luca Fedeli
3
-30
/
+212
2023-07-14
ablastr: fix missing/superfluous `#include` directives (#4080)
Luca Fedeli
17
-28
/
+33
2023-07-13
Add reduced diag precision input parameter (#4079)
David Grote
3
-1
/
+11
2023-07-13
Update Intel compiler installation (#4081)
Weiqun Zhang
1
-5
/
+8
2023-07-13
Clang-tidy CI test: make bugprone checks list more compact (#4075)
Luca Fedeli
1
-57
/
+1
2023-07-11
Clang-tidy CI test: add almost all missing bugprone clang-tidy checks (#4064)
Luca Fedeli
2
-1
/
+53
2023-07-11
Clang-tidy CI test: add more bugprone clang-tidy checks (#4047)
Luca Fedeli
1
-0
/
+3
2023-07-10
Clang-tidy CI test: add few bugprone clang-tidy checks (#4046)
Luca Fedeli
1
-0
/
+4
2023-07-10
main.cpp: change warpx_amrex_init into warpx::initialization::amrex_init (#4055)
Luca Fedeli
4
-31
/
+41
2023-07-10
explicitly exclude bugprone-easily-swappable-parameters check from clang-tidy...
Luca Fedeli
1
-0
/
+1
2023-07-10
Update GitHub actions CI test to use Ascent 0.9.2 (#4067)
Cyrus Harrison
1
-1
/
+1
[next]