Skip to content

Commit

Permalink
docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
simbilod committed Oct 31, 2023
1 parent f443f20 commit 65942aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gplugins/gmsh/xyz_mesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ def xyz_mesh(
Args:
component: gdsfactory component to mesh
layer_stack: gdsfactory LayerStack to parse
layer_physical_map: map layer names to physical names
layer_meshbool_map: map layer names to mesh_bool (True: mesh the prisms, False: don't mesh)
resolutions: Pairs {"layername": {"resolution": float, "distance": "float}} to roughly control mesh refinement
default_characteristic_length: gmsh maximum edge length
background_tag: name of the background layer to add (default: no background added). This will be used as the material as well.
Expand Down

0 comments on commit 65942aa

Please sign in to comment.