From 584c083df934226c4895d6e43fb846741042f130 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Thu, 23 Feb 2017 08:39:25 -0600 Subject: [PATCH] Fix FacialAdjacencyGroup docs (reported by Ellis Hoag, thx!) --- meshmode/mesh/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshmode/mesh/__init__.py b/meshmode/mesh/__init__.py index 4a9279cb..8c0a7962 100644 --- a/meshmode/mesh/__init__.py +++ b/meshmode/mesh/__init__.py @@ -413,7 +413,7 @@ class FacialAdjacencyGroup(Record): ``face_id_t [nfagrp_elements]``. ``element_faces[i]`` indicate what face index of the opposite element indicated in - ``neighbors[iel_grp][iface]`` touches face number *iface* of element + ``neighbors[iface]`` touches face number *iface* of element number *iel_grp* in this element group. .. attribute:: neighbors -- GitLab