Triangular2D Class¶
- class plask.mesh.Triangular2D¶
Two-dimensional triangular mesh
Subclasses¶
Allows for adding triangles to the |
|
Element (FEM-like, triangle) of the |
|
Element list in the |
Methods¶
|
Bottom edge of the mesh for setting boundary conditions |
|
Boundary bottom of specified object |
|
Whole edge (outer and inner) of the mesh for setting boundary conditions |
|
Edge of specified object (and edge of mesh holes inside the object) |
|
Left edge of the mesh for setting boundary conditions |
|
Boundary left of specified object |
|
Right edge of the mesh for setting boundary conditions |
|
Boundary right of specified object |
|
Top edge of the mesh for setting boundary conditions |
|
Boundary top of specified object |
Attributes¶
Element list in the mesh |
Descriptions¶
Method Details¶
- Triangular2D.Bottom()¶
Bottom edge of the mesh for setting boundary conditions
- Triangular2D.BottomOf(object, path=None)¶
Boundary bottom of specified object
- Triangular2D.Edge()¶
Whole edge (outer and inner) of the mesh for setting boundary conditions
- Triangular2D.EdgeOf(object, path=None)¶
Edge of specified object (and edge of mesh holes inside the object)
- Triangular2D.Left()¶
Left edge of the mesh for setting boundary conditions
- Triangular2D.LeftOf(object, path=None)¶
Boundary left of specified object
- Triangular2D.Right()¶
Right edge of the mesh for setting boundary conditions
- Triangular2D.RightOf(object, path=None)¶
Boundary right of specified object
- Triangular2D.Top()¶
Top edge of the mesh for setting boundary conditions
- Triangular2D.TopOf(object, path=None)¶
Boundary top of specified object
Attribute Details¶
- Triangular2D.dim = 2¶
- Triangular2D.elements = <property object>¶
Element list in the mesh