Triangular2D.Element Class¶
-
class
Triangular2D.
Element
¶ Element (FEM-like, triangle) of the
mesh.Triangular2D
Methods¶
barycentric (arg2) |
barycentric (area) coordinates of given point |
node (index) |
coordinate of the element (triangle) vertex |
Attributes¶
area |
Area of the element |
box |
bounding box of the element |
center |
Position of the element center |
node_indexes |
Indices of the element (triangle) vertices on the original mesh. |
nodes |
coordinates of the element (triangle) vertices |
volume |
Alias for area |
Descriptions¶
Method Details¶
-
Triangular2D.Element.
barycentric
(arg2)¶ barycentric (area) coordinates of given point
-
Triangular2D.Element.
node
(index)¶ coordinate of the element (triangle) vertex
Attribute Details¶
-
Triangular2D.Element.
area
¶ Area of the element
-
Triangular2D.Element.
box
¶ bounding box of the element
-
Triangular2D.Element.
center
¶ Position of the element center
-
Triangular2D.Element.
node_indexes
¶ Indices of the element (triangle) vertices on the original mesh.
-
Triangular2D.Element.
nodes
¶ coordinates of the element (triangle) vertices