Skip to content
Snippets Groups Projects
Commit 84b43817 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Placate flake8

parent 005aa131
No related branches found
No related tags found
No related merge requests found
...@@ -53,10 +53,11 @@ class DGDiscretizationWithBoundaries(object): ...@@ -53,10 +53,11 @@ class DGDiscretizationWithBoundaries(object):
""" """
:param quad_tag_to_group_factory: A mapping from quadrature tags (typically :param quad_tag_to_group_factory: A mapping from quadrature tags (typically
strings--but may be any hashable/comparable object) to a strings--but may be any hashable/comparable object) to a
:class:`~meshmode.discretization.poly_element.ElementGroupFactory` indicating with :class:`~meshmode.discretization.poly_element.ElementGroupFactory`
which quadrature discretization the operations are to be carried out, indicating with which quadrature discretization the operations are
or *None* to indicate that operations with this quadrature tag should to be carried out, or *None* to indicate that operations with this
be carried out with the standard volume discretization. quadrature tag should be carried out with the standard volume
discretization.
""" """
self._setup_actx = array_context self._setup_actx = array_context
......
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