Skip to content
Snippets Groups Projects
Commit e43fa423 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Fix recursivenodes group docs

parent f6bed205
No related branches found
No related tags found
No related merge requests found
...@@ -231,7 +231,8 @@ class PolynomialRecursiveNodesElementGroup(_MassMatrixQuadratureElementGroup): ...@@ -231,7 +231,8 @@ class PolynomialRecursiveNodesElementGroup(_MassMatrixQuadratureElementGroup):
"""Elemental discretization with a number of nodes matching the number of """Elemental discretization with a number of nodes matching the number of
polynomials in :math:`P^k`, hence usable for differentiation and polynomials in :math:`P^k`, hence usable for differentiation and
interpolation. Interpolation nodes edge-clustered for avoidance of Runge 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 Supports a choice of the base *family* of 1D nodes, see the documentation
of the *family* argument to :func:`recursivenodes.recursive_nodes`. of the *family* argument to :func:`recursivenodes.recursive_nodes`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment