From 2eaf27e1a74b6074f4a1cef3eda38913ba7c00c0 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Mon, 25 Jul 2016 18:15:12 -0500 Subject: [PATCH] Fix InterpolationBatch.result_unit_nodes docs (noticed by Matt Wala) --- meshmode/discretization/connection/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshmode/discretization/connection/__init__.py b/meshmode/discretization/connection/__init__.py index 269ed5d1..8ea924ef 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. -- GitLab