stellarmesh.GmshVolumeOptions

class GmshVolumeOptions(*, min_mesh_size: float | None = None, max_mesh_size: float | None = None, curvature_target: float | None = None, algorithm2d: GmshSurfaceAlgo = GmshSurfaceAlgo.AUTOMATIC, num_threads: int | None = None, _recombine: bool = False, algorithm3d: GmshVolumeAlgo = GmshVolumeAlgo.DELAUNAY)Source

Gmsh volume meshing options.

See See https://gmsh.info/doc/texinfo/gmsh.html#Mesh-options.

algorithm3d

Gmsh volume meshing algorithm.

Type:

stellarmesh.mesh.GmshVolumeAlgo

set_options()Source

Set corresponding Gmsh options.