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!