Skip to content

Commit

Permalink
adding unstrucutred mesh file suffix to docstring (#3211)
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Romano <[email protected]>
  • Loading branch information
shimwell and paulromano authored Dec 3, 2024
1 parent a940216 commit de8132a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion openmc/mesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -2072,7 +2072,9 @@ class UnstructuredMesh(MeshBase):
Parameters
----------
filename : path-like
Location of the unstructured mesh file
Location of the unstructured mesh file. Supported files for 'moab'
library are .h5 and .vtk. Supported files for 'libmesh' library are
exodus mesh files .exo.
library : {'moab', 'libmesh'}
Mesh library used for the unstructured mesh tally
mesh_id : int
Expand Down

0 comments on commit de8132a

Please sign in to comment.