mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Skip mesh elements without an ID due to overlap in name with WW element
This commit is contained in:
parent
8e6ce2e16f
commit
03811745a0
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ class StructuredMesh(MeshBase):
|
|||
Returns a numpy.ndarray representing the mesh element centroid
|
||||
coordinates with a shape equal to (ndim, dim1, ..., dimn). Can be
|
||||
unpacked along the first dimension with xx, yy, zz = mesh.centroids.
|
||||
|
||||
|
||||
|
||||
"""
|
||||
ndim = self.n_dimension
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue