Basic usage and examples
Modules - API
Indices
Alternative constructor.
Construct mesh from grid data. A quadrilateral mesh with mn faces is generated from coordinate arrays of shape (m, n).
*arr (ndarray, shape (m, n)) – Arbitrary number of coordinate arrays.
triangulate (bool, optional) – Triangulate quadrilateral faces.
order (str, optional) – Flatten coordinate arrays in row-major mode ‘C’ or column-major mode ‘F’.
name (str, optional) – Name tag.
Mesh instance.
Mesh