Skip to content

Commit

Permalink
Add types for _merge_boundary_adjacency_groups
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Apr 26, 2024
1 parent dde704c commit 694775f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion meshmode/mesh/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1652,7 +1652,12 @@ def _compute_facial_adjacency_from_vertices(
# {{{ complete facial adjacency groups

def _merge_boundary_adjacency_groups(
igrp, bdry_grps, merged_btag, element_id_dtype, face_id_dtype):
igrp: int,
bdry_grps: Sequence[BoundaryAdjacencyGroup],
merged_btag: BoundaryTag,
element_id_dtype: np.dtype,
face_id_dtype: np.dtype,
) -> BoundaryAdjacencyGroup:
"""
Create a new :class:`~meshmode.mesh.BoundaryAdjacencyGroup` containing all of
the entries from a list of existing boundary adjacency groups.
Expand Down

0 comments on commit 694775f

Please sign in to comment.