classmethod neso_fame.mesh.MeshLayer[E: (Quad, Prism), B: (FieldAlignedCurve | StraightLine, Quad), C: (Callable[[collections.abc.Buffer | numpy._typing._array_like._SupportsArray[numpy.dtype[Any]] | numpy._typing._nested_sequence._NestedSequence[numpy._typing._array_like._SupportsArray[numpy.dtype[Any]]] | bool | int | float | complex | str | bytes | numpy._typing._nested_sequence._NestedSequence[bool | int | float | complex | str | bytes]], neso_fame.coordinates.Coords], neso_fame.mesh.EndShape)]].QuadMeshLayer(reference_elements: Sequence[Quad], bounds: Sequence[frozenset[FieldAlignedCurve | StraightLine]], subdivisions: int = 1) MeshLayer[Quad, FieldAlignedCurve | StraightLine, Callable[[Buffer | _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.