Merge release into main#5114
Closed
pbrubeck wants to merge 18 commits into
Closed
Conversation
* fix interpolation cell subset * subset not equal to whole domain
…tition (#5078) --------- Co-authored-by: Leo Collins <leocollins511@gmail.com>
* Remove team member failing link
* Submesh: support tuple subdomain_id
To address discussions held with FEniCS. This will allow us to make UFL releases without needing approval from FEniCS.
--------- Co-authored-by: Josh Hope-Collins <jhc.jss@gmail.com>
Adapts to a webhook update in GitHub. This nicely means that editing the PR description will no longer restart CI.
* SubmeshHierarchy * Initial Claude-generated demo * Manual edits to the demo --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: Pablo Brubeck <brubeck@protonmail.com>
* Fix cell_avg + MixedFunctionSpace * add tests for cell_avg
* Set _SNESContext.options_prefix for fieldsplit and mg_levels
pbrubeck
commented
May 14, 2026
Comment on lines
345
to
+387
| @@ -601,6 +376,15 @@ jobs: | |||
| . venv/bin/activate | |||
| firedrake-check | |||
| timeout-minutes: 10 | |||
| ======= | |||
| uses: ./firedrake-repo/.github/actions/install | |||
| with: | |||
| os: linux | |||
| source_ref: ${{ inputs.source_ref }} | |||
| base_ref: ${{ inputs.target_branch }} | |||
| gpu: cuda | |||
| deps: check | |||
| >>>>>>> release | |||
pbrubeck
commented
May 14, 2026
Comment on lines
+21
to
+31
| <<<<<<< HEAD | ||
| # TODO RELEASE | ||
| "fenics-ufl @ git+https://github.com/FEniCS/ufl.git@main", | ||
| # TODO RELEASE | ||
| "firedrake-fiat @ git+https://github.com/firedrakeproject/fiat.git@main", | ||
| ======= | ||
| # FEniCS may make new minor releases of UFL without warning so we pin each Firedrake | ||
| # release to a specific UFL minor version (e.g. 2025.3.x) | ||
| "fenics-ufl>=2025.3,<2025.4", | ||
| "firedrake-fiat>=2026.4", | ||
| >>>>>>> release |
Contributor
|
I was going to do this after #5085 |
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.
Description