How does MATLAB build the mass matrix for 6-node triangle meshes?
2 次查看(过去 30 天)
显示 更早的评论
1. How is it implemented for 6-node triangle meshes? I can not find this in the documentation.
2. What are the basic functions for these elements?
Regards, Benjamin
0 个评论
回答(1 个)
Precise Simulation
2017-8-4
In the FEATool Multiphysics FEM toolbox the finite element shape functions are defined quite easily and available in the ellib fem element library folder, for example the 2nd order Lagrange shape function is defined in the sf_simp_P2.m function file. Moreover, you can also define custom shape functions like done with the Hermite finite element here .
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Geometry and Mesh 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!