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

Better support moving geometry #123

Open
1 of 2 tasks
inducer opened this issue Mar 9, 2021 · 0 comments
Open
1 of 2 tasks

Better support moving geometry #123

inducer opened this issue Mar 9, 2021 · 0 comments

Comments

@inducer
Copy link
Owner

inducer commented Mar 9, 2021

Some problems that currently crop up:

  • Recreating meshes is awkward. @alexfikl proposes Discretization.copy(mesh=...) (or .replace(mesh=...)). (which?) That seems easy and useful, but it requires remembering the group factory (probably OK).
  • Meshes can't be created efficiently. Their data structure involves numpy at the moment. Maybe meshes should start using array contexts, too?
  • Group factories need to recompute discretization node arrays. If the mesh already uses the right unit nodes, this can probably be avoided. (Skip node resampling in discretization #135 )

cc @alexfikl

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

No branches or pull requests

1 participant