neso_fame.nektar_writer.nektar_3d_element(solid: Prism, order: int, spatial_dim: int, layer_id: int) tuple[frozenset[Geometry3D], frozenset[Geometry2D], frozenset[SegGeom], frozenset[PointGeom]]

Return a Nektar++ HexGeom or PrismGeom object and its components.

Curved hexes and prisms will be represented to the given order of accuracy. Caching is used to ensure the same hex/prism, in the same layer, represented to the same order will always return the same objects.


Last update: Sep 23, 2024