Hello,
is it possible to change the coordinates of a node? I looked in the Mesh and MeshPoint classes in Netgen, but I couldn’t find a function that could move a node.
I also tried to use the Elements0D() function in the Netgen Mesh class hoping to get a list of nodes in the mesh, but I got an empty list. I did however get a list of all points using the Points() function in the Netgen Mesh class. What is the difference between a point and a 0D-element? I expected both to be the same (nodes).
Thanks in advance!
Cheers,
Rohit