Update BOUT++ - #639
Open
dschwoerer wants to merge 10 commits into
Open
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #639 +/- ##
==========================================
- Coverage 57.73% 57.65% -0.08%
==========================================
Files 97 97
Lines 10013 10021 +8
Branches 1442 1443 +1
==========================================
- Hits 5781 5778 -3
- Misses 3652 3663 +11
Partials 580 580 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
dschwoerer
marked this pull request as ready for review
August 18, 2026 09:09
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Update BOUT++ to the latest next branch. Additionally PR boutproject/BOUT-dev#3463 is included to simplify normalisation.
Change Summary
boutproject/BOUT-dev#3463 -> Add API for normalisation of metrics (NOT yet merged)
boutproject/BOUT-dev#3457 -> Fix properly selection of bout::ConductionMethod
boutproject/BOUT-dev#3452 -> Only the first commit is currently included in hermes-3, not the cleanup
boutproject/BOUT-dev#3453 -> Only the first commit is currently included in hermes-3, not the
boutproject/BOUT-dev#3425 -> This is a major change. All coordinates access needs to be done with functions, no public members. This allows to ensure internally cached variables are always up to date, and can also be computed only when they are needed.
Validation
Only CI
AI Assistance
None
Documentation
None
Review Notes
A lot of churn, but most changes are just renaming e.g.
coords->dxtocoords->dx(). This has been done mostly withbout-upgrader v6 v6_upgrader <files>...