RectangularBase2D Class¶
- class plask.mesh.RectangularBase2D¶
Base class for 2D rectangular meshes.Do not use it directly.
Subclasses¶
Generic boundary specification for RectangularBase2D mesh |
|
Set of boundary conditions. |
Methods¶
|
Bottom edge of the mesh for setting boundary conditions |
|
Boundary bottom of specified object |
|
Boundary at horizontal line |
|
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 |
|
Boundary at vertical line |
Attributes¶
Descriptions¶
Method Details¶
- RectangularBase2D.Bottom()¶
Bottom edge of the mesh for setting boundary conditions
- RectangularBase2D.BottomOf(object, path=None)¶
Boundary bottom of specified object
- RectangularBase2D.Horizontal(at)¶
- RectangularBase2D.Horizontal(at, start, stop)
Boundary at horizontal line
Boundary at horizontal line
- RectangularBase2D.Left()¶
Left edge of the mesh for setting boundary conditions
- RectangularBase2D.LeftOf(object, path=None)¶
Boundary left of specified object
- RectangularBase2D.Right()¶
Right edge of the mesh for setting boundary conditions
- RectangularBase2D.RightOf(object, path=None)¶
Boundary right of specified object
- RectangularBase2D.Top()¶
Top edge of the mesh for setting boundary conditions
- RectangularBase2D.TopOf(object, path=None)¶
Boundary top of specified object
- RectangularBase2D.Vertical(at)¶
- RectangularBase2D.Vertical(at, start, stop)
Boundary at vertical line
Boundary at vertical line
Attribute Details¶
- RectangularBase2D.dim = 2¶