Drawing a 3D- Isoparametric 20 noded element
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
(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 Kommentar
Mike Garrity
am 20 Apr. 2016
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.
Antworten (0)
Siehe auch
Kategorien
Mehr zu Signal Analysis finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!