copying/deepcopying MeshGeometry objects #3860
Unanswered
anilbeycorintis
asked this question in
Firedrake support
Replies: 1 comment 2 replies
-
I can't imagine what the use case for copying that is. If you want a new mesh with the same topology but different geometry, just define a vector lagrange space on the mesh, set its values to whatever coordinates you want and then call |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am wondering if the
MeshGeometry
objects can be copied as below - or if they are not meant to be copied?copy() function gives the same error.
Beta Was this translation helpful? Give feedback.
All reactions