Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasdiener committed Sep 14, 2023
1 parent 6121f71 commit f057714
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grudge/trace_pair.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
-------------------------------------------
.. autoclass:: TracePair
.. autoclass:: CommTag
.. currentmodule:: grudge.op
Expand All @@ -22,7 +23,6 @@
---------------------------------------
.. autofunction:: interior_trace_pairs
.. autoclass:: CommTag
.. autofunction:: local_interior_trace_pair
.. autofunction:: cross_rank_trace_pairs
"""
Expand Down Expand Up @@ -343,7 +343,7 @@ def interior_trace_pairs(dcoll: DiscretizationCollection, vec, *,
:arg vec: a :class:`~meshmode.dof_array.DOFArray` or an
:class:`~arraycontext.ArrayContainer` of them.
:arg comm_tag: a :class:`CommTag` used to match sent and received data
:arg comm_tag: a :class:`~grudge.trace_pair.CommTag` used to match sent and received data
across ranks. Communication will only match if both endpoints specify
objects that compare equal. A generalization of MPI communication
tags to arbitrary, potentially composite objects.
Expand Down

0 comments on commit f057714

Please sign in to comment.