Skip to content
Snippets Groups Projects
Commit 9c23f712 authored by Thomas Gibson's avatar Thomas Gibson
Browse files

discretization: update docs

parent 3651ce2c
No related branches found
No related tags found
No related merge requests found
"""
.. currentmodule:: grudge
.. autoclass:: DiscretizationCollection
"""
__copyright__ = """
Copyright (C) 2015-2017 Andreas Kloeckner, Bogdan Enache
Copyright (C) 2021 University of Illinois Board of Trustees
......@@ -44,13 +50,6 @@ from meshmode.mesh import BTAG_PARTITION
from warnings import warn
__doc__ = """
.. currentmodule:: grudge
.. autoclass:: DiscretizationCollection
"""
class DiscretizationCollection:
"""A collection of discretizations on various mesh entities
(volume, interior facets, boundaries) and associated element
......@@ -66,8 +65,6 @@ class DiscretizationCollection:
.. automethod:: discr_from_dd
.. automethod:: connection_from_dds
.. automethod:: opposite_face_connection
.. automethod:: get_distributed_boundary_swap_connection
.. automethod:: empty
.. automethod:: zeros
......@@ -541,7 +538,7 @@ class DiscretizationCollection:
@property
def ambient_dim(self):
"""Return the geometric dimension."""
"""Return the dimension of the ambient space."""
return self._volume_discr.ambient_dim
@property
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment