Skip to content

Commit 7e0380b

Browse files
committed
restore call to distributed_boundary_swap_connection
1 parent 0dc755e commit 7e0380b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grudge/models/advection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ def v_dot_n_tpair(actx, dcoll, velocity, trace_dd):
291291
if trace_dd.domain_tag.tag is FACE_RESTR_INTERIOR:
292292
e = dcoll.opposite_face_connection(trace_dd.domain_tag)(i)
293293
else:
294-
raise ValueError("Unrecognized domain tag: %s" % trace_dd.domain_tag)
294+
e = dcoll.distributed_boundary_swap_connection(trace_dd)(i)
295295

296296
return TracePair(trace_dd, interior=i, exterior=e)
297297

0 commit comments

Comments
 (0)