ExtrudedTriangular Class¶
- class plask.mesh.ExtrudedTriangular¶
3D mesh which is a cartesian product of 2D triangular mesh at long-tran and 1D mesh at vert axis
Subclasses¶
Element (FEM-like, triangle) of the :py:class:`mesh.ExtrudedTriangular |
|
Element list in the :py:class:`mesh.ExtrudedTriangular |
Methods¶
|
Back side of the mesh for setting boundary conditions |
|
Boundary back of specified object |
|
Bottom edge of the mesh for setting boundary conditions |
|
Boundary bottom of specified object |
|
Front side of the mesh for setting boundary conditions |
|
Boundary in front of specified 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¶
The third (vertical) axis of the mesh. |
|
Element list in the mesh |
|
Two-dimensional triangular mesh (Triangular2D) with long-tran coordinates of nodes. |
Descriptions¶
Method Details¶
- ExtrudedTriangular.Back()¶
Back side of the mesh for setting boundary conditions
- ExtrudedTriangular.BackOf(object, path=None)¶
Boundary back of specified object
- ExtrudedTriangular.Bottom()¶
Bottom edge of the mesh for setting boundary conditions
- ExtrudedTriangular.BottomOf(object, path=None)¶
Boundary bottom of specified object
- ExtrudedTriangular.Front()¶
Front side of the mesh for setting boundary conditions
- ExtrudedTriangular.FrontOf(object, path=None)¶
Boundary in front of specified object
- ExtrudedTriangular.Left()¶
Left edge of the mesh for setting boundary conditions
- ExtrudedTriangular.LeftOf(object, path=None)¶
Boundary left of specified object
- ExtrudedTriangular.Right()¶
Right edge of the mesh for setting boundary conditions
- ExtrudedTriangular.RightOf(object, path=None)¶
Boundary right of specified object
- ExtrudedTriangular.Top()¶
Top edge of the mesh for setting boundary conditions
- ExtrudedTriangular.TopOf(object, path=None)¶
Boundary top of specified object
Attribute Details¶
- ExtrudedTriangular.axis_vert = <property object>¶
The third (vertical) axis of the mesh.
- ExtrudedTriangular.dim = 3¶
- ExtrudedTriangular.elements = <property object>¶
Element list in the mesh
- ExtrudedTriangular.long_tran = <property object>¶
Two-dimensional triangular mesh (Triangular2D) with long-tran coordinates of nodes.