Drawing a 3D- Isoparametric 20 noded element
5 ビュー (過去 30 日間)
古いコメントを表示
(1.) Hi everyone, I want to draw 3D- Isoparametric 20 noded element with their proper numbering (1,2,…….20) at their nodes, just like in the figure below.
How to write the MATLAB Prog. for drawing such figure? Kindly help me in this regard. Thanks, SANDEEP SONI, Surat, India; E-mail ID - sandytit2004@gmail.com

1 件のコメント
Mike Garrity
2016 年 4 月 20 日
What type of data are you drawing on them? Do the internal nodes have their own displacements? Or do you just want to use color to display a scalar value?
MATLAB doesn't have a graphics primitive that matches the "serendipity element", so you're going to have to subdivide to something like triangles or linear quads. I showed the basic approach you'd use for this in this post on the graphics blog. It didn't include the basis matrix for this element, but I think that the 8 node serendipity is closely related to the quadratic hermite, which I did discuss in that post.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Signal Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!