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

Ksagiyam/submesh core #3478

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

Ksagiyam/submesh core #3478

wants to merge 17 commits into from

Conversation

ksagiyam
Copy link
Contributor

@ksagiyam ksagiyam commented Mar 27, 2024

Enable cell submesh.

Depends on:

UFL

@ksagiyam ksagiyam force-pushed the ksagiyam/submesh_core branch 3 times, most recently from 9b8f70c to 1e7c035 Compare April 4, 2024 01:07
@ksagiyam ksagiyam force-pushed the ksagiyam/submesh_core branch 10 times, most recently from 219240f to d555615 Compare April 11, 2024 12:19
@ksagiyam ksagiyam force-pushed the ksagiyam/submesh_core branch 2 times, most recently from 9b1d48b to 23caf2e Compare April 17, 2024 21:14
@ksagiyam ksagiyam force-pushed the ksagiyam/submesh_core branch 7 times, most recently from f5afedb to 824f2a5 Compare May 7, 2024 14:57
@ksagiyam ksagiyam force-pushed the ksagiyam/submesh_core branch 2 times, most recently from 76e89ef to 7e3c248 Compare May 15, 2024 22:16
@ksagiyam ksagiyam force-pushed the ksagiyam/submesh_core branch from b6a41e7 to 9c839e0 Compare May 27, 2024 13:20
@ksagiyam ksagiyam force-pushed the ksagiyam/submesh_core branch 2 times, most recently from 1167181 to fc6545c Compare June 4, 2024 19:41
@ksagiyam ksagiyam force-pushed the ksagiyam/submesh_core branch from a76cca5 to 630bfb4 Compare June 10, 2024 21:49
@ksagiyam ksagiyam force-pushed the ksagiyam/submesh_core branch from 2fe02f9 to 8ba65d6 Compare June 26, 2024 21:36
@ksagiyam ksagiyam force-pushed the ksagiyam/submesh_core branch from e204069 to b8cc6f6 Compare July 12, 2024 09:49
@ksagiyam ksagiyam force-pushed the ksagiyam/submesh_core branch 2 times, most recently from a683850 to ed0e3b1 Compare November 16, 2024 12:01
@ksagiyam ksagiyam force-pushed the ksagiyam/submesh_core branch from 8417b41 to 71a75aa Compare November 25, 2024 15:50
@ksagiyam ksagiyam force-pushed the ksagiyam/submesh_core branch 5 times, most recently from 4958817 to 7cda1d3 Compare December 11, 2024 20:39
@ksagiyam ksagiyam force-pushed the ksagiyam/submesh_core branch from 59a3735 to 1a10b35 Compare December 20, 2024 16:41
@ksagiyam ksagiyam force-pushed the ksagiyam/submesh_core branch 2 times, most recently from 4174e56 to da2063b Compare December 22, 2024 12:06
@ksagiyam ksagiyam force-pushed the ksagiyam/submesh_core branch from da2063b to 1b654c1 Compare December 22, 2024 13:32
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_())
Copy link
Contributor

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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants