classmethod neso_fame.mesh.MeshLayer.QuadMeshLayer(reference_elements: Sequence[Quad], bounds: Sequence[frozenset[FieldAlignedCurve | StraightLine]], subdivisions: int = 1) MeshLayer[Quad, FieldAlignedCurve | StraightLine, Callable[[_SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | bool | int | float | complex | str | bytes | _NestedSequence[bool | int | float | complex | str | bytes]], Coords]]

Construct a MeshLayer object made up of quads.

This method isn’t really necessary but can be useful to reassure the type-checker that it is a QuadMeshLayer that is being constructed.


Last update: Sep 23, 2024