Point evaluation on immersed manifold #2988
-
I am trying to evaluate points on a 2D surface in a 3D space. As I understand it, I cannot do this using the Function.at() capability. I have been able to extract an array of points using Function.vector() but I require the coordinates of the points that the data corresponds to. Is there a definitive way to find a mapping between coordinate and function value in this case? Note that I have successfully read in the .vtu files with a mapping between coordinate and function value with third party software, but ideally I need the point evaluation during the simulation. Any suggestions would be great! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
This is supposed to be fixed if you use the |
Beta Was this translation helpful? Give feedback.
This is supposed to be fixed if you use the
karai
branch of Firedrake and use theVertexOnlyMesh
approach to point evaluation rather than.at()
.