フィルターのクリア

How can I compute the x-displacement and y-displacement of middle node of finite element?

1 回表示 (過去 30 日間)
SAMUEL AYINDE
SAMUEL AYINDE 2017 年 1 月 8 日
回答済み: KSSV 2017 年 1 月 9 日
I have a square-shaped finite element ABCD. I have x-displacement and y-displacement for each of its 4 nodes (x1,y1), (x2,y2), (x3,y3), (x4,y4). I created a finer mesh. As a result, my finite element ABCD now have 9 nodes. I need a MATLAB code to compute the x-displacement and y-displacement for each of its 5 intermediate nodes (x5,y5), (x6,y6), (x7,y7), (x8,y8) and (x9,y9). I am working in 2 dimensional plane. Thank you.

回答 (1 件)

KSSV
KSSV 2017 年 1 月 9 日
You have two options:
1. Run your FEM code for remeshed domain
2. Use interpolation, interp2

カテゴリ

Help Center および File ExchangeBiomedical Imaging についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by