Skip to content
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

RestrictedFunctionSpace: Added in changes to Dataset / Set for use in RestrictedFunctionSpace in firedrake #716

Merged
merged 11 commits into from
Apr 26, 2024

Conversation

emmarothwell1
Copy link
Contributor

@emmarothwell1 emmarothwell1 commented Feb 26, 2024

Is a part of the following pull request: https://github.com/firedrakeproject/firedrake/pull/3426

This gives sets an additional size, called constrained size. This is then used to create the correct layout_vec for restricted spaces.
There's also some signature data being passed through the global kernel as well to distinguish between restricted and unrestricted spaces.

Copy link
Member

@dham dham left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is good except for naming quibbles.

pyop2/global_kernel.py Outdated Show resolved Hide resolved
pyop2/types/dataset.py Outdated Show resolved Hide resolved
pyop2/types/set.py Outdated Show resolved Hide resolved
pyop2/types/set.py Outdated Show resolved Hide resolved
@emmarothwell1 emmarothwell1 force-pushed the emmarothwell1/restricted_function_space_review branch from fe848d7 to 7c64679 Compare April 22, 2024 16:44
pyop2/types/set.py Outdated Show resolved Hide resolved
@ksagiyam ksagiyam marked this pull request as ready for review April 26, 2024 21:33
@ksagiyam ksagiyam merged commit ebbed56 into master Apr 26, 2024
4 checks passed
@ksagiyam ksagiyam deleted the emmarothwell1/restricted_function_space_review branch April 26, 2024 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants