Implement a minimal Fci functionality on master - #629
Closed
totork wants to merge 26 commits into
Closed
Conversation
totork
marked this pull request as draft
July 29, 2026 10:22
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #629 +/- ##
==========================================
+ Coverage 57.53% 57.56% +0.02%
==========================================
Files 98 97 -1
Lines 10223 10078 -145
Branches 1466 1459 -7
==========================================
- Hits 5882 5801 -81
+ Misses 3753 3682 -71
- Partials 588 595 +7 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
… for parallel derivatives
Latest master
Collaborator
|
@totork I did not intend to close this PR. It somehow got closed while merging #577 Even worse, I cannot reopen it, as the target branch got merged and deleted. Normally that should move the PR to point towards the new branch, but for some reason, I cannot even update it to that. For some reason, it worked for #633 - but not for this one. |
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
Fci is currently running on a separate branch. This diverges signifcant effort of us into separate codes. This first PR aims to adjust Hermes-3 to use the Fci implementation of Bout++ that was updated recently.
Change Summary
Mostly changes hidden behind .isFci() - flags. It is mainly preserving parallel slices by using .asField3DParallel() at certain positions where its needed
Validation
Added 3 1-D MMS test (density, momentum & pressure) for Fci that pass, including the CI.
AI Assistance
Nope.
Documentation
Not yet
Review Notes
This branch is forked from
https://github.com/boutproject/hermes-3/tree/compile-3dmetric
so it certainly needs
#577
To do: