We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c701930 commit 56df4a3Copy full SHA for 56df4a3
1 file changed
grudge/discretization.py
@@ -8,10 +8,10 @@
8
9
.. currentmodule:: grudge.discretization
10
11
-Internal things that are visble due to type annotations
12
--------------------------------------------------------
+Internal things that are visible due to type annotations
+--------------------------------------------------------
13
14
-.. class:: _InterPartitionConnectionPair
+.. class:: _PartitionIDHelper
15
"""
16
17
__copyright__ = """
@@ -152,6 +152,11 @@ class DiscretizationCollection:
152
(volume, interior facets, boundaries) and associated element
153
groups.
154
155
+ .. note::
156
+
157
+ Do not call the constructor directly. Use
158
+ :func:`make_discretization_collection` instead.
159
160
.. autoattribute:: dim
161
.. autoattribute:: ambient_dim
162
.. autoattribute:: real_dtype
0 commit comments