Skip to content

Commit 3d8faf1

Browse files
committed
add recursive clustering and skeletonization
1 parent 8414259 commit 3d8faf1

11 files changed

Lines changed: 862 additions & 163 deletions

doc/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
# boxtree
8585
"FromSepSmallerCrit": "obj:boxtree.traversal.FromSepSmallerCrit",
8686
"TimingResult": "class:boxtree.timing.TimingResult",
87+
"Tree": "obj:boxtree.tree.Tree",
8788
"TreeKind": "obj:boxtree.tree_build.TreeKind",
8889
# sumpy
8990
"ExpansionBase": "class:sumpy.expansion.ExpansionBase",
@@ -110,6 +111,7 @@
110111
"pytential.symbolic.primitives.ExpressionNode":
111112
"class:pytential.symbolic.primitives.ExpressionNode",
112113
"sym.DOFDescriptor": "class:pytential.symbolic.dof_desc.DOFDescriptor",
114+
"sym.DOFDescriptorLike": "obj:pytential.symbolic.dof_desc.DOFDescriptorLike",
113115
"sym.IntG": "class:pytential.symbolic.primitives.IntG",
114116
"sym.var": "obj:pytential.symbolic.primitives.var",
115117
}

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)