From 84b43817da8220e3e18c6f9dcbf0b39cbe0a1f81 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Tue, 25 Aug 2020 21:35:20 -0500 Subject: [PATCH] Placate flake8 --- grudge/discretization.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/grudge/discretization.py b/grudge/discretization.py index 58ae9f82..a5452a24 100644 --- a/grudge/discretization.py +++ b/grudge/discretization.py @@ -53,10 +53,11 @@ class DGDiscretizationWithBoundaries(object): """ :param quad_tag_to_group_factory: A mapping from quadrature tags (typically strings--but may be any hashable/comparable object) to a - :class:`~meshmode.discretization.poly_element.ElementGroupFactory` indicating with - which quadrature discretization the operations are to be carried out, - or *None* to indicate that operations with this quadrature tag should - be carried out with the standard volume discretization. + :class:`~meshmode.discretization.poly_element.ElementGroupFactory` + indicating with which quadrature discretization the operations are + to be carried out, or *None* to indicate that operations with this + quadrature tag should be carried out with the standard volume + discretization. """ self._setup_actx = array_context -- GitLab