From e43fa423bfd0535f90e2542b47202c0c3045ea70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= <inform@tiker.net> Date: Fri, 17 Jul 2020 02:00:16 +0200 Subject: [PATCH] Fix recursivenodes group docs --- meshmode/discretization/poly_element.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meshmode/discretization/poly_element.py b/meshmode/discretization/poly_element.py index e317e311..68e07681 100644 --- a/meshmode/discretization/poly_element.py +++ b/meshmode/discretization/poly_element.py @@ -231,7 +231,8 @@ class PolynomialRecursiveNodesElementGroup(_MassMatrixQuadratureElementGroup): """Elemental discretization with a number of nodes matching the number of polynomials in :math:`P^k`, hence usable for differentiation and interpolation. Interpolation nodes edge-clustered for avoidance of Runge - phenomena. Nodes are present on the boundary of the simplex. + phenomena. Depending on the *family* argument, nodes may be present on the + boundary of the simplex. Supports a choice of the base *family* of 1D nodes, see the documentation of the *family* argument to :func:`recursivenodes.recursive_nodes`. -- GitLab