-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement DKQ element #12
Comments
Yes, you are right on this. There's still a couple of issues I would like to consider before continuing on plate and shell development. The first is that we should be able to couple elements with continuum elements, and also rotate elements in 3d space, to make some practical use for these in real-life simulations. Another thing I would like to consider is how the basis functions, which depends on the geometry of the elements, should be defined. |
Sure I understand. Anyway I need to dive deeper into Julia and this project Looks pretty interesting so far, because otherwise there only pretty much legacy open source programs for FEM. |
@ahniemi is our plate & shell expert if you need some theoretical guidance. And of course, you can always ask from me if there are some parts of code hard to understand. |
Sounds good. Is there any roadmap which elements you want to implement? |
Well, I'm working on assumed strain 8-node solid-shell element. |
DKQ - Discrete Kirchhof Quadrilateral
The DKT element is already implemented and the DKQ element does not really need a lot of adjustments.
The text was updated successfully, but these errors were encountered: