How to update the grid with each step of displacement? #1027
Unanswered
lyubing0716
asked this question in
Q&A
Replies: 1 comment
-
There is the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Under the updated Lagrangian framework, I want to achieve the coordinates of each node in a grid change with node displacements. But for a 'grid', the coordinates of its' nodes' cannot be directly modified, I can only create a Node((new_Coord[1], new_Coord[2])) to assign to the original Node, Is there any better way to achieve this function?
Beta Was this translation helpful? Give feedback.
All reactions