-
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)]].PrismMeshLayer(reference_elements: Sequence[Prism], bounds: Sequence[frozenset[Quad]], subdivisions: int =
1
) MeshLayer[Prism, Quad, EndShape] Construct a MeshLayer object made up of prisms, in a type-safe way.
This method isn’t really necessary but can be useful to reassure the type-checker that it is a PrismMeshLayer that is being constructed.