-
neso_fame.nektar_writer.write_poloidal_mesh(mesh: GenericMesh[Prism, Quad, EndShape], order: int, filename: str, compressed: bool =
True
) None Create a Nektar++ MeshGraph object for the underlying poloidal mesh.
This can be useful to visualise the mesh from which the 3D one is extruded.
- Parameters:¶
- mesh: GenericMesh[Prism, Quad, EndShape]¶
The mesh to be converted to Nektar++ format.
- order: int¶
The order to use when representing the elements of the mesh.
- filename: str¶
The name of the file to write the mesh to. Should use the
.xml
extension.- compressed: bool =
True
¶ Whether to use the Nektar++ compressed XML format
Last update:
Nov 07, 2024