-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Time-Averaged Field Diagnostics #5285
Add Time-Averaged Field Diagnostics #5285
Commits on Oct 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8dbde7d - Browse repository at this point
Copy the full SHA 8dbde7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2707593 - Browse repository at this point
Copy the full SHA 2707593View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1b21d2 - Browse repository at this point
Copy the full SHA a1b21d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0aee250 - Browse repository at this point
Copy the full SHA 0aee250View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fef795 - Browse repository at this point
Copy the full SHA 1fef795View commit details -
Continue averaging period logic
- Implement warnings and errors for certain inputs concerning averaging periods
Configuration menu - View commit details
-
Copy full SHA for 17d7620 - Browse repository at this point
Copy the full SHA 17d7620View commit details -
Add docs and scope code in if envs
- added first documentation on time averaged diags - put more operations on summation multifabs into if-environments
Configuration menu - View commit details
-
Copy full SHA for c4b1775 - Browse repository at this point
Copy the full SHA c4b1775View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4cb9ae - Browse repository at this point
Copy the full SHA d4cb9aeView commit details -
Add time averaged diags to laser ion example
- added time averaged diags to laser-ion acceleration example - fix first issues that came up when testing this
Configuration menu - View commit details
-
Copy full SHA for ac216cc - Browse repository at this point
Copy the full SHA ac216ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66adf7f - Browse repository at this point
Copy the full SHA 66adf7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bb3c7b - Browse repository at this point
Copy the full SHA 1bb3c7bView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for c5f2e73 - Browse repository at this point
Copy the full SHA c5f2e73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07e9b0e - Browse repository at this point
Copy the full SHA 07e9b0eView commit details -
Add abort for adaptive time-stepping
Currently, we do not yet support the newly implemented adaptive time-stepping mode of electrostatic solvers together with time-averaged diagnostics.
Configuration menu - View commit details
-
Copy full SHA for ea09ac2 - Browse repository at this point
Copy the full SHA ea09ac2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98065f4 - Browse repository at this point
Copy the full SHA 98065f4View commit details -
Added automated test based on LPI example
Even though the laser ion test is named as a dependency it is running this test again. That should ideally be avoided. It would be good to just run the analysis script as test.
Configuration menu - View commit details
-
Copy full SHA for 171ce3c - Browse repository at this point
Copy the full SHA 171ce3cView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 13cd6e4 - Browse repository at this point
Copy the full SHA 13cd6e4View commit details -
Unify CI test for regression and TimeAvgDiag
For PICMI, the TimeAveragedDiag test is automatically disabled because we cannot simply define the necessary output intervals. We need to be able to define period=[100,69:100] like for the app input.
Configuration menu - View commit details
-
Copy full SHA for 22bc9a9 - Browse repository at this point
Copy the full SHA 22bc9a9View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 0a46605 - Browse repository at this point
Copy the full SHA 0a46605View commit details
Commits on Oct 21, 2024
-
Apply suggestions from code review
Modify checksum evaluation call to follow example from PR ECP-WarpX#5297. Co-authored-by: Edoardo Zoni <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7c629d8 - Browse repository at this point
Copy the full SHA 7c629d8View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 8a26f22 - Browse repository at this point
Copy the full SHA 8a26f22View commit details
Commits on Oct 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 83ae4b9 - Browse repository at this point
Copy the full SHA 83ae4b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ac6212 - Browse repository at this point
Copy the full SHA 6ac6212View commit details -
Apply suggestions from code review
Co-authored-by: Edoardo Zoni <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8b10e46 - Browse repository at this point
Copy the full SHA 8b10e46View commit details -
Update comment in Diagnostics.cpp
Co-authored-by: Edoardo Zoni <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b9fc39e - Browse repository at this point
Copy the full SHA b9fc39eView commit details
Commits on Oct 24, 2024
-
Update relative tolerance to stricter value
Updating the relative tolerance to 1e-12 to keep it strict because the test compares two diagnostics that come from the same run on the same machine, just that one averaging happens in-situ while the other is done in post-processing. Co-authored-by: Edoardo Zoni <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fa03561 - Browse repository at this point
Copy the full SHA fa03561View commit details