diff --git a/meshmode/discretization/connection/__init__.py b/meshmode/discretization/connection/__init__.py index 269ed5d14c61e3b33ef3d7e6d4354b105e9b5f50..8ea924efd1d7a5235747745d8e99f54a5a51a612 100644 --- a/meshmode/discretization/connection/__init__.py +++ b/meshmode/discretization/connection/__init__.py @@ -103,7 +103,7 @@ class InterpolationBatch(object): .. attribute:: result_unit_nodes A :class:`numpy.ndarray` of shape - ``(from_group.dim,to_group.nelements,to_group.nunit_nodes)`` + ``(from_group.dim,to_group.nunit_nodes)`` storing the coordinates of the nodes (in unit coordinates of the *from* reference element) from which the node locations of this element should be interpolated.