How does MATLAB build the mass matrix for 6-node triangle meshes?

조회 수: 5 (최근 30일)
Benjamin Becker
Benjamin Becker 2017년 8월 2일
댓글: Benjamin Becker 2017년 8월 4일
The calculation of the mass matrix for 3-node triangle meshes is explained here :
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

답변 (1개)

Precise Simulation
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 .
  댓글 수: 1
Benjamin Becker
Benjamin Becker 2017년 8월 4일
Thank's for the links to the fea tool. I did not know of this toolbox until now.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Geometry and Mesh에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by