Triangular2D.Element Class¶
- class Triangular2D.Element¶
Element (FEM-like, triangle) of the
mesh.Triangular2D
Methods¶
|
barycentric (area) coordinates of given point |
|
coordinate of the element (triangle) vertex |
Attributes¶
Area of the element |
|
bounding box of the element |
|
Position of the element center |
|
Indices of the element (triangle) vertices on the original mesh. |
|
coordinates of the element (triangle) vertices |
|
Alias for |
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 = <property object>¶
Area of the element
- Triangular2D.Element.box = <property object>¶
bounding box of the element
- Triangular2D.Element.center = <property object>¶
Position of the element center
- Triangular2D.Element.node_indexes = <property object>¶
Indices of the element (triangle) vertices on the original mesh.
- Triangular2D.Element.nodes = <property object>¶
coordinates of the element (triangle) vertices