Unstructured2D Class

class plask.mesh.Unstructured2D(points)

Two-dimensional unstructured mesh.

Parameters:

points – List of mesh points. Each element in this list should be a two-dimensional vector or sequence of floats with point coordinates.

Attributes

dim

Descriptions

Attribute Details

Unstructured2D.dim = 2