MATLAB > load tetmesh > tetとX > nodeとelement


例1

load tetmesh;
trep = TriRep(tet, X);

load tetmeshをするとtet, Xが利用できるようだ。
これらは何か?

https://jp.mathworks.com/help/pde/ug/create-and-view-3-d-geometry.html?searchHighlight=tetmesh&s_tid=doc_srchtitle
3-D Geometry from a Finite Element Mesh

load tetmesh

Examine the node and element sizes.

size(tet),size(X)

上記の文章より、以下と推測する。

  • tet: node
  • X: element