Draft
Conversation
wence-
reviewed
Mar 27, 2024
gem/gem.py
Outdated
| if isinstance(idx, VariableIndex): | ||
| v, = extract_variables((idx.expression, )) | ||
| variables.add(v) | ||
| return tuple(variables) |
Contributor
There was a problem hiding this comment.
sets are not ordered. Is that a problem?
ddc1759 to
5b66b45
Compare
8a0bcc6 to
de997e8
Compare
de997e8 to
36adb9e
Compare
36adb9e to
64bc2df
Compare
64bc2df to
fc8289e
Compare
fc8289e to
9be8132
Compare
f3a646c to
c4ed54a
Compare
622b1e0 to
86e5951
Compare
86e5951 to
235038f
Compare
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.
Introduce
MixedMeshclass in UFL to handle submesh problems.Depend on:
UFL (require rebasing)