Skip to content

Commit

Permalink
Link to recursivenodes from list of simplex node sets
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Sep 24, 2024
1 parent 773abeb commit 9847945
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"pymbolic": ("https://documen.tician.de/pymbolic", None),
"python": ("https://docs.python.org/3/", None),
"pytools": ("https://documen.tician.de/pytools", None),
"recursivenodes": ("https://tisaac.gitlab.io/recursivenodes/", None)
}

autodoc_member_order = "bysource"
8 changes: 6 additions & 2 deletions modepy/nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,12 @@
.. autofunction:: equidistant_nodes
.. autofunction:: warp_and_blend_nodes
Also see :class:`modepy.VioreanuRokhlinSimplexQuadrature` if nodes on the
boundary are not required.
In addition to the node sets implemented here, :mod:`recursivenodes`
by Tobin Isaac provides a selection of high-quality node sets for
interpolation.
:class:`modepy.VioreanuRokhlinSimplexQuadrature` also provides
an interpolatory node set (without nodes on the boundary).
Hypercubes
----------
Expand Down

0 comments on commit 9847945

Please sign in to comment.