Skip to content

Commit

Permalink
Add Vioreanu-Rokhlin quadrature finding
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jan 29, 2025
1 parent fce709d commit 481b7ee
Show file tree
Hide file tree
Showing 5 changed files with 718 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,10 @@
}

autodoc_member_order = "bysource"

# FIXME: This would be nice to have, but I was not able to resolve the
# resulting mess of Sphinx errors.
#
# autodoc_type_aliases = {
# "Integrand": "modepy.quadrature.finding.Integrand",
# }
1 change: 1 addition & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Contents
modes
nodes
quadrature
quad_finding
tools
misc
🚀 Github <https://github.com/inducer/modepy>
Expand Down
4 changes: 4 additions & 0 deletions doc/quad_finding.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Support for development of new quadrature rules
===============================================

.. automodule:: modepy.quadrature.finding
Loading

0 comments on commit 481b7ee

Please sign in to comment.