diff --git a/python/dolfinx/mesh.py b/python/dolfinx/mesh.py index fc2fa65878f..1a976e726d3 100644 --- a/python/dolfinx/mesh.py +++ b/python/dolfinx/mesh.py @@ -215,7 +215,7 @@ def __init__(self, mesh: Mesh, dim: int, indices: numpy.typing.NDArray[typing.An Args: mesh: The mesh dim: Topological dimension of the mesh entity - indices: Entity indices (local to process) + indices: Sorted and unique entity indices (local to process) values: The corresponding value for each entity Note: @@ -246,7 +246,7 @@ def meshtags(mesh: Mesh, dim: int, indices: np.ndarray, Args: mesh: The mesh dim: Topological dimension of the mesh entity - indices: Entity indices (local to process) + indices: Sorted and unique entity indices (local to process) values: The corresponding value for each entity Returns: