- class neso_fame.nektar_writer.NektarLayer3D(_NektarLayerCommon)
Represents the Nektar++ objects present in a single layer of a 3D mesh.
Public members¶
- bounds : Sequence[frozenset[Geometry2D]]
An ordered sequence of sets of faces, where set represents a particular boundary region.
- near_face : Composite | None
The Nektar++ composite object representing the near face of this layer.
Constructors¶
- NektarLayer3D(points: frozenset[PointGeom], segments, ...)
Initialize self. See help(type(self)) for accurate signature.
Special methods¶
- __repr__()
Return repr(self).
- __eq__(other)
Return self==value.
- __hash__()
Return hash(self).
Last update:
Nov 07, 2024