Example 10 with linear elasticity #3660
-
Hi everyone,
instead of
instead of
I am happy to provide more information if needed, but I assume that I made some fundamental mistake in regards to the elasticity model that can be spotted in my changes. Thank you for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I am going to quickly answer my own question for future beginners like me: |
Beta Was this translation helpful? Give feedback.
I am going to quickly answer my own question for future beginners like me:
The BilinearForm
a
in example 2 is applied to the relative displacements, while the NonlinearFormH
in example 10 operates on the absolute positionsx
.So, in addition to replacing the NonlinearForm with a bilinear one, I had to change the initial condition for
x
to be zero (thus representing relative displacements) and change the visualization to apply the relative deformation to the original node positions.