Open dimtsap opened 6 years ago
Also note that many element types that can now be easily incorporated into MSolve due to the continuum element/ interpolation/ integration separation can be found in https://www.colorado.edu/engineering/CAS/courses.d/AFEM.d/AFEM.projects.d/AFEM.projects.2006.d/AFEM.pr.06.CMM.d/CarlMullerMeadows.report.pdf
Εξαιρετικά χρήσιμο το Calculix και για το developement και για validation! Ευχαριστούμε πολύ Δημήτρη.
2018-07-07 13:00 GMT+03:00 Dimitris Tsapetis notifications@github.com:
Also note that many element types that can now be easily incorporated into MSolve due to the continuum element/ interpolation/ integration separation can be found in https://www.colorado.edu/engineering/CAS/courses.d/ AFEM.d/AFEM.projects.d/AFEM.projects.2006.d/AFEM.pr.06. CMM.d/CarlMullerMeadows.report.pdf
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/isaar/MSolve/issues/99#issuecomment-403204242, or mute the thread https://github.com/notifications/unsubscribe-auth/AS23bHIOGihybiV7bnHrsbW_8xk7bfacks5uEIbTgaJpZM4VGTNt .
-- Associate Professor V. Papadopoulos National Technical University of Athens
We also have Quad8 and Quad9 elements. All 2D elements have been tested against Abaqus or other sources, with the exception of Quad9 which is not supported by Abaqus.
All 3D finite elements of Gmsh are now also implemented. Specifically:
Apart from Pyra14 all the above elements have been tested for shape functions and cross-ckecked their derivatives. Abaqus supports only Tet4, Tet10, Hexa8, Hexa20, Wedge6, Wedge15, so their stiffness and mass matrices wil be checked next.
I am posting here the manual of elements available in the GMsh preprocessor/mesh generator that could be added in the MSolve. http://www.manpagez.com/info/gmsh/gmsh-2.2.6/gmsh_63.php Till now we have Quad4,Tri3, Tri6 implementations of @SerafeimBakalakos and Hexa8.