Usage in scikit-fem #14
adtzlr
started this conversation in
Show and tell
Replies: 1 comment
-
Warning: The code could be outdated because this example was not tested for more than a year. |
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
-
This is a little tutorial how to use
matADi
insckit-fem
. Let's set up a simple example - stretch of a clamped hyperelastic cube. We'll start with some necessary imports.In the next step we define some variables, our material and create the linear and bilinear forms.
This will be followed by the definition of the displacement boundaries.
A newton-rhapson procedure is used to obtain equilibrium.
Finally the model is saved as VTK file.
The ouput of this script shows the residuals of iterative displacements - convergence is fine.
Beta Was this translation helpful? Give feedback.
All reactions