Skip to content

Commit 702d44a

Browse files
committed
add recursive clustering and skeletonization
1 parent fcdbf7c commit 702d44a

File tree

11 files changed

+862
-163
lines changed

11 files changed

+862
-163
lines changed

doc/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
"Discretization": "class:meshmode.discretization.Discretization",
7676
"DOFArray": "class:meshmode.dof_array.DOFArray",
7777
# boxtree
78+
"Tree": "obj:boxtree.tree.Tree",
7879
"TreeKind": "obj:boxtree.tree_build.TreeKind",
7980
"FromSepSmallerCrit": "obj:boxtree.traversal.FromSepSmallerCrit",
8081
# sumpy
@@ -95,6 +96,7 @@
9596
"pytential.symbolic.dof_desc.DOFDescriptorLike":
9697
"data:pytential.symbolic.dof_desc.DOFDescriptorLike",
9798
"sym.DOFDescriptor": "class:pytential.symbolic.dof_desc.DOFDescriptor",
99+
"sym.DOFDescriptorLike": "obj:pytential.symbolic.dof_desc.DOFDescriptorLike",
98100
"sym.IntG": "class:pytential.symbolic.primitives.IntG",
99101
"sym.var": "obj:pytential.symbolic.primitives.var",
100102
}

doc/linalg.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Low-level Functionality
3232
All the classes and routines in this module are experimental and the
3333
API can change at any point.
3434

35+
.. automodule:: pytential.linalg.cluster
3536
.. automodule:: pytential.linalg.proxy
3637
.. automodule:: pytential.linalg.skeletonization
3738

0 commit comments

Comments
 (0)