Drawing a 3D- Isoparametric 20 noded element

5 vues (au cours des 30 derniers jours)
Dr. Sandeep Soni
Dr. Sandeep Soni le 20 Avr 2016
Commenté : Mike Garrity le 20 Avr 2016
(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 commentaire
Mike Garrity
Mike Garrity le 20 Avr 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.

Connectez-vous pour commenter.

Réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by