File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 88
99.. currentmodule:: grudge.discretization
1010
11- Internal things that are visble due to type annotations
12- -------------------------------------------------------
11+ Internal things that are visible due to type annotations
12+ --------------------------------------------------------
1313
14- .. class:: _InterPartitionConnectionPair
14+ .. class:: _PartitionIDHelper
1515"""
1616
1717__copyright__ = """
@@ -152,6 +152,11 @@ class DiscretizationCollection:
152152 (volume, interior facets, boundaries) and associated element
153153 groups.
154154
155+ .. note::
156+
157+ Do not call the constructor directly. Use
158+ :func:`make_discretization_collection` instead.
159+
155160 .. autoattribute:: dim
156161 .. autoattribute:: ambient_dim
157162 .. autoattribute:: real_dtype
You can’t perform that action at this time.
0 commit comments