Ordered Class¶
- class plask.mesh.Ordered¶
- class plask.mesh.Ordered(points)
One-dimesnional rectilinear mesh, used also as rectangular mesh axis
create empty mesh
create mesh filled with points provides in sequence type
Subclasses¶
Generator of Rectilinear1D mesh by simple division of the geometry. |
|
Generator of ordered 1D mesh with lines at transverse edges of all objects and fine regular division of each object with spacing approximately equal to specified spacing |
|
Generator of ordered 1D mesh with lines at transverse edges of all objects. |
|
Generator of Rectilinear1D mesh with dense sampling at edges and smooth change of element size. |
Methods¶
|
Insert points from the sequence to the mesh |
|
Insert point into the mesh |
Attributes¶
Mesh with points in the middles of elements of this mesh |
Descriptions¶
Method Details¶
- Ordered.extend(points)¶
Insert points from the sequence to the mesh
- Ordered.get_midpoints()¶
- Ordered.insert(point)¶
Insert point into the mesh
Attribute Details¶
- Ordered.dim = 1¶
- Ordered.midpoints = <property object>¶
Mesh with points in the middles of elements of this mesh