adding unstrucutred mesh file suffix to docstring (#3211)

Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
Jonathan Shimwell 2024-12-03 08:22:46 +01:00 committed by GitHub
parent a940216d3a
commit de8132a5a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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