-
Notifications
You must be signed in to change notification settings - Fork 172
refactor interpolation #4595
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
Draft
leo-collins
wants to merge
103
commits into
main
Choose a base branch
from
leo/refactor_interpolate
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
refactor interpolation #4595
Conversation
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
test -> trial fix hypre-ads
cofunction docstring
fix
commit 3aeb517 Author: Pablo Brubeck <[email protected]> Date: Wed Oct 1 17:17:44 2025 +0100 Test the MixedInterpolator 0-form across different meshes commit fee366a Author: Pablo Brubeck <[email protected]> Date: Wed Oct 1 16:56:56 2025 +0100 Implement missing functionality in CrossMeshInterpolator commit e400fc9 Author: Pablo Brubeck <[email protected]> Date: Wed Oct 1 15:16:39 2025 +0100 cleanup commit 997e638 Author: Pablo Brubeck <[email protected]> Date: Wed Oct 1 12:57:59 2025 +0100 cleanup commit f1080ea Author: Pablo Brubeck <[email protected]> Date: Wed Oct 1 09:11:07 2025 +0100 Interpolate: support fieldsplit commit 76ec367 Author: Pablo Brubeck <[email protected]> Date: Wed Oct 1 07:26:07 2025 +0100 Fixup commit 3bd935e Author: Pablo Brubeck <[email protected]> Date: Wed Oct 1 00:23:21 2025 +0100 MixedInterpolator
fixes
First stage of removing the renumbered interpolate
2bd7a49
to
7b4717a
Compare
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.
An attempt to clean up interpolation code. Currently includes #4582. So far:
InterpolateOptions
dataclass. We get type hinting, better IDE support, single source of truth for these options.__new__
method and dispatch instead with a_get_interpolator
function.