Skip mesh elements without an ID due to overlap in name with WW element

This commit is contained in:
Patrick Shriwise 2022-12-23 14:33:56 -06:00
parent 8e6ce2e16f
commit 03811745a0

View file

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