mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
adding unstrucutred mesh file suffix to docstring (#3211)
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
a940216d3a
commit
de8132a5a4
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue