Replies: 1 comment 2 replies
-
It seems that the code does not define any governing equation. In short, the idea in FEM is to turn a governing equation into a matrix equation. I assume you are interested in linear elasticity, then the governing equation consists of and and Your first step is to write these equations as code. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to get this example working to verify the results of an example I put together in the manual sense. I would like to see if my results are similar to what scikit-fem says. In this case points and cells are from a PyVista sphere that was tetrahedralized. So far my manual putting together says: U: [ 0.00000000e+00 0.00000000e+00 0.00000000e+00 ... -2.67398613e-07
-5.13549340e-07 7.47276076e-08].
How can I get scikit-fem to start to reproduce these results. So far I was not yet able to build K from the provided information. How to get this sample attached above printing displacements U of the global displacements vector U?
Beta Was this translation helpful? Give feedback.
All reactions