- 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)]].far_faces() Iterator[C]
Iterate over the far faces of the elements in the layer.
If the layer is subdivided (i.e., is more than one element deep in the x3-direction) then only the far faces of the last subdivision will be returned. This constitutes one of the boundaries normal to the x3-direction.
Note
This won’t necessarily be bit-wise identical to the last subdivision. However, as coordinates are rounded to 8 decimal places when creating Nektar++ objects, it won’t matter.