Skip to content

Commit

Permalink
Add Vioreanu-Rokhlin quadrature finding
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Fikl <[email protected]>
  • Loading branch information
inducer and alexfikl committed Jan 30, 2025
1 parent 55e6bd9 commit df4cb1a
Show file tree
Hide file tree
Showing 5 changed files with 747 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.construction.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_construction
tools
misc
🚀 Github <https://github.com/inducer/modepy>
Expand Down
4 changes: 4 additions & 0 deletions doc/quad_construction.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Support for construction of new quadrature rules
================================================

.. automodule:: modepy.quadrature.construction
Loading

0 comments on commit df4cb1a

Please sign in to comment.