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

introduce MixedMesh #309

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

introduce MixedMesh #309

wants to merge 3 commits into from

Conversation

ksagiyam
Copy link
Contributor

@ksagiyam ksagiyam commented Mar 27, 2024

Introduce MixedMesh class in UFL to handle submesh problems.

Depend on:

UFL (require rebasing)

gem/gem.py Outdated
if isinstance(idx, VariableIndex):
v, = extract_variables((idx.expression, ))
variables.add(v)
return tuple(variables)
Copy link
Contributor

Choose a reason for hiding this comment

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

sets are not ordered. Is that a problem?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No. Fixed.

@ksagiyam ksagiyam force-pushed the ksagiyam/introduce_mixed_map branch from ddc1759 to 5b66b45 Compare April 17, 2024 11:33
@ksagiyam ksagiyam force-pushed the ksagiyam/introduce_mixed_map branch from 8a0bcc6 to de997e8 Compare May 2, 2024 23:13
@ksagiyam ksagiyam force-pushed the ksagiyam/introduce_mixed_map branch from de997e8 to 36adb9e Compare June 10, 2024 21:49
@ksagiyam ksagiyam force-pushed the ksagiyam/introduce_mixed_map branch from 36adb9e to 64bc2df Compare June 26, 2024 19:24
@ksagiyam ksagiyam force-pushed the ksagiyam/introduce_mixed_map branch from 64bc2df to fc8289e Compare July 12, 2024 09:48
@ksagiyam ksagiyam force-pushed the ksagiyam/introduce_mixed_map branch from fc8289e to 9be8132 Compare July 25, 2024 18:35
@ksagiyam ksagiyam force-pushed the ksagiyam/introduce_mixed_map branch from 9be8132 to 3a8e49a Compare August 20, 2024 16:55
@ksagiyam ksagiyam force-pushed the ksagiyam/introduce_mixed_map branch from f3a646c to c4ed54a Compare August 20, 2024 18:36
@ksagiyam ksagiyam marked this pull request as ready for review August 20, 2024 18:41
@ksagiyam ksagiyam marked this pull request as draft August 20, 2024 18:41
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.

2 participants