-
Notifications
You must be signed in to change notification settings - Fork 161
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
Ksagiyam/submesh core #3478
Draft
ksagiyam
wants to merge
17
commits into
master
Choose a base branch
from
ksagiyam/submesh_core
base: master
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
Ksagiyam/submesh core #3478
Conversation
This file contains 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
ksagiyam
force-pushed
the
ksagiyam/submesh_core
branch
3 times, most recently
from
April 4, 2024 01:07
9b8f70c
to
1e7c035
Compare
ksagiyam
force-pushed
the
ksagiyam/submesh_core
branch
10 times, most recently
from
April 11, 2024 12:19
219240f
to
d555615
Compare
ksagiyam
force-pushed
the
ksagiyam/submesh_core
branch
2 times, most recently
from
April 17, 2024 21:14
9b1d48b
to
23caf2e
Compare
ksagiyam
force-pushed
the
ksagiyam/submesh_core
branch
7 times, most recently
from
May 7, 2024 14:57
f5afedb
to
824f2a5
Compare
ksagiyam
force-pushed
the
ksagiyam/submesh_core
branch
2 times, most recently
from
May 15, 2024 22:16
76e89ef
to
7e3c248
Compare
ksagiyam
force-pushed
the
ksagiyam/submesh_core
branch
from
May 27, 2024 13:20
b6a41e7
to
9c839e0
Compare
ksagiyam
force-pushed
the
ksagiyam/submesh_core
branch
2 times, most recently
from
June 4, 2024 19:41
1167181
to
fc6545c
Compare
ksagiyam
force-pushed
the
ksagiyam/submesh_core
branch
from
June 10, 2024 21:49
a76cca5
to
630bfb4
Compare
ksagiyam
force-pushed
the
ksagiyam/submesh_core
branch
from
June 26, 2024 21:36
2fe02f9
to
8ba65d6
Compare
ksagiyam
force-pushed
the
ksagiyam/submesh_core
branch
from
July 12, 2024 09:49
e204069
to
b8cc6f6
Compare
ksagiyam
force-pushed
the
ksagiyam/submesh_core
branch
2 times, most recently
from
November 16, 2024 12:01
a683850
to
ed0e3b1
Compare
ksagiyam
force-pushed
the
ksagiyam/submesh_core
branch
from
November 25, 2024 15:50
8417b41
to
71a75aa
Compare
ksagiyam
force-pushed
the
ksagiyam/submesh_core
branch
5 times, most recently
from
December 11, 2024 20:39
4958817
to
7cda1d3
Compare
ksagiyam
force-pushed
the
ksagiyam/submesh_core
branch
from
December 20, 2024 16:41
59a3735
to
1a10b35
Compare
ksagiyam
force-pushed
the
ksagiyam/submesh_core
branch
2 times, most recently
from
December 22, 2024 12:06
4174e56
to
da2063b
Compare
ksagiyam
force-pushed
the
ksagiyam/submesh_core
branch
from
December 22, 2024 13:32
da2063b
to
1b654c1
Compare
pbrubeck
reviewed
Dec 22, 2024
Comment on lines
+288
to
+290
# This way of caching is fragile. | ||
# Should Implement _hash_key_() for ModifiedTerminal and use the entire mt as key. | ||
return (ufl_element, mt.local_derivatives, ctx.point_set, ctx.integration_dim, entity_id, coordinate_element, mt.restriction, domain._ufl_hash_data_()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this key should not depend on the mesh. We just need to call finat once, independently of mt.terminal
(and its domain).
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.
Enable cell submesh.
Depends on:
UFL