Skip to content
Snippets Groups Projects
Unverified Commit 6189b453 authored by Thomas H. Gibson's avatar Thomas H. Gibson Committed by GitHub
Browse files

Clarify element-wise integral doc

parent 77c2a0a2
No related merge requests found
......@@ -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)
......
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