From 6189b4534ba7d90e34debbbe3e23a65bd5d8bc87 Mon Sep 17 00:00:00 2001 From: "Thomas H. Gibson" <gibsonthomas1120@hotmail.com> Date: Fri, 4 Jun 2021 18:33:13 -0500 Subject: [PATCH] Clarify element-wise integral doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Andreas Klöckner <inform@tiker.net> --- grudge/op.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/grudge/op.py b/grudge/op.py index d105e86d..200c8932 100644 --- a/grudge/op.py +++ b/grudge/op.py @@ -1211,7 +1211,8 @@ def elementwise_integral(dcoll: DiscretizationCollection, dd, vec): :arg dd: a :class:`~grudge.dof_desc.DOFDesc`, or a value convertible to one. :arg vec: a :class:`~meshmode.dof_array.DOFArray` :returns: a :class:`~meshmode.dof_array.DOFArray` containing the - elementwise integral if *vec*. + elementwise integral of *vec*, represented as a constant function on each + cell. """ dd = dof_desc.as_dofdesc(dd) -- GitLab