meshmode icon indicating copy to clipboard operation
meshmode copied to clipboard

Better support moving geometry

Open inducer opened this issue 4 years ago • 0 comments

Some problems that currently crop up:

  • [x] 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. (#135 )

cc @alexfikl

inducer avatar Mar 09 '21 00:03 inducer