Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
* Add Python wrapper to set the lens strength
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Correct missing `c_real`
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Add assert message
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
|
* Fix continuous injection of lasers
- define new member functions nLasers and nContainers;
- loop over all containers, not just over all "species".
* Fix update of injection position for lasers
* Fix CodeQL issues
* Fix style
* Rename `ispecies` as `index`
* Rename functions to update injection and antenna positions
|
|
|
|
|
|
- We do not need to cover year ranges (just the starting range).
- Update to exact wording of current notice texts.
|
|
* Add write_diagonstics_on_restart input option
* Add doc to new variable
Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja>
* Use correct time step
---------
Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja>
|
|
As discussed last week, we have a hard time tracking the Gitter
chat and organizing threads in it. GitHub discussions should
simplify that.
|
|
* Clang-tidy CI test: add few misc checks
* fix issue
|
|
|
|
|
|
|
|
updates:
- [github.com/Lucas-C/pre-commit-hooks: v1.5.1 → v1.5.3](https://github.com/Lucas-C/pre-commit-hooks/compare/v1.5.1...v1.5.3)
- [github.com/hadialqattan/pycln: v2.2.0 → v2.2.1](https://github.com/hadialqattan/pycln/compare/v2.2.0...v2.2.1)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
|
(#4164)
* clang-tidy CI test: add new readability checks
* address issues found with clang-tidy
|
|
|
|
|
|
|
|
* AMReX: 23.08
* PICSAR: 23.08
* WarpX: 23.08
|
|
* add several abbreviations and terms to the glossary
* Apply suggestions from code review
Co-authored-by: Luca Fedeli <luca.fedeli.88@gmail.com>
---------
Co-authored-by: Luca Fedeli <luca.fedeli.88@gmail.com>
|
|
|
|
|
|
Explicitly declares the copy and move constructors for the `WarpX`
class.
https://en.cppreference.com/w/cpp/language/rule_of_three
|
|
|
|
|
|
updates:
- [github.com/hadialqattan/pycln: v2.1.6 → v2.2.0](https://github.com/hadialqattan/pycln/compare/v2.1.6...v2.2.0)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
|
(#4124)
* add few readability checks to clang-tidy CI test
* address all the issues found with clang-tidy
* fix bug
* fixed bug
* fix residual issue
* fix issue found with clang-tidy
|
|
* move functions from main to WarpX class and make WarpX constructible only using factory method
* instantiate WarpX via MakeWarpX static member function
* test adding MakeWarpX to warpx_init in python wrapper
* revert to the use of a simple pointer for the WarpX instance
* fix issue
* use finalize in python wrapper
* change finalize order
* move finalize
* fix bug
|
|
* move GotoNextLine helper function into ablastr
* fixed bug
* Update Source/ablastr/utils/text/StreamUtils.H
Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja>
|
|
* remove WarpX::GetInstance from FilterFunctor
* fix bug according to NeilZaim's suggestion
* Time Doc Strings: Coarsest Level
|
|
namespace into warpx_init_data (#4141)
|
|
|
|
* Update docs to mention updated signal handling for SIGILL
* Updated string
|
|
|
|
* Clang Tidy: add several modernize checks
* eliminate file included in commit by mistake
* fix bug
|
|
|
|
|
|
|
|
|
|
* Must pass number of ghost cells to call `SumBoundary`
* Apply suggestions from #4093
* Add inline comments on possible performance optimization
|
|
* Improve script to compute PSATD stencil
* Make it work both in 2D and 3D
* Parse input file into dictionary
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Use more lists
* Move parser function to separate file
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Use more lists
* Apply suggestions from code review
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Remove TODO comment
* Apply suggestions from code review
* Apply suggestions from code review
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
|
* fix BTD doc
* Apply suggestions from code review
Axel's fix to typos
Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja>
---------
Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja>
|
|
|
|
* init some variables at declaration
* make code more readable
* avoid lossy function result cast
* Update Source/Initialization/WarpXInitData.cpp
Co-authored-by: Weiqun Zhang <WeiqunZhang@lbl.gov>
* replace with equality
* Revert "replace with equality"
This reverts commit e3164f9e053d345b153d770ae107a7f68c4bb260.
* Update Source/Diagnostics/ComputeDiagFunctors/ParticleReductionFunctor.cpp
Co-authored-by: Weiqun Zhang <WeiqunZhang@lbl.gov>
---------
Co-authored-by: Weiqun Zhang <WeiqunZhang@lbl.gov>
|
|
* AMReX: Update (Plotfile Write)
Update AMReX to latest `development` to include compile fixes for
`ParticleTransformation` and plotfile writing.
* Azure: Increase timeoutInMinutes
2hrs to 3hrs for uncached builds.
Need to check why some of the combinations rebuild
currently.
|
|
|
|
|
|
Use a modern, short version referring our license model
and keep per-file autorship notes.
|
|
updates:
- [github.com/hadialqattan/pycln: v2.1.5 → v2.1.6](https://github.com/hadialqattan/pycln/compare/v2.1.5...v2.1.6)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
|
tidy CI test (#4098)
* clang-tidy CI test: add modernize-concat-nested-namespaces check
* fix modernize-concat-nested-namespaces issue found with clang-tidy
|
|
* move function declarations from WarpX.H to WarpX.cpp
|